| 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": "62016fd8-c2e1-4a68-b538-26ad67157116",
"SubscriberId": "265a4e4a-b6ce-429a-8baa-01eeada180ad",
"Created": "2026-08-04T07:00:22.2713054+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"62016fd8-c2e1-4a68-b538-26ad67157116","SubscriberId":"265a4e4a-b6ce-429a-8baa-01eeada180ad","Created":"2026-08-04T07:00:22.2713054+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});