Application Research · OAuth Scopes

Application Research OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from /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.

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
/oauth/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
ord:admin Administrative access to ORD resources clientCredentials
ord:read Read access to ORD resources clientCredentials
ord:write Write access to ORD resources clientCredentials

Source

OAuth Scopes

application-research-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/open-resource-discovery-openapi.yml
schemes:
- name: oauth2
  source: openapi/open-resource-discovery-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: /oauth/token
  description: OAuth 2.0 authentication
scopes:
- scope: ord:admin
  description: Administrative access to ORD resources
  flows:
  - clientCredentials
  sources:
  - openapi/open-resource-discovery-openapi.yml
- scope: ord:read
  description: Read access to ORD resources
  flows:
  - clientCredentials
  sources:
  - openapi/open-resource-discovery-openapi.yml
- scope: ord:write
  description: Write access to ORD resources
  flows:
  - clientCredentials
  sources:
  - openapi/open-resource-discovery-openapi.yml