| 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": "df3ff3e2-e370-403c-baad-cbe5f61e261f"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "cb8ba13f-1858-4d1c-a8dc-bcee74ba864a",
"SubscriberId": "ff8008c1-4333-4191-8f10-d5bf3d1fb85d",
"Created": "2026-06-27T04:47:49.3769091+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"cb8ba13f-1858-4d1c-a8dc-bcee74ba864a","SubscriberId":"ff8008c1-4333-4191-8f10-d5bf3d1fb85d","Created":"2026-06-27T04:47:49.3769091+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});