| 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": "0d28770b-450c-4220-a725-3753019e83a7"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "7d0b0811-6af0-4f47-bbf4-7fb924eaf59c",
"SubscriberId": "c907088f-bb56-4d02-9b5e-307f15dd4f7f",
"Created": "2026-08-29T11:09:53.5515616+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7d0b0811-6af0-4f47-bbf4-7fb924eaf59c","SubscriberId":"c907088f-bb56-4d02-9b5e-307f15dd4f7f","Created":"2026-08-29T11:09:53.5515616+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});