GenHealth.ai · Authentication Profile

Genhealthai Authentication

Authentication

GenHealth.ai secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyHealthHealthcareArtificial IntelligenceGenerative AIPrior AuthorizationRevenue Cycle ManagementFHIRHL7 Da VinciMedical CodingUtilization Management
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

HTTPBearer http
scheme: bearer

Source

Authentication Profile

genhealthai-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.genhealth.ai/docs/getting-started-1
docs: https://docs.genhealth.ai/docs/getting-started-1
summary:
  types: [http]
  http_schemes: [bearer]
  oauth2_flows: []
  api_key_in: []
  notes: >-
    GenHealth API requests authenticate with an HTTP Bearer token (an API key issued in the developer
    hub and sent in the Authorization header). The ReadMe developer hub declares a single security
    scheme "HTTPBearer" (type: http, scheme: bearer) and explicitly no OAuth (oauth type: none).
schemes:
  - name: HTTPBearer
    type: http
    scheme: bearer
    description: API key passed as a Bearer token in the Authorization request header.
    sources:
      - https://docs.genhealth.ai/docs/getting-started-1
oauth:
  present: false
  evidence: developer-hub metadata declares oauth type "none"