Atlassian Confluence · OAuth Scopes

Atlassian Confluence OAuth Scopes

OAuth 2.0 derived

Atlassian Confluence publishes 7 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 Confluence 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.

AtlassianCollaborationContent ManagementDocumentationKnowledge ManagementWiki
Scopes: 7 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (7)

ScopeDescriptionFlows
read:confluence-content.all Read full content authorizationCode
read:confluence-content.summary Read content summaries authorizationCode
read:page:confluence Read pages (v2) authorizationCode
read:space:confluence Read spaces (v2) authorizationCode
write:confluence-content Create, update, and delete content authorizationCode
write:page:confluence Create and update pages (v2) authorizationCode
write:space:confluence Create and update spaces (v2) authorizationCode

Source

OAuth Scopes

atlassian-confluence-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/atlassian-confluence-openapi.yml
schemes:
- name: oauth2
  source: openapi/atlassian-confluence-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 Connect/Forge apps
scopes:
- scope: read:confluence-content.all
  description: Read full content
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml
- scope: read:confluence-content.summary
  description: Read content summaries
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml
- scope: read:page:confluence
  description: Read pages (v2)
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml
- scope: read:space:confluence
  description: Read spaces (v2)
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml
- scope: write:confluence-content
  description: Create, update, and delete content
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml
- scope: write:page:confluence
  description: Create and update pages (v2)
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml
- scope: write:space:confluence
  description: Create and update spaces (v2)
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-openapi.yml