| 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": "b290402a-19ca-4f15-b521-5b6e84bde570",
"SubscriberId": "ee6840e5-adfb-4c53-8f84-e0fffadd9374",
"Created": "2026-04-08T09:43:13.6065284+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b290402a-19ca-4f15-b521-5b6e84bde570","SubscriberId":"ee6840e5-adfb-4c53-8f84-e0fffadd9374","Created":"2026-04-08T09:43:13.6065284+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});