| 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": "26a3432d-e311-406b-8e43-4a48c425acc9",
"SubscriberId": "3e54e995-0ee5-4b48-919e-9d06a06f3416",
"Created": "2026-08-23T14:04:22.1801237+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"26a3432d-e311-406b-8e43-4a48c425acc9","SubscriberId":"3e54e995-0ee5-4b48-919e-9d06a06f3416","Created":"2026-08-23T14:04:22.1801237+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});