| 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": "a30bf6b7-6a76-4a54-b56a-1e8b3a914d15",
"SubscriberId": "8f9bc842-8e4f-4477-9fdb-a38289772621",
"Created": "2026-07-24T22:31:04.444784+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a30bf6b7-6a76-4a54-b56a-1e8b3a914d15","SubscriberId":"8f9bc842-8e4f-4477-9fdb-a38289772621","Created":"2026-07-24T22:31:04.444784+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});