| 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": "f5eb2a0a-f5f3-41e6-8382-a04f450ade67",
"SubscriberId": "18020023-63ed-4036-9b9a-9f3eb4f38351",
"Created": "2026-03-15T04:27:40.3305565+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f5eb2a0a-f5f3-41e6-8382-a04f450ade67","SubscriberId":"18020023-63ed-4036-9b9a-9f3eb4f38351","Created":"2026-03-15T04:27:40.3305565+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});