| 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": "1c128893-83bb-4e0d-9dfa-4579c07e5288"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "8c144520-6684-4d4c-9850-eb9db0a89e82",
"SubscriberId": "f2bde9d7-16e7-483d-8d16-bad7b464c722",
"Created": "2026-08-05T16:33:13.5022939+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"8c144520-6684-4d4c-9850-eb9db0a89e82","SubscriberId":"f2bde9d7-16e7-483d-8d16-bad7b464c722","Created":"2026-08-05T16:33:13.5022939+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});