| 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": "8fda4c3b-01bd-4fa3-ac7d-4e7c21f962cd"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "e3ca9efc-d7e8-4223-8f38-cb66ba397c1f",
"SubscriberId": "9f9dd153-18d3-45d1-ba1a-f28f2ddd361a",
"Created": "2026-04-27T15:00:37.2319089+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e3ca9efc-d7e8-4223-8f38-cb66ba397c1f","SubscriberId":"9f9dd153-18d3-45d1-ba1a-f28f2ddd361a","Created":"2026-04-27T15:00:37.2319089+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});