| 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": "9370c4b8-2480-4b0c-bb23-96929ca60b34"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "5743f0ff-0caf-40f3-81c7-de88556b598a",
"SubscriberId": "d6cf9bf7-335b-49d3-8a66-30df6cc96848",
"Created": "2026-09-26T09:50:38.3906538+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"5743f0ff-0caf-40f3-81c7-de88556b598a","SubscriberId":"d6cf9bf7-335b-49d3-8a66-30df6cc96848","Created":"2026-09-26T09:50:38.3906538+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});