v1
latestOpenAPI 3.0.42026-08-045381279.6 KBCases
Fetch case by reference
Returns case details for the provided Debitura case reference (example: Q8OAXF3W).
get/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"
}
}