| 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": "77f97c12-60b3-4804-b9a4-a1344459a069",
"SubscriberId": "57e55972-9af5-4c9f-8e82-c85edb9005ba",
"Created": "2026-08-29T11:09:48.5602349+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"77f97c12-60b3-4804-b9a4-a1344459a069","SubscriberId":"57e55972-9af5-4c9f-8e82-c85edb9005ba","Created":"2026-08-29T11:09:48.5602349+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});