| 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": "2614bda1-1732-493e-8fb6-ec7392d70541",
"SubscriberId": "3ae30dcb-ab39-42e8-9d48-8af0e5c2d932",
"Created": "2026-07-02T06:08:44.7306905+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"2614bda1-1732-493e-8fb6-ec7392d70541","SubscriberId":"3ae30dcb-ab39-42e8-9d48-8af0e5c2d932","Created":"2026-07-02T06:08:44.7306905+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});