| 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": "ea756dda-27d3-4b85-8e78-9ccf9d703495"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "92401a04-c315-4c39-b6fc-2880cf052351",
"SubscriberId": "52c219f0-7cc7-4220-811b-32755023c928",
"Created": "2026-06-18T00:01:38.6194405+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"92401a04-c315-4c39-b6fc-2880cf052351","SubscriberId":"52c219f0-7cc7-4220-811b-32755023c928","Created":"2026-06-18T00:01:38.6194405+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});