| 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": "717db803-3aac-4dfb-858f-d094fa725ad5"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "0f5c9694-d2c5-4233-b9e5-bc64b1c61952",
"SubscriberId": "ebe58e02-80bd-4f17-8a24-933d0239344a",
"Created": "2025-11-27T13:58:10.6854058+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0f5c9694-d2c5-4233-b9e5-bc64b1c61952","SubscriberId":"ebe58e02-80bd-4f17-8a24-933d0239344a","Created":"2025-11-27T13:58:10.6854058+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});