v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBWebhooks
Create webhook
Creates a new webhook endpoint in DISABLED state. Limited to 5 webhooks per organization.
post/api/webhooks
Request body
Example request
{
"categories": [
"MURAL_ACCOUNT_BALANCE_ACTIVITY"
],
"url": "https://api.example.com/webhooks"
}Response
Webhook created successfully