| 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": "24b2418d-b367-4908-92b1-e0a90a6445b5"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "981a91a8-abfd-409a-8bd6-dedba18d844f",
"SubscriberId": "b7797183-a6ba-4b69-9f88-dbc693e8cb10",
"Created": "2026-05-27T15:09:43.2844678+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"981a91a8-abfd-409a-8bd6-dedba18d844f","SubscriberId":"b7797183-a6ba-4b69-9f88-dbc693e8cb10","Created":"2026-05-27T15:09:43.2844678+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});