| 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": "e840d001-981d-4b01-837a-856c4c5ad5e5"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "0a3211d4-44ed-4c83-bfc1-e4e0db31fac4",
"SubscriberId": "95372168-e76c-4f8b-800d-e2d187400919",
"Created": "2026-06-14T21:13:55.6232299+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0a3211d4-44ed-4c83-bfc1-e4e0db31fac4","SubscriberId":"95372168-e76c-4f8b-800d-e2d187400919","Created":"2026-06-14T21:13:55.6232299+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});