| 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": "50c0da8a-ced1-4f49-a1c4-ebafc9b2b299",
"SubscriberId": "0fae9856-35f1-46f6-a09b-4dbecdb9a55c",
"Created": "2026-07-19T10:03:35.6190194+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"50c0da8a-ced1-4f49-a1c4-ebafc9b2b299","SubscriberId":"0fae9856-35f1-46f6-a09b-4dbecdb9a55c","Created":"2026-07-19T10:03:35.6190194+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});