| 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": "6e18dc14-32ad-4a93-bd72-84792d729d1b",
"SubscriberId": "5db738bf-121a-47b8-86ca-cc8a291a0cac",
"Created": "2026-02-26T12:13:19.0191283+00:00"
},
"Error": {
"ErrorId": 1,
"ErrorMessage": "sample string 1"
}
}
Sample:
/**/ typeof === 'function' && ({"ListSubscriber":{"ListId":"6e18dc14-32ad-4a93-bd72-84792d729d1b","SubscriberId":"5db738bf-121a-47b8-86ca-cc8a291a0cac","Created":"2026-02-26T12:13:19.0191283+00:00"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});