Skip to main content
GET
Metadata for every supported Webhook.type — label, required fields, quota codename, and whether it’s OAuth-based. Lets a client enumerate/validate types without hand-maintaining a shadow copy of what the backend already knows.
Requires a Management API key only — no additional permission gate.
is_oauth: true marks types whose connection is established through the browser OAuth flow in the dashboard, not through this API — see the Management API overview for which parts of Slack/HubSpot integration are and aren’t available here. failure_threshold is the number of consecutive delivery failures before the webhook is automatically disabled (its status becomes stopped and last_used_status records the reason).

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Response

200 - application/json

Metadata for every supported webhook type.