| 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": "38cc46eb-8e81-47f5-9634-4d6b883df9c8",
"SubscriberId": "df651bbb-98f3-4c10-a844-73a7411365b5",
"Created": "2026-06-21T08:29:52.9665149+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"38cc46eb-8e81-47f5-9634-4d6b883df9c8","SubscriberId":"df651bbb-98f3-4c10-a844-73a7411365b5","Created":"2026-06-21T08:29:52.9665149+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});