| 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": "9408cc9d-a02f-4b4c-ba60-147a9bf69d4a",
"SubscriberId": "28922427-4dda-4890-9bb9-c3c5023510a2",
"Created": "2026-09-16T04:38:58.7083149+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"9408cc9d-a02f-4b4c-ba60-147a9bf69d4a","SubscriberId":"28922427-4dda-4890-9bb9-c3c5023510a2","Created":"2026-09-16T04:38:58.7083149+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});