v6
latestOpenAPI 3.1.02026-07-311856741.1 MBwebhooks
public
Create Webhook Endpoint
Create a webhook endpoint.
Scopes: webhooks:write
post/v1/webhooks/endpoints
Request body
Example request
{
"url": "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0",
"organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
}Response
Webhook endpoint created.
Example response
{
"url": "https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0",
"secret": "whsec_ovyN6cPrTv56AApvzCaJno08SSmGJmgbWilb33N2JuK"
}