| 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": "c3028dfb-620e-4262-92e3-60673a71f6d3"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "9a356225-f05b-41b8-aab9-afd920664365",
"SubscriberId": "1977100d-ac57-4b71-b632-14fb754e204e",
"Created": "2026-08-02T16:53:50.461446+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9a356225-f05b-41b8-aab9-afd920664365","SubscriberId":"1977100d-ac57-4b71-b632-14fb754e204e","Created":"2026-08-02T16:53:50.461446+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});