| 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": "6b93aa3c-96a6-4039-8bcb-7013d4cd59c0"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "33bce06e-4a6e-4dbd-a6dd-3474d9f10861",
"SubscriberId": "e69db1c9-3ef8-440e-badb-0cd8290dad13",
"Created": "2026-01-27T14:22:32.99998+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"33bce06e-4a6e-4dbd-a6dd-3474d9f10861","SubscriberId":"e69db1c9-3ef8-440e-badb-0cd8290dad13","Created":"2026-01-27T14:22:32.99998+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});