| 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": "c423cbc6-7438-49d4-957f-55ce96353915",
"SubscriberId": "b852f510-e015-4e52-b874-69e8a6dd2ff3",
"Created": "2025-12-01T15:27:07.9774455+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"c423cbc6-7438-49d4-957f-55ce96353915","SubscriberId":"b852f510-e015-4e52-b874-69e8a6dd2ff3","Created":"2025-12-01T15:27:07.9774455+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});