| 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": "82afc4c0-0895-4b03-836b-30fe7f39722c"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "1fd33694-0096-46c4-b2d9-32a476fef2a9",
"SubscriberId": "aee70a67-31be-4b96-ae16-f177f67fb82e",
"Created": "2026-04-06T12:56:06.5001661+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"1fd33694-0096-46c4-b2d9-32a476fef2a9","SubscriberId":"aee70a67-31be-4b96-ae16-f177f67fb82e","Created":"2026-04-06T12:56:06.5001661+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});