Skip to main content

Referral Partner API Overview

The Referral Partner API enables platforms to embed Debitura services, onboard clients programmatically, and track revenue attribution. Use this API to offer debt collection capabilities to your users without building your own integration.

New to the Referral Partner API?

Start with the Referral Partners Integration Track for architecture overview and guides, or jump to the Quickstart to onboard your first client.

Base URLs

EnvironmentURL
Productionhttps://api.debitura.com/v1
Sandboxhttps://api.sandbox.debitura.com/v1

Authentication

Authenticate using OAuth 2.0 with client credentials.

curl -X POST https://api.debitura.com/v1/oauth/token \
-d "grant_type=client_credentials" \
-d "client_id=your-client-id" \
-d "client_secret=your-client-secret"

Use the returned access token as a Bearer token in subsequent requests.

Learn more: Authentication Guide

API Reference

Browse all endpoints in the Referral Partner API Reference.

Key Endpoints

CategoryDescriptionGuide
OAuthObtain access tokensAuthentication
ClientsCreate and manage linked clientsClient Onboarding
WebhooksSubscribe to client and case eventsWebhook Setup
ReportingAccess revenue attribution dataAttribution
Partner ProfileView authenticated partner details

Integration Guides

GuideDescription
QuickstartOnboard your first client in 5 minutes
Client OnboardingFull guide to linking and managing clients
Webhook SetupConfigure event notifications
Webhook Best PracticesProduction patterns for reliability
Webhook EventsEvent types and payload schemas

Concepts

TopicDescription
Client LifecycleHow clients move through onboarding states
AttributionRevenue tracking and commission model
EnvironmentsSandbox vs production differences
White-Label UIEmbedded UI options
AuthenticationOAuth 2.0 and security
WebhooksEvent payload format and verification

Need Help?