v1
latestOpenAPI 3.0.42026-08-045381279.6 KBCases
Fetch case by ID
Returns case details for the provided Debitura case ID (a GUID).
get/cases/{id}
Path parameters
idstring uuid 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"
}
}