| 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": "759cfbcd-eeb9-48ec-b18c-43b1f8327dae",
"SubscriberId": "79fb0727-e350-46b7-aee0-4be72992af9b",
"Created": "2026-06-25T03:02:12.6637306+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"759cfbcd-eeb9-48ec-b18c-43b1f8327dae","SubscriberId":"79fb0727-e350-46b7-aee0-4be72992af9b","Created":"2026-06-25T03:02:12.6637306+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});