Base path: api/v1/cases
api/v1/cases
Auth: all endpoints in this document require x-api-key
x-api-key
Header format:
x-api-key: <api-key>
Notes:
This API does not use Authorization: Bearer.
Authorization: Bearer
Invalid or missing API key returns 401 Unauthorized (plain text from middleware).
401 Unauthorized
GET
/api/v1/cases
List cases (with filtering + pagination)
/api/v1/cases/:uuid
Get a specific case by UUID
POST
Create a new case
PUT
Update an existing case
DELETE
Delete a case and related records
Last updated 11 days ago