| 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": "ac23041d-88cd-4834-bbdf-b99586435e99"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "03985685-1d84-4260-9e60-6b1e0207fa59",
"SubscriberId": "39e08231-3b6e-4d29-b288-40a8a15915b5",
"Created": "2026-05-04T16:54:22.5430099+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"03985685-1d84-4260-9e60-6b1e0207fa59","SubscriberId":"39e08231-3b6e-4d29-b288-40a8a15915b5","Created":"2026-05-04T16:54:22.5430099+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});