/
/Debitura Customer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4h ago · Updated 1w ago
Cases20
Contracts1
Coverage5
Divisions7
Me1
Payments2
Tasks1
TestCases3
TestWebhooks1
Users1
WebhookEvents2
Webhooks9
  • getList all webhook subscriptions for the authenticated creditor.
  • postCreate a new webhook subscription.
  • getGet a single webhook subscription by ID.
  • deleteDelete a webhook subscription.
  • patchUpdate an existing webhook subscription.
  • postSend a test event to the webhook endpoint.
  • postSend a test event to the webhook endpoint.
  • post[Deprecated] This endpoint is misnamed and does not actually replay events. Use `GET /webhooks/events?caseId={id}` to inspect delivery history, then `POST /webhooks/events/{eventId}/replay` to re-deliver a specific event.
  • post[Deprecated] This endpoint is misnamed and does not actually replay events. Use `GET /webhooks/events?caseId={id}` to inspect delivery history, then `POST /webhooks/events/{eventId}/replay` to re-deliver a specific event.
    Webhooks

    Delete a webhook subscription.

    Deletes a webhook subscription. This operation is permanent.

    delete/webhooks/{id}

    Path parameters

    idstring uuid required

    Response

    Webhook deleted successfully