Update Webhook Endpoint

Updates a webhook endpoint. 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…
Path Params
uuid
required

The webhook endpoint ID

Body Params
string
length ≤ 255

Optional - Name of the webhook endpoint (max 255 characters)

uri

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

string | null

Optional - Description of the webhook endpoint

boolean

Optional - Whether the webhook endpoint is active

Responses

400

Bad Request - Invalid URL or active webhook already exists

401

Unauthorized - Missing or invalid API key, or insufficient scope

404

Not Found - Webhook endpoint not found

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