| 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": "69c1b2b7-9b15-41d2-9476-125b2a2b9705",
"SubscriberId": "646a273e-aab9-4d03-8c8f-594a7707503c",
"Created": "2025-12-25T02:53:59.4397776+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"69c1b2b7-9b15-41d2-9476-125b2a2b9705","SubscriberId":"646a273e-aab9-4d03-8c8f-594a7707503c","Created":"2025-12-25T02:53:59.4397776+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});