Collection Partner API Overview
The Collection Partner API enables collection agencies to manage assigned cases, record payments, and submit cases on behalf of clients. Use this API to integrate Debitura case management into your existing collection workflows.
New to the Collection Partner API?
Start with the Collection Partners Integration Track for architecture overview and guides, or jump to the Quickstart to accept your first case.
Base URL
| Environment | URL |
|---|---|
| Production | https://collectionpartner-api.debitura.com |
Authentication
Authenticate using an API key in the XApiKey header.
curl -H "XApiKey: your-api-key" \
https://collectionpartner-api.debitura.com/me
Learn more: Authentication Guide
API Reference
Browse all endpoints in the Collection Partner API Reference.
Key Endpoints
| Category | Description | Guide |
|---|---|---|
| Partner Profile | Verify API key and get partner details | Authentication |
| Cases | Manage cases assigned to you for collection | Update Case Progress |
| Managed Cases | Manage cases you submitted for clients | Managed Cases |
Integration Guides
| Guide | Description |
|---|---|
| Quickstart | Accept and process your first case |
| Record Payments | Log payments collected from debtors |
| Update Case Progress | Add notes and update case status |
Concepts
| Topic | Description |
|---|---|
| Managed Cases | Cases submitted on behalf of your clients |
| Authentication | API keys and security |
| Error Handling | Error response format and codes |
| Rate Limiting | Request limits and best practices |
Rate Limits
| Window | Limit |
|---|---|
| Per minute | 2,000 requests |
| Per hour | 20,000 requests |
| Per day | 100,000 requests |
Need Help?
- Troubleshooting: Common Issues
- Technical questions: contact@debitura.com
- Support center: support.debitura.com