| 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": "aa5056f5-63fa-42db-9db0-f06ab7330f3c"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "7d36eea5-8bf4-4f92-9491-d3767321ca4e",
"SubscriberId": "0e1664bc-5c5d-4ad8-a7ed-46bc794faae1",
"Created": "2026-05-25T06:44:05.5663411+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7d36eea5-8bf4-4f92-9491-d3767321ca4e","SubscriberId":"0e1664bc-5c5d-4ad8-a7ed-46bc794faae1","Created":"2026-05-25T06:44:05.5663411+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});