| 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": "e11fb98f-5aa5-4842-bfb8-679905f5fa14",
"SubscriberId": "e5d4d028-96ad-4278-80aa-e4f5bd25a6c2",
"Created": "2026-07-07T07:57:47.5021882+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"e11fb98f-5aa5-4842-bfb8-679905f5fa14","SubscriberId":"e5d4d028-96ad-4278-80aa-e4f5bd25a6c2","Created":"2026-07-07T07:57:47.5021882+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});