Redox · OAuth Scopes

Redox OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.redoxengine.com/platform/v1/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.

CompanyHealthcareInteroperabilityFHIREHRHealth DataIntegrationHL7Digital HealthHealthcare API
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.redoxengine.com/platform/v1/oauth/authorize
Token URL
https://api.redoxengine.com/platform/v1/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication scope. authorizationCode
offline_access Requests a refresh token for long-lived access. authorizationCode
platform_access Access to the Redox Platform API (organizations, sources, destinations). authorizationCode

Source

OAuth Scopes

redox-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://api.redoxengine.com/.well-known/oauth-authorization-server
docs: https://developer.redoxengine.com
schemes:
- name: RedoxPlatformOAuth
  source: well-known/redox-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.redoxengine.com/platform/v1/oauth/authorize
    tokenUrl: https://api.redoxengine.com/platform/v1/oauth/token
    pkce: S256
scopes:
- scope: openid
  description: OpenID Connect authentication scope.
  flows: [authorizationCode]
  sources: [well-known/redox-oauth-authorization-server.json]
- scope: offline_access
  description: Requests a refresh token for long-lived access.
  flows: [authorizationCode]
  sources: [well-known/redox-oauth-authorization-server.json]
- scope: platform_access
  description: Access to the Redox Platform API (organizations, sources, destinations).
  flows: [authorizationCode]
  sources: [well-known/redox-oauth-authorization-server.json]