v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBWebhook
Create a webhook
Creates a Webhook.
post/v3/webhooks
Request body
Example request
{
"label": "Test webhook",
"triggers": [
"user.create",
"user.delete"
],
"method": "POST",
"target": "http://localhost:9999"
}Response
Created