d0dcc5024bd1
latestOpenAPI 3.0.42026-08-104969330.3 KBManagedCases
Fetch managed case by ID
Returns detailed information for a case you submitted on behalf of your client (where you are the managing partner).
Access Control: This endpoint only returns cases where YOU are the managing partner. If you are the collection partner on a case, use /cases/{id} instead.
Response Includes:
- Case details (reference, amount, currency, status)
- Debtor information
- Your client information (the creditor)
- Collection partner details (who is actively collecting this case)
- Financial breakdown
- Case progress and timeline summary
Monitoring Your Cases: As the managing partner, you have read-only access to monitor progress while the collection partner handles the actual recovery work.
get/managed-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"
}
}