| 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": "2dfd720b-8875-4f12-a7fd-36885baf82b4",
"SubscriberId": "9c6fd59e-6226-441a-abd4-8cea7fcd9b60",
"Created": "2026-04-14T11:48:21.7734481+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2dfd720b-8875-4f12-a7fd-36885baf82b4","SubscriberId":"9c6fd59e-6226-441a-abd4-8cea7fcd9b60","Created":"2026-04-14T11:48:21.7734481+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});