Skip to documentation
Cases API

Retrieve a case

Retrieves a single case belonging to the authenticated organization.

GET/v1/cases/{case_id}
Try it

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires API read access for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

case_idrequired
stringpath

The case identifier.

Responses

200Case details.
Case
idstring
statusstring
recommendationstring | null
policy_idstring | null
created_atstring | null
last_modifiedstring | null
401The bearer token is missing, invalid, or lacks the required scope.
Error
detailstring
404The requested resource could not be found.
Error
detailstring