| 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": "85ba6ef9-a344-4d82-9eda-6ad66323c01f",
"SubscriberId": "36564043-09d8-4017-a466-2622298d0c38",
"Created": "2026-07-20T19:09:51.9266526+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"85ba6ef9-a344-4d82-9eda-6ad66323c01f","SubscriberId":"36564043-09d8-4017-a466-2622298d0c38","Created":"2026-07-20T19:09:51.9266526+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});