| 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": "be96bf64-4eab-493c-ba21-763a9d72a8e9"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "7ff13bc8-ff1e-4f87-bc46-d552129206fe",
"SubscriberId": "efcfb35e-f909-4f2d-928c-c0c8313032d3",
"Created": "2026-05-18T16:26:35.5567411+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7ff13bc8-ff1e-4f87-bc46-d552129206fe","SubscriberId":"efcfb35e-f909-4f2d-928c-c0c8313032d3","Created":"2026-05-18T16:26:35.5567411+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});