| 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": "2b986664-a1fa-49fd-8260-fc312d435f44"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "1899881f-d7b6-4fa4-beef-b06a771c471d",
"SubscriberId": "455de000-fb33-4d39-8d1b-90205a24310c",
"Created": "2026-01-07T08:48:33.2742407+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1899881f-d7b6-4fa4-beef-b06a771c471d","SubscriberId":"455de000-fb33-4d39-8d1b-90205a24310c","Created":"2026-01-07T08:48:33.2742407+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});