| 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": "18cfb424-4d06-4695-9ace-235e3dc6dd0d"
}
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "220d3162-7c57-46bb-bcc3-848e6a43b291",
"SubscriberId": "e92c143d-6b6e-43e7-8cea-d42d60bbe745",
"Created": "2025-11-09T05:23:06.2553664+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"220d3162-7c57-46bb-bcc3-848e6a43b291","SubscriberId":"e92c143d-6b6e-43e7-8cea-d42d60bbe745","Created":"2025-11-09T05:23:06.2553664+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});