How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Debitura Managed Cases API

Managed Cases

Debitura Managed Cases API is one of 20 APIs that Debitura publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ManagedCases. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 11 operations across 8 paths, and defines 29 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://collectionpartner-api.debitura.com.

11 operations 8 paths 29 schemas 1 DELETE7 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://customer-api.debitura.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Debitura Managed Cases API declares 1 security scheme for authenticating requests. An API key is passed in the header as XApiKey (ApiKey). By default, every request must be authenticated.

  • ApiKey — Collection Partner API Key (use XApiKey header)

Paths & Operations 11

Across 8 paths, the API surfaces 11 operations — 1 DELETE, 7 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

ManagedCases 11

Managed Cases

POST
/managed-cases
Create case as managing partner
1 param body → 200400422500
GET
/managed-cases
List managed cases
7 params → 200400
GET
/managed-cases/{id}
Fetch managed case by ID
1 param → 200400404
GET
/managed-cases/case-reference/{caseReference}
Fetch managed case by reference
1 param → 200400404
GET
/managed-cases/{id}/timeline
Fetch managed case timeline
1 param → 200400404
GET
/managed-cases/{id}/chats
Fetch managed case chats
1 param → 200400404
GET
/managed-cases/{id}/payments
Fetch managed case payments
1 param → 200400404
POST
/managed-cases/{id}/payments
Record a payment on a test case (managing partner)
1 param body → 200400404500
PUT
/managed-cases/{id}/payments/{paymentId}
Edit a payment on a test case (managing partner)
2 params body → 200400404409422500
DELETE
/managed-cases/{id}/payments/{paymentId}
Delete a payment on a test case (managing partner)
3 params → 204400404409422500
GET
/managed-cases/{id}/files
Get managed case files
1 param → 200400404500

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are Debitura.Web.ExternalApi.Contracts.V1.Cases.InvoiceDto (37 properties), Debitura.Web.ExternalApi.Contracts.V1.Cases.BankAccountDto (16 properties), Debitura.Web.ExternalApi.Contracts.V1.Cases.Requests.CreateManagedCaseRequest (14 properties), Debitura.Web.ExternalApi.Contracts.V1.Cases.DebtorDto (13 properties). Each schema is shown below with its type and property counts.

Debitura.Web.ExternalApi.Contracts.V1.Users.UserRelationDto
object
6 properties 1 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.TimelineActorDto
object
Represents the actor (person or system) that performed a timeline action.
2 properties 1 required
Debitura.Web.ExternalApi.Contracts.V1.Files.CaseFileDto
object
10 properties
Debitura.Domain.Model.CommunicationCenter.Chats.ChatRole
integer
Debitura.Web.ExternalApi.Contracts.V1.Cases.SigningHandoffDto
object
Partner-facing handoff metadata for a creditor's pending signing chain. Returned on POST /cases responses (422 with pending-signing errors, or 200 with AllowPe…
1 property
Debitura.Web.ExternalApi.Contracts.V1.Cases.CollectionPartnerDto
object
V1 Collection Partner DTO for external partner APIs
5 properties
Debitura.Web.ExternalApi.Contracts.V1.Payments.PaymentRelatedInvoiceDto
object
3 properties 2 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.AssignedUserDto
object
Represents the creditor team member assigned to a case.
2 properties
Debitura.Web.ExternalApi.Contracts.V1.Payments.CreateManagedCasePaymentRequest
object
Request to record a payment on a test case as managing partner. Only available for cases created with isTestCase: true.
3 properties 2 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.CreditorDivisionDto
object
Creditor division information for external partner APIs. Represents a specific division or department within a creditor organization.
2 properties
Debitura.Web.ExternalApi.Contracts.V1.Errors.ApiErrorResponseDto
object
Generic structured error response for API endpoints. Dual-write design: existing fields (Debitura.Web.ExternalApi.Contracts.V1.Errors.ApiErrorResponseDto.Error…
3 properties
Debitura.Web.ExternalApi.Contracts.V1.Cases.BankAccountDto
object
Bank account information for partner API. Full details provided as partners need this to: 1. Provide payment instructions to debtors (when debtor pays client d…
16 properties
Debitura.Web.ExternalApi.Contracts.V1.Cases.InvoiceAllocationOutstandingDto
object
Additive external-API read model. Per-bucket outstanding on the debt ledger, produced by the payment allocation engine (bucket total minus Σ active stored allo…
4 properties
Debitura.Web.ExternalApi.Contracts.V1.Chats.ChatDto
object
8 properties
Debitura.Web.ExternalApi.Contracts.V1.Cases.CaseTimelineResponse
object
Response envelope for GET /cases/{id}/timeline. Wraps the chronological event list with case-level context that cannot be expressed as a single timeline entry.
2 properties 1 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.BusinessErrorResponseApiDTO
object
Response returned when business rule violations prevent case creation.
2 properties
Debitura.Web.ExternalApi.Contracts.V1.Cases.BusinessErrorApiDTO
object
Represents a business error in the API response.
3 properties
Debitura.Web.ExternalApi.Contracts.V1.Payments.UpdatePaymentRequest
object
Request to edit an existing payment on a case. Mirrors the payout-split semantics of Debitura.Web.ExternalApi.Contracts.V1.Payments.CreatePaymentRequest. Curre…
7 properties 3 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.Requests.CreateManagedCaseRequest
object
Request model for creating a case as a managing partner. The partner submits both creditor information and case details in a single request.
14 properties 5 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.DebtorDto
object
V1 Debtor DTO for external partner APIs. The debtor is the party that owes the debt.
13 properties 2 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.InvoiceDto
object
V1 Invoice DTO for external partner APIs
37 properties
Debitura.Web.ExternalApi.Contracts.V1.Cases.TimelineItemDto
object
5 properties 3 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.CreditorDto
object
Creditor (client) information for external partner APIs. Represents the party that the debtor owes money to.
11 properties
Debitura.Web.ExternalApi.Contracts.V1.Payments.PaymentDto
object
9 properties 4 required
Debitura.Domain.Model.Base.PageData
object
5 properties
Debitura.Web.ExternalApi.Contracts.V1.Payments.CreateManagedCasePaymentResponse
object
Response after recording a payment as managing partner on a test case.
6 properties 1 required
Debitura.Web.ExternalApi.Contracts.V1.Cases.InvoiceListDto
object
2 properties 1 required
Debitura.Domain.Model.CollectionPartnerLogics.CollectionPartners.SurveyCadenceMode
integer
Debitura.Domain.Services.CaseValidation.CaseValidationLeanDto
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

debitura-managedcases-api-openapi.yml Raw ↑

Other APIs Debitura publishes across the network.

Debitura Cases API
Debitura Clients API
Debitura Contracts API
Debitura Coverage API
Debitura Divisions API
Debitura Filter Options API
Debitura Ingestion Jobs API
Debitura Me API
Debitura O Auth API
Debitura Payments API
Debitura Preview Cases API
Debitura Referral Partners API
Where this information came from

This is an independent, third-party profile of Debitura Managed Cases API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.