Skip to documentation
Codes API

List medical codes

Returns medical codes available to the authenticated organization.

GET/v1/codes
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

Records per page.

Default: 20

query
stringquery

Search by code or display name.

Responses

200Medical-code results.
array<MedicalCode>
401The bearer token is missing, invalid, or lacks the required scope.
Error
detailstring