| 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": "6acfd1ee-151a-4182-a303-5fe1f3f637bf",
"SubscriberId": "8ce83a45-b8c8-4c8e-be78-75737a50728d",
"Created": "2026-01-28T17:12:15.75979+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6acfd1ee-151a-4182-a303-5fe1f3f637bf","SubscriberId":"8ce83a45-b8c8-4c8e-be78-75737a50728d","Created":"2026-01-28T17:12:15.75979+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});