| 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": "3506dda7-bcdc-4864-9606-a59b3538978a"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "b7b5f338-e957-45d6-9f58-aca48fb86362",
"SubscriberId": "767dd1e7-da4c-4cee-9694-f5f71c977031",
"Created": "2026-01-01T11:26:09.993578+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b7b5f338-e957-45d6-9f58-aca48fb86362","SubscriberId":"767dd1e7-da4c-4cee-9694-f5f71c977031","Created":"2026-01-01T11:26:09.993578+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});