| 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": "ef6b29a8-41ad-4449-9a18-c6887c1fd9a0"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "3152c028-1a40-4ac4-963e-5f26e6e7cbc6",
"SubscriberId": "6360d326-89d8-428e-8ce1-e759e0d8adec",
"Created": "2026-07-06T05:32:46.5585776+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3152c028-1a40-4ac4-963e-5f26e6e7cbc6","SubscriberId":"6360d326-89d8-428e-8ce1-e759e0d8adec","Created":"2026-07-06T05:32:46.5585776+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});