| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
The request body.
PostListSubscriberRequestV3| Name | Description | Type | Additional Info |
|---|---|---|---|
| SubscriberId | The ID of the subscriber. | globally unique identifier | None. |
Sample:
{
"SubscriberId": "6cfa85d1-30f4-4a86-a95e-7b60277aea5d"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "45213dcc-fda9-47f6-a9b1-04721a75521c",
"SubscriberId": "5fb63e2f-e701-45d9-9aa4-ebecfa9f6896",
"Created": "2025-11-29T06:46:28.909052+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"45213dcc-fda9-47f6-a9b1-04721a75521c","SubscriberId":"5fb63e2f-e701-45d9-9aa4-ebecfa9f6896","Created":"2025-11-29T06:46:28.909052+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});