| 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": "59732ae0-efdb-4f3b-ac03-839c77ee8d88",
"SubscriberId": "232bc57d-2baa-4617-88c2-ff4599a5549a",
"Created": "2025-11-20T02:57:43.9724222+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"59732ae0-efdb-4f3b-ac03-839c77ee8d88","SubscriberId":"232bc57d-2baa-4617-88c2-ff4599a5549a","Created":"2025-11-20T02:57:43.9724222+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});