| 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": "88bd90f1-bef6-49dd-92a9-81aed8add5f9",
"SubscriberId": "aa111e19-831f-4d00-bf90-c1719bad84ae",
"Created": "2026-03-03T19:52:04.1181552+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"88bd90f1-bef6-49dd-92a9-81aed8add5f9","SubscriberId":"aa111e19-831f-4d00-bf90-c1719bad84ae","Created":"2026-03-03T19:52:04.1181552+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});