| 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": "45e97329-1d5f-4fa4-912e-d0c26be74181",
"SubscriberId": "5e248820-4ca0-4c6d-9e4c-d77448a297a5",
"Created": "2025-12-20T21:55:18.1269326+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"45e97329-1d5f-4fa4-912e-d0c26be74181","SubscriberId":"5e248820-4ca0-4c6d-9e4c-d77448a297a5","Created":"2025-12-20T21:55:18.1269326+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});