| 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": "b2cca50f-03f3-468e-bf54-2d98c85b53e6",
"SubscriberId": "775e34a9-b67a-488e-a909-163cfa8ce198",
"Created": "2025-12-24T02:59:23.0889645+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"b2cca50f-03f3-468e-bf54-2d98c85b53e6","SubscriberId":"775e34a9-b67a-488e-a909-163cfa8ce198","Created":"2025-12-24T02:59:23.0889645+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});