| 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": "ff2305d1-2d9b-4fa8-af01-020f4b994317",
"SubscriberId": "e8f62405-e552-409c-99ca-bcad94895fc8",
"Created": "2026-08-14T11:26:46.2973587+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ff2305d1-2d9b-4fa8-af01-020f4b994317","SubscriberId":"e8f62405-e552-409c-99ca-bcad94895fc8","Created":"2026-08-14T11:26:46.2973587+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});