Arbital Health · OAuth Scopes

Arbital Health OAuth Scopes

OAuth 2.0 probed

Arbital 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 Arbital Health API on a user’s behalf.

Tokens are issued from https://auth.arbitalhealth.com/propelauth/oauth/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.

CompanyHealthcareHealth InsuranceValue-Based CareActuarialClaimsPayersProvidersAnalyticsArtificial Intelligence
Scopes: 3 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://auth.arbitalhealth.com/propelauth/oauth/authorize
Token URL
https://auth.arbitalhealth.com/propelauth/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid Standard OpenID Connect scope — request an ID token. authorizationCode
email Release the user's email address and email_verified claim. authorizationCode
profile Release basic profile claims (first_name, last_name, picture_url). authorizationCode

Source

OAuth Scopes

arbital-health-scopes.yml Raw ↑
generated: '2026-08-06'
method: probed
source: https://auth.arbitalhealth.com/.well-known/openid-configuration
docs: null
note: >-
  Arbital Health publishes no OpenAPI, so there is no operation-level scope surface
  to derive. The only scopes it advertises anywhere publicly are the three standard
  OpenID Connect scopes in its PropelAuth discovery document. No application or
  resource scopes (read:contracts, write:adjudication, …) are published — any such
  scopes exist only inside the customer tenant.
schemes:
- name: propelauth-oidc
  source: well-known/arbital-health-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.arbitalhealth.com/propelauth/oauth/authorize
    tokenUrl: https://auth.arbitalhealth.com/propelauth/oauth/token
scopes:
- scope: openid
  description: Standard OpenID Connect scope — request an ID token.
  flows: [authorizationCode]
  sources: [well-known/arbital-health-openid-configuration.json]
- scope: email
  description: Release the user's email address and email_verified claim.
  flows: [authorizationCode]
  sources: [well-known/arbital-health-openid-configuration.json]
- scope: profile
  description: Release basic profile claims (first_name, last_name, picture_url).
  flows: [authorizationCode]
  sources: [well-known/arbital-health-openid-configuration.json]
x-evidence:
  fetched: '2026-08-06'
  url: https://auth.arbitalhealth.com/.well-known/openid-configuration
  http_status: 200