d0dcc5024bd1
latestOpenAPI 3.0.42026-08-104969330.3 KBManagedCases
Fetch managed case by reference
Returns detailed case information using the Debitura case reference (e.g., 'Q8OAXF3W') for cases you submitted.
Use Case: Use this endpoint when you have the Debitura case reference but not the GUID. Helpful for customer service integrations or when your clients reference cases by the Debitura reference number.
Access Control: Only returns cases where you are the managing partner.
get/managed-cases/case-reference/{caseReference}
Path parameters
caseReferencestring 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"
}
}