| 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": "f10608e0-2be8-4014-8534-e0c122f192fa"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "92776b1c-8c7e-4262-877c-12cf2c67c581",
"SubscriberId": "25f965b4-8f2d-4374-8097-fe16f1b21010",
"Created": "2025-12-28T14:06:27.9895647+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"92776b1c-8c7e-4262-877c-12cf2c67c581","SubscriberId":"25f965b4-8f2d-4374-8097-fe16f1b21010","Created":"2025-12-28T14:06:27.9895647+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});