# Debitura Webhooks API

**Canonical:** https://apis.io/apis/debitura/debitura-webhooks-api/  
**Provider:** Debitura — https://apis.io/providers/debitura/  
**Base URL:** https://customer-api.debitura.com  
**Documentation:** https://docs.debitura.com/clients

Debitura Webhooks API is one of 20 APIs that [Debitura](https://apis.io/providers/debitura/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

Manage webhook subscriptions and inspect the delivery event log. Create subscriptions to receive real-time notifications for case lifecycle events, payments, and chats. Use GET /webhooks/events to verify deliveries and POST /webhooks/events/{id}/replay to re-deliver a specific event.

## Operations (16)

| Method | Path | Summary |
|---|---|---|
| GET | `/webhooks` | List all webhook subscriptions for the authenticated collection partner. |
| POST | `/webhooks` | Create a new webhook subscription. |
| GET | `/webhooks/{id}` | Get a specific webhook subscription by ID. |
| PUT | `/webhooks/{id}` | Update an existing webhook subscription. |
| DELETE | `/webhooks/{id}` | Delete a webhook subscription. |
| PATCH | `/webhooks/{id}` | Update an existing webhook subscription. |
| POST | `/webhooks/{id}/test` | Send a test event to the webhook endpoint. |
| POST | `/webhooks/{id}:test` | Send a test event to the webhook endpoint. |
| POST | `/webhooks/{id}/replay` | [Deprecated] This endpoint is misnamed and does not actually replay events. Use `GET /webhooks/events?caseId={id}` to inspect delivery history, then `POST /w... |
| POST | `/webhooks/{id}:replay` | [Deprecated] This endpoint is misnamed and does not actually replay events. Use `GET /webhooks/events?caseId={id}` to inspect delivery history, then `POST /w... |
| GET | `/v1/Webhooks` | Get all webhooks for the authenticated referral partner |
| POST | `/v1/Webhooks` | Create a new webhook subscription |
| GET | `/v1/Webhooks/{id}` | Get a specific webhook by ID |
| PUT | `/v1/Webhooks/{id}` | Update an existing webhook subscription |
| DELETE | `/v1/Webhooks/{id}` | Delete a webhook subscription |
| POST | `/v1/Webhooks/test` | Trigger a test webhook event (test environment only) |

## Machine-readable artifacts (5)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/debitura/refs/heads/main/openapi/debitura-webhooks-api-openapi.yml
- **Documentation** — https://docs.debitura.com/clients
- **SignUp** — https://app.debitura.com/CreditorApiKey
- **Documentation** — https://docs.debitura.com/referral-partners
- **Documentation** — https://docs.debitura.com/collection-partners

## Other Debitura APIs (12)

- [Debitura Cases API](https://apis.io/apis/debitura/debitura-cases-api/)
- [Debitura Clients API](https://apis.io/apis/debitura/debitura-clients-api/)
- [Debitura Contracts API](https://apis.io/apis/debitura/debitura-contracts-api/)
- [Debitura Coverage API](https://apis.io/apis/debitura/debitura-coverage-api/)
- [Debitura Divisions API](https://apis.io/apis/debitura/debitura-divisions-api/)
- [Debitura Filter Options API](https://apis.io/apis/debitura/debitura-filteroptions-api/)
- [Debitura Ingestion Jobs API](https://apis.io/apis/debitura/debitura-ingestionjobs-api/)
- [Debitura Managed Cases API](https://apis.io/apis/debitura/debitura-managedcases-api/)
- [Debitura Me API](https://apis.io/apis/debitura/debitura-me-api/)
- [Debitura O Auth API](https://apis.io/apis/debitura/debitura-oauth-api/)
- [Debitura Payments API](https://apis.io/apis/debitura/debitura-payments-api/)
- [Debitura Preview Cases API](https://apis.io/apis/debitura/debitura-previewcases-api/)

## Tags

Webhook

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/debitura/debitura-webhooks-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/debitura/.
