Skip to main content

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

EnvironmentURL
Productionhttps://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

CategoryDescriptionGuide
Partner ProfileVerify API key and get partner detailsAuthentication
CasesManage cases assigned to you for collectionUpdate Case Progress
Managed CasesManage cases you submitted for clientsManaged Cases

Integration Guides

GuideDescription
QuickstartAccept and process your first case
Record PaymentsLog payments collected from debtors
Update Case ProgressAdd notes and update case status

Concepts

TopicDescription
Managed CasesCases submitted on behalf of your clients
AuthenticationAPI keys and security
Error HandlingError response format and codes
Rate LimitingRequest limits and best practices

Rate Limits

WindowLimit
Per minute2,000 requests
Per hour20,000 requests
Per day100,000 requests

Need Help?