| 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": "431fd548-754b-454b-8b31-d780dd694405",
"SubscriberId": "309da8f1-3165-408c-a6b8-4f88d80d826e",
"Created": "2026-01-18T23:16:09.58457+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"431fd548-754b-454b-8b31-d780dd694405","SubscriberId":"309da8f1-3165-408c-a6b8-4f88d80d826e","Created":"2026-01-18T23:16:09.58457+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});