| 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": "0572c595-5758-497a-a9c4-ed6df3b84765",
"SubscriberId": "4bd11e16-c1cf-4311-9b2b-4287056e10c6",
"Created": "2026-05-25T05:08:42.3778597+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"0572c595-5758-497a-a9c4-ed6df3b84765","SubscriberId":"4bd11e16-c1cf-4311-9b2b-4287056e10c6","Created":"2026-05-25T05:08:42.3778597+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});