| 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": "b3951ecb-3e17-447f-ab06-7a1e3d62d5b2",
"SubscriberId": "a0b1975a-59ec-4376-a8be-202ea91b54cb",
"Created": "2025-12-09T18:17:02.2695836+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b3951ecb-3e17-447f-ab06-7a1e3d62d5b2","SubscriberId":"a0b1975a-59ec-4376-a8be-202ea91b54cb","Created":"2025-12-09T18:17:02.2695836+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});