| 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": "a1a7a32b-2832-439a-ac00-d2a40f1fd979",
"SubscriberId": "62b288f6-eb54-4005-a492-c310f95374d6",
"Created": "2025-12-12T09:18:50.2114437+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"a1a7a32b-2832-439a-ac00-d2a40f1fd979","SubscriberId":"62b288f6-eb54-4005-a492-c310f95374d6","Created":"2025-12-12T09:18:50.2114437+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});