A list of all webhook subscriptions registered for this account ID for this particular feature (unpaginated).
| Name | Type | Description | Notes |
|---|---|---|---|
| links | LinksObject | [optional] [default to undefined] | |
| errors | Array<ModelError> | [optional] [default to undefined] | |
| data | Array<WebhookSubscription> | [default to undefined] |
import { WebhookSubscriptionsListBody } from 'bandwidth-sdk';
const instance: WebhookSubscriptionsListBody = {
links,
errors,
data,
};