| 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": "419f979b-528c-475e-b573-cff2da56f7f5",
"SubscriberId": "bcfbc838-4a80-4949-90ca-eb28d3867dba",
"Created": "2026-06-10T07:15:56.0143721+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"419f979b-528c-475e-b573-cff2da56f7f5","SubscriberId":"bcfbc838-4a80-4949-90ca-eb28d3867dba","Created":"2026-06-10T07:15:56.0143721+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});