Atlassian Compass · OAuth Scopes

Atlassian Compass OAuth Scopes

OAuth 2.0 derived

Atlassian Compass publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Atlassian Compass API on a user’s behalf.

Tokens are issued from https://auth.atlassian.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.

AtlassianComponent ManagementDeveloper ExperienceSoftware CatalogGraphQL
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (4)

ScopeDescriptionFlows
read:component:compass Read component data authorizationCode
write:component:compass Write component data authorizationCode
write:event:compass Send events authorizationCode
write:metric:compass Send metric values authorizationCode

Source

OAuth Scopes

atlassian-compass-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/atlassian-compass-openapi.yml
schemes:
- name: oauth2
  source: openapi/atlassian-compass-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.atlassian.com/authorize
    tokenUrl: https://auth.atlassian.com/oauth/token
  description: OAuth 2.0 (3LO) for Atlassian Cloud
scopes:
- scope: read:component:compass
  description: Read component data
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-compass-openapi.yml
- scope: write:component:compass
  description: Write component data
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-compass-openapi.yml
- scope: write:event:compass
  description: Send events
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-compass-openapi.yml
- scope: write:metric:compass
  description: Send metric values
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-compass-openapi.yml