Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 6.73 KB

File metadata and controls

13 lines (9 loc) · 6.73 KB

ListWebhooksResponseBody

A list of webhooks. For a complete reference of the webhook object, refer to the Get hook endpoint documentation.

Fields

Field Type Required Description Example
count long ✔️ The number of items in this result set. If more items are available, a _links.next URL will be present in the result
as well.

The maximum number of items per result set is controlled by the limit property provided in the request. The default
limit is 50 items.
5
embedded ListWebhooksEmbedded ✔️ N/A
links ListLinks ✔️ Links to help navigate through the lists of items. Every URL object will contain an href and a type field.