List managed cases
GET/managed-cases
Returns a paginated list of cases where you are the managing partner (submitted on behalf of your clients).
What is a Managing Partner? A managing partner is a collection partner that submits cases on behalf of their own clients but forwards the actual debt recovery work to another collection partner in Debitura's network. You remain your client's point of contact while leveraging Debitura's global network of 500+ partners across 183 jurisdictions.
Why Become a Managing Partner? • Serve clients globally without physical presence in every jurisdiction • Maintain client relationships while outsourcing collection work • Access Debitura's vetted partner network • Earn commission on successful recoveries • Provide full-service debt recovery to your clients
Your Role as Managing Partner: • Submit cases on behalf of your clients (via API or partner portal) • Monitor case progress and recovery status (read-only access) • Communicate with the collection partner through case chat • Receive updates on payments and case status • Invoice your clients and remit payments
Note: This endpoint shows cases YOU submitted. For cases where you are actively collecting, use the /cases endpoint instead.
Partner Portal View: These cases appear in the 'Cases Submitted' section of the partner portal.
Pagination: • page (default: 1) - Page number, starting from 1 • pageSize (default: 10, max: 100) - Number of results per page
Filters: • statuses - Filter by case lifecycle status (comma-separated list) Valid values: PendingContractSigning, PendingVerificationInternal, PendingVerification, NeedsAdditionalDetails, Leads, LeadsQuoteGiven, Active, Paused, Closed • divisionIds - Filter by your client division IDs (comma-separated GUIDs) • debtorIds - Filter by specific debtor IDs (comma-separated GUIDs) • ids - Filter by specific case IDs (comma-separated GUIDs)
Sorting: • sort - Sort field and direction (format: 'field:direction') Examples: 'date:desc', 'amount:asc', 'debtorName:asc'
Response: • Returns InvoiceListApiDTO with page metadata and cases array • Each case includes collection partner information (who is actually collecting) • Page metadata includes: totalResults, currentPage, skipped, pageSize
Request
Responses
- 200
- 400
List returned
Invalid query parameters (returns specific validation errors)