Case Detail
Get case details for multiple CNR numbers (max 50)
Batch lookup for up to 50 CNR numbers in a single request. Returns found cases, a list of CNRs that were not found, and any that failed to process.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of CNR numbers to look up. Each must be exactly 16 characters.
Required array length:
1 - 50 elementsRequired string length:
16Pattern:
^[A-Z]{4}[A-Z0-9]{2}\d{10}$When true, hearingHistory is populated on each found case.
When true, order document links are included in hearingHistory entries.