GET
/webhooks Get all webhooks (associated with the logged API user's account)
Returns the account's webhook subscriptions — each endpoint, its secret and the events it receives.
Responses
200 OK
statusintegerint32Response code
messagestringResponse message
timestampintegerunix-timestampResponse time
dataobjectobject fields →
webhooksarray<object>array item fields →
idstringbson-idID of the webhook
namestringName of the webhook
hook_urlstringURL of the webhook
secretkeystringSecret key of the webhook
total_countintegerint32Total number of items
pageintegerint32Current page number
per_pageintegerint32Number of items returned in each page
max_pageintegerint32The page number of the last page of items
Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.