| 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": "ff1bc203-5d6f-4a91-a4c2-efcf1e267dbb"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "f61af99e-c386-4b3c-9f87-c7e1dab41124",
"SubscriberId": "39c973a1-84f1-41f1-b923-a73497ac1ac5",
"Created": "2026-06-20T23:06:44.9363532+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f61af99e-c386-4b3c-9f87-c7e1dab41124","SubscriberId":"39c973a1-84f1-41f1-b923-a73497ac1ac5","Created":"2026-06-20T23:06:44.9363532+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});