Elevance Health · OAuth Scopes

Elevance Health OAuth Scopes

OAuth 2.0 derived

Elevance Health publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Elevance Health API on a user’s behalf.

Tokens are issued from https://patient360c.anthem.com/P360Member/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Fortune 500HealthcareHealth InsuranceFHIRInteroperability
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://patient360c.anthem.com/P360Member/oauth2/authorize
Token URL
https://patient360c.anthem.com/P360Member/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
launch/patient SMART on FHIR patient launch context authorizationCode
offline_access Refresh token access authorizationCode
patient/*.read Read patient-scoped resources authorizationCode

Source

OAuth Scopes

elevance-health-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/elevance-health-openapi.yml
schemes:
- name: oauth2
  source: openapi/elevance-health-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://patient360c.anthem.com/P360Member/oauth2/authorize
    tokenUrl: https://patient360c.anthem.com/P360Member/oauth2/token
scopes:
- scope: launch/patient
  description: SMART on FHIR patient launch context
  flows:
  - authorizationCode
  sources:
  - openapi/elevance-health-openapi.yml
- scope: offline_access
  description: Refresh token access
  flows:
  - authorizationCode
  sources:
  - openapi/elevance-health-openapi.yml
- scope: patient/*.read
  description: Read patient-scoped resources
  flows:
  - authorizationCode
  sources:
  - openapi/elevance-health-openapi.yml