v1
latestOpenAPI 3.0.02026-07-24622596.0 KBWebhooks
Create Webhook
post/webhooks
Request body
Response
The created webhook
Example response
{
"id": "42",
"company_id": "8675309",
"url": "https://sweet-webhooks.com/my/webhook/endpoint",
"scopes": [
"*"
],
"token": "123456",
"enabled": true,
"created_at": 1490737206,
"updated_at": 1490737406
}