Get full validation detail for a case
GET/cases/:id/validation
Returns the full creditor-facing validation status for a case, including the resolution area and description for each outstanding item.
When to call: Check validation.needsInfo on GET /cases/{id}. If true, call this endpoint to retrieve the item-level breakdown of what must be supplied.
Access Control: Same as GET /cases/{id} — only accessible when you are the collection partner (or managing partner on test cases).
Safety: Only creditor-facing resolution areas are returned. Internal areas (InternalReview, AdminReview) and sensitive fields (Rationale, Confidence) are never exposed.
Request
Responses
- 200
- 400
- 404
Full validation status returned
ID missing, empty, or not a collection case
Case not found or not accessible