| 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": "3f72d2d5-a7fb-4df1-acad-28ab296cf1ad",
"SubscriberId": "bca6ac95-b8b1-440d-ac93-45cfef5eccaa",
"Created": "2026-03-08T22:11:36.8737772+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"3f72d2d5-a7fb-4df1-acad-28ab296cf1ad","SubscriberId":"bca6ac95-b8b1-440d-ac93-45cfef5eccaa","Created":"2026-03-08T22:11:36.8737772+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});