| 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": "5cebdefc-4c5b-41f5-b7de-4962b42df2ba"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "3eb19791-68bb-4290-bde1-81f6393928da",
"SubscriberId": "d476904b-e548-4ad9-bd69-511c35758792",
"Created": "2026-08-27T00:22:43.0812805+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3eb19791-68bb-4290-bde1-81f6393928da","SubscriberId":"d476904b-e548-4ad9-bd69-511c35758792","Created":"2026-08-27T00:22:43.0812805+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});