| 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": "74b92d3d-7402-4109-adcd-0e14b7144c24"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "5b0321dc-c79a-4507-8fd3-20992972a808",
"SubscriberId": "29d110ea-fd43-4b82-a860-73debcfb44a9",
"Created": "2026-08-15T22:11:07.8344698+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"5b0321dc-c79a-4507-8fd3-20992972a808","SubscriberId":"29d110ea-fd43-4b82-a860-73debcfb44a9","Created":"2026-08-15T22:11:07.8344698+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});