Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 879 Bytes

File metadata and controls

25 lines (18 loc) · 879 Bytes

WebhookSubscriptionsListBody

A list of all webhook subscriptions registered for this account ID for this particular feature (unpaginated).

Properties

Name Type Description Notes
links LinksObject [optional] [default to undefined]
errors Array<ModelError> [optional] [default to undefined]
data Array<WebhookSubscription> [default to undefined]

Example

import { WebhookSubscriptionsListBody } from 'bandwidth-sdk';

const instance: WebhookSubscriptionsListBody = {
    links,
    errors,
    data,
};

[Back to Model list] [Back to API list] [Back to README]