| 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": "7b4392bf-6d06-4b65-bfa6-d0f758e175e9"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "572f9807-e3ed-48f1-ac67-3480a0ad4c9b",
"SubscriberId": "0deb70e3-2085-4a69-a79d-fe65f4b781b3",
"Created": "2025-11-03T02:40:09.4538769+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"572f9807-e3ed-48f1-ac67-3480a0ad4c9b","SubscriberId":"0deb70e3-2085-4a69-a79d-fe65f4b781b3","Created":"2025-11-03T02:40:09.4538769+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});