| 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": "667961ac-516f-4ca3-b269-605247884776",
"SubscriberId": "c289a99b-c29e-4576-874c-2d2ea68d7eaf",
"Created": "2026-06-11T06:01:12.636028+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"667961ac-516f-4ca3-b269-605247884776","SubscriberId":"c289a99b-c29e-4576-874c-2d2ea68d7eaf","Created":"2026-06-11T06:01:12.636028+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});