Luma Health · Authentication Profile

Luma Health Authentication

Authentication

Luma Health secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

HealthcareUnited StatesPatient EngagementSchedulingReferralsIntakeMessagingEligibilityEHRInteroperabilityClinical AIReputation ManagementPatient Feedback
Methods: http Schemes: 1 OAuth flows: clientCredentials API key in:

Security Schemes

Bearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-24'
method: searched
source: openapi/luma-health-openapi.yaml
docs: https://apidocs.lumahealth.io/#tag/auth
summary:
  types:
  - http
  api_key_in: []
  oauth2_flows:
  - clientCredentials
  notes: >-
    Luma Health uses an OAuth2 client-credentials style machine-to-machine flow.
    A tenant first mints a clientId/clientSecret pair (POST /auth/clients, one
    active pair per user, rotate with PATCH /auth/clients), then exchanges those
    credentials for a short-lived JWT access token (POST /auth/token with
    grant_type=client_credentials). Every other endpoint is then called with
    Authorization: Bearer <JWT>. The OpenAPI models the applied scheme as an
    http bearer (JWT) security scheme named "Bearer"; there is no scopes surface.
    Subaccount tokens can also be issued for multi-account tenants.
schemes:
- name: Bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/luma-health-openapi.yaml
token_endpoints:
- path: /auth/token
  method: post
  grant_type: client_credentials
  request: {client_id, client_secret, grant_type}
  returns: JWT bearer token
- path: /auth/clients
  method: post
  purpose: Generate clientId/clientSecret (machine-to-machine credentials)
- path: /auth/clients
  method: patch
  purpose: Rotate clientSecret for an existing clientId

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/luma-health-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.