| 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": "ad4700ee-696a-4473-b9b5-210272c19e01",
"SubscriberId": "9d22a3c5-1ea0-49e2-a9dc-2fe062f33ca5",
"Created": "2026-05-29T07:58:31.2435165+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ad4700ee-696a-4473-b9b5-210272c19e01","SubscriberId":"9d22a3c5-1ea0-49e2-a9dc-2fe062f33ca5","Created":"2026-05-29T07:58:31.2435165+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});