Collection Partner Authentication
Collection Partners authenticate with the Collection Partner API using an API key in the XApiKey header.
Getting Your API Key
Generate API keys via the Partner Portal:
- Navigate to API Keys
- Click Create New Key
- Store the key securely (it won't be shown again)
Note: Requires the Admin role.
Making Requests
Include your API key in the XApiKey header:
GET /cases HTTP/1.1
Host: collectionpartner-api.debitura.com
XApiKey: YOUR_API_KEY
Content-Type: application/json
Verify your key works by calling GET /me.
Portal vs API Authentication
The web portal at partner.debitura.com uses email/password authentication with session cookies. API keys are exclusively for programmatic access.
For base URLs and testing approach, see Environments. For request limits, see Rate Limiting. For endpoint details, see the Collection Partner API Reference.