Get managed case files
GET/managed-cases/:id/files
Returns all documents and files attached to a case you submitted as managing partner.
File Access for Managing Partners: You can view files uploaded by:
- Your client (the creditor you represent)
- The collection partner handling the case
- Debitura support team
- Yourself (files you uploaded when submitting the case)
File Types Include:
- OriginalInvoice - The initial claim documentation
- ProofOfDelivery - Delivery confirmations
- Contract - Agreements between creditor and debtor
- Correspondence - Email and letter communications
- PaymentProof - Payment receipts
- CourtDocuments - Legal filings
- Other - Miscellaneous supporting documents
Use Case:
- Review evidence and supporting documents
- Download files to share with your client
- Verify document completeness before escalation
- Build client-facing portals showing case documentation
Note: File URLs are temporary signed links that expire. Call this endpoint again to generate fresh download links if needed.
Upload additional ordinary case documents with POST /managed-cases/{id}/files.
Request
Responses
- 200
- 400
- 404
- 500
Files retrieved successfully (may be empty array)
Case ID missing or empty
Case not found or not submitted by you as managing partner
Server error occurred while retrieving files