| 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": "b7ad164f-b784-4c95-a176-d6893d196bbd"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "460ffdd5-fdb9-4f7a-9e6b-72ee64e7813f",
"SubscriberId": "2d70d3b1-56ba-401a-93cb-cdd0cd5fe736",
"Created": "2026-08-17T18:28:41.0396041+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"460ffdd5-fdb9-4f7a-9e6b-72ee64e7813f","SubscriberId":"2d70d3b1-56ba-401a-93cb-cdd0cd5fe736","Created":"2026-08-17T18:28:41.0396041+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});