| 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": "7d60d742-d5a7-4dcd-881b-aff966701d1e",
"SubscriberId": "c0797d04-f19d-4e0f-839a-2d2f05cf3535",
"Created": "2026-06-19T02:12:28.902651+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"7d60d742-d5a7-4dcd-881b-aff966701d1e","SubscriberId":"c0797d04-f19d-4e0f-839a-2d2f05cf3535","Created":"2026-06-19T02:12:28.902651+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});