Skip to main content

Create a new webhook subscription.

POST 

/webhooks

Creates a new webhook subscription for receiving real-time event notifications.

Available Events (assigned/working-partner role):

  • case.assigned - Case validated by Debitura and assigned to your agency
  • case.updated - Case lifecycle changed (e.g., Active → Legal)
  • case.closed - Case closed
  • payment.created - Payment registered on case
  • chat.created - Chat message created on case

Security: Response includes Base64-encoded signing secret (shown only once). Store it to verify HMAC-SHA256 signatures on deliveries.

Requirements: HTTPS URL required. Deliveries retry with exponential backoff (8 attempts). Webhook auto-disables after max failures.

Request

Responses

Webhook created successfully