| 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": "43062c78-31dd-4555-8949-07d2e0ab5641",
"SubscriberId": "fb8a78b0-bbb5-4d8c-b152-aacfa4215340",
"Created": "2026-06-06T02:52:37.9396002+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"43062c78-31dd-4555-8949-07d2e0ab5641","SubscriberId":"fb8a78b0-bbb5-4d8c-b152-aacfa4215340","Created":"2026-06-06T02:52:37.9396002+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});