| 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": "a3dc3419-d90a-4ee5-ac71-6b02051bee7f",
"SubscriberId": "eadf630a-56fb-4242-ae08-bdbe7fddaf23",
"Created": "2026-04-23T19:27:22.9109106+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a3dc3419-d90a-4ee5-ac71-6b02051bee7f","SubscriberId":"eadf630a-56fb-4242-ae08-bdbe7fddaf23","Created":"2026-04-23T19:27:22.9109106+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});