Skip to main content
POST
Create Webhook Endpoint
Creates a new webhook endpoint for the organization. A signing secret is generated automatically and returned in the response. Store the secret securely — it is only shown once and is used to verify webhook signatures.

Auth

Requires a valid Bearer token. User must be a member of the organization.

Path Parameters

string
required
Organization identifier.

Request Body

string
required
Webhook delivery URL. Must be a valid HTTPS URI.
string
Description of what this webhook endpoint is used for.
string[]
Array of event types to subscribe to. If omitted or empty, the endpoint receives all events.

Response

Returns the created webhook endpoint including the signing secret.

Example