| 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": "2b4fef9a-62b5-4d52-b8bd-430dee1e0736"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "4c800763-4380-416c-87c3-715a66bea3c9",
"SubscriberId": "112907b9-4da7-48e2-a12e-eec294352882",
"Created": "2025-12-26T05:14:31.8273816+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"4c800763-4380-416c-87c3-715a66bea3c9","SubscriberId":"112907b9-4da7-48e2-a12e-eec294352882","Created":"2025-12-26T05:14:31.8273816+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});