| 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": "a4b821e3-3a3b-4a75-8bef-f876af53a330",
"SubscriberId": "50320edc-43f5-4b9b-9a92-1272739ff9ea",
"Created": "2026-07-06T04:16:21.1848296+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a4b821e3-3a3b-4a75-8bef-f876af53a330","SubscriberId":"50320edc-43f5-4b9b-9a92-1272739ff9ea","Created":"2026-07-06T04:16:21.1848296+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});