| 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": "b1076d07-b066-4c9d-bd4d-8efcb9bd3167",
"SubscriberId": "8e843056-308d-44c9-8877-f02e9b272a7c",
"Created": "2026-05-23T02:17:59.0750343+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b1076d07-b066-4c9d-bd4d-8efcb9bd3167","SubscriberId":"8e843056-308d-44c9-8877-f02e9b272a7c","Created":"2026-05-23T02:17:59.0750343+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});