d0dcc5024bd1
latestOpenAPI 3.0.42026-08-104969330.3 KBCases
Fetch a single case by the collection partner's own reference ID.
Returns detailed case information using the collection partner's own reference (the CollectionPartnerReference field set during case activation).
Use Case: Use this endpoint when you have your own internal case reference and want to look up the corresponding Debitura case. This is useful for integrating your case management system with Debitura.
Matching: Exact string match only. Combined references like '112179442 & 112179443' must be queried with the full combined string.
Access Control: Only returns cases where you are the collection partner and the case is a production collection case.
get/cases/by-partner-reference/{reference}
Path parameters
referencestring required
Response
Case found
Example response
{
"debtor": {
"type": "Company",
"name": "Pacific Trading LLC",
"contactPerson": "John Smith",
"companyRegistrationNumber": "47-1234567",
"address": "123 Market Street, Suite 400",
"zipCode": "94105",
"city": "San Francisco",
"state": "California",
"stateAlpha2": "CA",
"countryAlpha2": "US",
"country": "United States",
"email": "accounts@pacifictrading.com",
"phone": "+1 415 555 0123"
}
}