| 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": "e82176cd-7ab4-4939-b471-04cbab1e8116",
"SubscriberId": "152c494b-7cb5-4945-80d4-57f5d8fdc84f",
"Created": "2026-08-03T07:00:23.1715367+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e82176cd-7ab4-4939-b471-04cbab1e8116","SubscriberId":"152c494b-7cb5-4945-80d4-57f5d8fdc84f","Created":"2026-08-03T07:00:23.1715367+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});