| 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": "3d18c64b-ec17-41c7-855a-0dc360c6d857"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "23c9cef3-a26c-4b08-a1b3-48daf11b4a96",
"SubscriberId": "51f52573-668e-4575-99f8-143c72c3fd92",
"Created": "2026-07-01T06:39:56.9535383+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"23c9cef3-a26c-4b08-a1b3-48daf11b4a96","SubscriberId":"51f52573-668e-4575-99f8-143c72c3fd92","Created":"2026-07-01T06:39:56.9535383+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});