| 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": "892faf8a-23ee-4280-bb39-9dd5951fb40d",
"SubscriberId": "a87f3f63-6248-4c79-b71a-a32d1602e201",
"Created": "2026-03-14T20:17:18.36417+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"892faf8a-23ee-4280-bb39-9dd5951fb40d","SubscriberId":"a87f3f63-6248-4c79-b71a-a32d1602e201","Created":"2026-03-14T20:17:18.36417+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});