| 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": "aa504603-0a5c-475f-bf6e-e946663d4856",
"SubscriberId": "38886c52-1e98-47df-989c-955412e8b144",
"Created": "2026-07-04T22:41:46.3000522+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"aa504603-0a5c-475f-bf6e-e946663d4856","SubscriberId":"38886c52-1e98-47df-989c-955412e8b144","Created":"2026-07-04T22:41:46.3000522+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});