| 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": "4a2ba94c-4fcd-40da-bd8a-7b4d54569756"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "c3d77753-9236-49da-908c-6e838295cf86",
"SubscriberId": "64af40de-4a32-4df3-8f38-100478caca3d",
"Created": "2026-05-13T11:25:56.5417054+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c3d77753-9236-49da-908c-6e838295cf86","SubscriberId":"64af40de-4a32-4df3-8f38-100478caca3d","Created":"2026-05-13T11:25:56.5417054+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});