| 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": "1711c86b-3ddb-4aba-9c85-caede5bd3f62"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "59094076-5a00-4fb7-89b3-9b7b16a7d10d",
"SubscriberId": "f912416c-decc-481a-80a1-500db4faf426",
"Created": "2026-04-20T14:52:31.803269+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"59094076-5a00-4fb7-89b3-9b7b16a7d10d","SubscriberId":"f912416c-decc-481a-80a1-500db4faf426","Created":"2026-04-20T14:52:31.803269+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});