Skip to documentation
Cases API

List cases

Returns the prior-authorization cases associated with the authenticated organization.

GET/v2/cases
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

page
integerquery

Page number.

Default: 1

limit
integerquery

Maximum number of cases to return.

Default: 10

status
string or array<string>query

Filter by one or more case statuses.

recommendation
stringquery

Filter by decision recommendation.

sort_by
stringquery

Case field used for sorting.

order_by
stringquery

Sort direction.

Default: asc

Responses

200A paginated collection of cases.
CasesResponse
dataarray<Case>
paginationPagination
401The bearer token is missing, invalid, or lacks the required scope.
Error
detailstring
422One or more request values failed validation.
Error
detailstring