| 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": "846ff890-b136-43e8-8fab-124269826364",
"SubscriberId": "8f050595-2e91-434a-a721-4cd4ba54ad2f",
"Created": "2026-04-20T10:01:49.0282253+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"846ff890-b136-43e8-8fab-124269826364","SubscriberId":"8f050595-2e91-434a-a721-4cd4ba54ad2f","Created":"2026-04-20T10:01:49.0282253+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});