| 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": "dffc4856-85ea-4b6e-aad8-3a28b095e129"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "e3a27879-8c5f-4945-b68a-f9ca4ffcdac2",
"SubscriberId": "5c00b3b8-8790-4947-83bd-dba65ae29338",
"Created": "2026-01-02T13:40:57.5025572+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e3a27879-8c5f-4945-b68a-f9ca4ffcdac2","SubscriberId":"5c00b3b8-8790-4947-83bd-dba65ae29338","Created":"2026-01-02T13:40:57.5025572+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});