v1
latestOpenAPI 3.0.42026-08-045381279.6 KBCases
Fetch case by creditor reference
Returns case details for the provided creditor reference. The creditor reference is your own unique identifier for the case, as provided when the case was created.
get/cases/by-creditor-reference/{creditorReference}
Path parameters
creditorReferencestring 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"
}
}