Create webhook endpoint
Webhooks
Create webhook endpoint
Registers a new webhook endpoint for the authenticated tenant.
POST
Create webhook endpoint
Registers a new webhook endpoint for the authenticated tenant. The endpoint receives HTTP POST requests when matching events occur. The endpoint secret is returned once in the response — store it securely.
The number of webhook endpoints you can create depends on your billing plan. If you exceed your plan limit, the API returns
402 Payment Required.Parameters
string
required
Human-readable name for the endpoint (e.g., “My Backend”)
string
required
Publicly reachable HTTPS URL that receives webhook deliveries
string[]
required
List of event types or wildcard patterns to subscribe to. Use
category.* to subscribe to all events in a category (e.g., attestation.*). See the webhooks guide for the full list of event types.Responses
Authorizations
API key for machine-to-machine authentication
Body
application/json

