| 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": "39bf53f7-dc7e-48ab-ae10-b6270825b6d3",
"SubscriberId": "793b7783-21fe-40af-9cc0-be256fe5add4",
"Created": "2026-06-24T19:38:40.8330161+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"39bf53f7-dc7e-48ab-ae10-b6270825b6d3","SubscriberId":"793b7783-21fe-40af-9cc0-be256fe5add4","Created":"2026-06-24T19:38:40.8330161+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});