| 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": "969e5e77-5ebb-4155-a212-4f88b8c20522"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "aabdd52a-d6dd-42ff-8603-707d0112f46d",
"SubscriberId": "52f288c9-cc01-4a6b-a38a-8b31e26b82b7",
"Created": "2026-01-15T21:41:36.6355458+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"aabdd52a-d6dd-42ff-8603-707d0112f46d","SubscriberId":"52f288c9-cc01-4a6b-a38a-8b31e26b82b7","Created":"2026-01-15T21:41:36.6355458+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});