Create Webhook Endpoint

Creates a new webhook endpoint for the project. The project ID is automatically determined from the API key. Only one active webhook endpoint is allowed per project.

Required API Key Scope: service_role

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 255

Name of the webhook endpoint (max 255 characters)

uri
required

URL where webhook notifications will be sent (must be HTTPS, except localhost in development)

string | null

Optional description of the webhook endpoint

Responses

400

Bad Request - Invalid URL or active webhook already exists

401

Unauthorized - Missing or invalid API key, or insufficient scope

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json