| Name | Description | Type | Additional Info |
|---|---|---|---|
| listId | The ID of the list. | globally unique identifier | Required |
| subscriberId | The ID of the subscriber. | globally unique identifier | Required |
None.
| Name | Description | Type | Additional Info |
|---|---|---|---|
| ListSubscriber | The list subscriber. | ListSubscriberV3 | None. |
| Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{
"ListSubscriber": {
"ListId": "7f104571-76f0-4a34-a32c-f73dd5327f97",
"SubscriberId": "41aa8c64-688c-4b75-a0ba-c5a43458bd98",
"Created": "2026-07-14T09:55:22.6289406+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7f104571-76f0-4a34-a32c-f73dd5327f97","SubscriberId":"41aa8c64-688c-4b75-a0ba-c5a43458bd98","Created":"2026-07-14T09:55:22.6289406+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});