Skip to documentation
GenHealth developer docs

Build healthcare workflows with the GenHealth API

Use GenHealth APIs to work with prior-authorization cases, medical policies, codes, and publisher data.

View as Markdown

Start building

Use the guides to understand authentication and request conventions, then move into the generated API reference when you are ready to work with a specific resource.

Core resources

The GenHealth app organizes prior-authorization work around cases, medical-necessity policies, medical codes, and policy publishers. Each request is scoped to the organization represented by the bearer token.

How requests flow

  1. 1

    Authenticate the organization

    Send a GenHealth-issued credential in the bearer authorization header. The credential determines which organization and operations are available.

  2. 2

    Call a resource endpoint

    Use the cases, policies, codes, or publishers endpoints documented in the generated reference.

  3. 3

    Handle the JSON response

    Read the response status and pagination metadata before continuing a workflow or requesting another page.