| 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": "667011ab-9680-466a-aaf5-724b65cc8c99"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "124acbc5-551f-41d5-8871-fd877cf1405d",
"SubscriberId": "e9ed8eaa-f3f7-4e20-875d-49526b1cffbc",
"Created": "2026-08-08T10:23:11.7407029+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"124acbc5-551f-41d5-8871-fd877cf1405d","SubscriberId":"e9ed8eaa-f3f7-4e20-875d-49526b1cffbc","Created":"2026-08-08T10:23:11.7407029+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});