Webhooks
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