Truveta · OAuth Scopes

Truveta OAuth Scopes

OAuth 2.0 searched

Truveta publishes 14 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Truveta API on a user’s behalf.

Tokens are issued from https://login.truveta.com/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 DataElectronic Health RecordsReal World EvidenceClinical ResearchLife SciencesGenomicsAnalyticsArtificial IntelligenceData Platform
Scopes: 14 Flows: authorizationCode, clientCredentials, deviceCode Method: searched

OAuth endpoints

Authorization URL
https://login.truveta.com/authorize
Token URL
https://login.truveta.com/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCode

Scopes (14)

ScopeDescriptionFlows
openid Request an ID token and authenticate the end user via OpenID Connect.
profile Basic profile claims (name, given_name, family_name, nickname, picture).
email The end user's email address.
email_verified Whether the end user's email address has been verified.
address The end user's postal address claim.
phone The end user's phone number claim.
offline_access Issue a refresh token for long-lived access without re-authentication.
name Full name claim.
given_name Given name claim.
family_name Family name claim.
nickname Nickname claim.
picture Profile picture URL claim.
created_at Timestamp the user account was created in the Auth0 tenant.
identities Linked identity-provider identities for the user account.

Source

OAuth Scopes

truveta-scopes.yml Raw ↑
generated: '2026-08-05'
method: searched
source: https://login.truveta.com/.well-known/openid-configuration
description: >-
  Truveta publishes no OpenAPI and no product-level permission or scope
  reference. The scopes below are the ones its Auth0 identity tenant advertises
  in `scopes_supported` on the anonymous OIDC discovery document — standard
  OpenID Connect and Auth0 scopes governing identity and profile claims for the
  Truveta Studio application. They are NOT Truveta product/data scopes; no such
  reference is published publicly.
scheme_type: openIdConnect
schemes:
  - name: TruvetaOIDC
    source: well-known/truveta-openid-configuration.json
    issuer: https://login.truveta.com/
    flows:
      - flow: authorizationCode
        authorizationUrl: https://login.truveta.com/authorize
        tokenUrl: https://login.truveta.com/oauth/token
      - flow: clientCredentials
        tokenUrl: https://login.truveta.com/oauth/token
      - flow: deviceCode
        deviceAuthorizationUrl: https://login.truveta.com/oauth/device/code
        tokenUrl: https://login.truveta.com/oauth/token
scopes:
  - scope: openid
    description: Request an ID token and authenticate the end user via OpenID Connect.
    standard: oidc-core
  - scope: profile
    description: Basic profile claims (name, given_name, family_name, nickname, picture).
    standard: oidc-core
  - scope: email
    description: The end user's email address.
    standard: oidc-core
  - scope: email_verified
    description: Whether the end user's email address has been verified.
    standard: auth0
  - scope: address
    description: The end user's postal address claim.
    standard: oidc-core
  - scope: phone
    description: The end user's phone number claim.
    standard: oidc-core
  - scope: offline_access
    description: Issue a refresh token for long-lived access without re-authentication.
    standard: oidc-core
  - scope: name
    description: Full name claim.
    standard: auth0
  - scope: given_name
    description: Given name claim.
    standard: auth0
  - scope: family_name
    description: Family name claim.
    standard: auth0
  - scope: nickname
    description: Nickname claim.
    standard: auth0
  - scope: picture
    description: Profile picture URL claim.
    standard: auth0
  - scope: created_at
    description: Timestamp the user account was created in the Auth0 tenant.
    standard: auth0
  - scope: identities
    description: Linked identity-provider identities for the user account.
    standard: auth0
x-evidence:
  fetched: '2026-08-05'
  url: https://login.truveta.com/.well-known/openid-configuration
  http_status: 200