| 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": "f2064b18-0f0e-492f-bc61-5c20899d2992",
"SubscriberId": "fd9a1379-fb4a-43fc-9516-5ae9bf447fd8",
"Created": "2026-06-13T08:56:41.9902136+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"f2064b18-0f0e-492f-bc61-5c20899d2992","SubscriberId":"fd9a1379-fb4a-43fc-9516-5ae9bf447fd8","Created":"2026-06-13T08:56:41.9902136+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});