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
https://login.truveta.com/authorize
Token URL
https://login.truveta.com/oauth/token
https://login.truveta.com/oauth/token
Flows
authorizationCodeclientCredentialsdeviceCode
authorizationCodeclientCredentialsdeviceCode
Scopes (14)
| Scope | Description | Flows |
|---|---|---|
| openid | Request an ID token and authenticate the end user via OpenID Connect. | |
| profile | Basic profile claims (name, given_name, family_name, nickname, picture). | |
| 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. |