| 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": "83f73603-3bbe-4bc3-a2cd-0436d5757232"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "aa3da23a-b5b9-4843-bb1a-3333ffbe3d74",
"SubscriberId": "8ac02c65-de76-4e1d-9f67-b88547a9611f",
"Created": "2026-07-27T13:17:37.5174282+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"aa3da23a-b5b9-4843-bb1a-3333ffbe3d74","SubscriberId":"8ac02c65-de76-4e1d-9f67-b88547a9611f","Created":"2026-07-27T13:17:37.5174282+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});