| 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": "fee08788-9c4e-44d3-9326-878a2da8c5c7",
"SubscriberId": "2b63d5f6-e1fa-4420-a861-12b21f67870b",
"Created": "2025-11-01T17:03:48.2989638+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"fee08788-9c4e-44d3-9326-878a2da8c5c7","SubscriberId":"2b63d5f6-e1fa-4420-a861-12b21f67870b","Created":"2025-11-01T17:03:48.2989638+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});