| 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": "c9af4e84-5280-40fb-a44b-2675e7b62f3e",
"SubscriberId": "79295d35-8173-4112-87fe-b192821950de",
"Created": "2026-09-13T11:26:52.4533662+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c9af4e84-5280-40fb-a44b-2675e7b62f3e","SubscriberId":"79295d35-8173-4112-87fe-b192821950de","Created":"2026-09-13T11:26:52.4533662+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});