| 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": "ba3a7675-9b04-456f-ab7c-98f8c4fa5cad",
"SubscriberId": "ba17020d-e847-47b3-9313-8036dbd37c86",
"Created": "2026-09-14T06:35:38.1353046+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"ba3a7675-9b04-456f-ab7c-98f8c4fa5cad","SubscriberId":"ba17020d-e847-47b3-9313-8036dbd37c86","Created":"2026-09-14T06:35:38.1353046+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});