Atlassian Confluence · OAuth Scopes

Atlassian Confluence OAuth Scopes

OAuth 2.0 derived

Atlassian Confluence publishes 90 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-ManagementWikiMCPGraphQLAgentsProductivity
Scopes: 90 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (90)

ScopeDescriptionFlows
delete:attachment:confluence Delete attachments. authorizationCode
delete:blogpost:confluence Delete blogposts. authorizationCode
delete:comment:confluence Delete comments. authorizationCode
delete:content:confluence Delete content. authorizationCode
delete:custom-content:confluence Delete custom content. authorizationCode
delete:database:confluence Delete databases. authorizationCode
delete:embed:confluence Delete Smart Links in the content tree. authorizationCode
delete:folder:confluence Delete folders. authorizationCode
delete:page:confluence Delete pages. authorizationCode
delete:space:confluence Delete spaces. authorizationCode
delete:whiteboard:confluence Delete whiteboards. authorizationCode
manage:confluence-configuration Manage global settings. authorizationCode
moderate:comment:confluence Moderate comments authorizationCode
moderate:core-content:confluence Moderate core contents authorizationCode
read:analytics.content:confluence View analytics for content. authorizationCode
read:app-data:confluence
read:attachment:confluence View and download content attachments. authorizationCode
read:audit-log:confluence View audit records. authorizationCode
read:blogpost:confluence View blogposts. authorizationCode
read:comment:confluence View comments. authorizationCode
read:configuration:confluence View Confluence settings. authorizationCode
read:confluence-content.all Read all content, including content body (expansions permitted). Note, APIs using this scope may also return data allowed by read:confluence-space.summary. However, this scope is not a substitute for read:confluence-space.summary. authorizationCode
read:confluence-content.permission Read content permissions. authorizationCode
read:confluence-content.summary Read a summary of the content, which is the content without expansions. Note, APIs using this scope may also return data allowed by read:confluence-space.summary. However, this scope is not a substitute for read:confluence-space.summary. authorizationCode
read:confluence-groups Read user groups. authorizationCode
read:confluence-props Read content properties. authorizationCode
read:confluence-space.summary Read a summary of space information without expansions. authorizationCode
read:confluence-user Read users. authorizationCode
read:content-details:confluence View content details. authorizationCode
read:content.metadata:confluence View content summaries. authorizationCode
read:content.permission:confluence Check content permissions. authorizationCode
read:content.property:confluence View content properties. authorizationCode
read:content.restriction:confluence View content restrictions. authorizationCode
read:content:confluence View content. authorizationCode
read:custom-content:confluence View custom content. authorizationCode
read:database:confluence View databases and their properties. authorizationCode
read:email-address:confluence View email addresses of all users regardless of the user’s profile visibility settings. authorizationCode
read:embed:confluence View Smart Links in the content tree and their properties. authorizationCode
read:folder:confluence View folders and their properties. authorizationCode
read:group:confluence View groups. authorizationCode
read:hierarchical-content:confluence View children and descendants in the content tree. authorizationCode
read:inlinetask:confluence View tasks. authorizationCode
read:label:confluence View labels. authorizationCode
read:page:confluence View pages. authorizationCode
read:relation:confluence View entity relationships. authorizationCode
read:space-details:confluence View space details. authorizationCode
read:space.permission:confluence View space permissions. authorizationCode
read:space.property:confluence View space properties. authorizationCode
read:space.setting:confluence View space settings. authorizationCode
read:space:confluence View spaces. authorizationCode
read:task:confluence View tasks. authorizationCode
read:template:confluence View content templates. authorizationCode
read:user.property:confluence View user properties. authorizationCode
read:user:confluence View user details. authorizationCode
read:watcher:confluence View content watchers. authorizationCode
read:whiteboard:confluence View whiteboards. authorizationCode
readonly:content.attachment:confluence Download attachments of a Confluence page or blogpost that you have access to. authorizationCode
search:confluence Search Confluence. Note, APIs using this scope may also return data allowed by read:confluence-space.summary and read:confluence-content.summary. However, this scope is not a substitute for read:confluence-space.summary or read:confluence-content.summary. authorizationCode
write:app-data:confluence Create, update and delete app properties. authorizationCode
write:attachment:confluence Create and update attachments. authorizationCode
write:audit-log:confluence Create audit records. authorizationCode
write:blogpost:confluence Create and update blogposts. authorizationCode
write:comment:confluence Create and update comments. authorizationCode
write:configuration:confluence Update Confluence settings. authorizationCode
write:confluence-content Permits the creation of pages, blogs, comments and questions. authorizationCode
write:confluence-file Upload attachments. authorizationCode
write:confluence-groups Create, remove and update user groups. authorizationCode
write:confluence-props Write content properties. authorizationCode
write:confluence-space Create, update and delete space information. authorizationCode
write:content.property:confluence Create, update and delete content properties. authorizationCode
write:content.restriction:confluence Update content restrictions. authorizationCode
write:content:confluence Create and update content. authorizationCode
write:custom-content:confluence Create and update custom content. authorizationCode
write:database:confluence Create and update databases and their properties. authorizationCode
write:embed:confluence Create and update Smart Links in the content tree and their properties. authorizationCode
write:folder:confluence Create and update folders and their properties. authorizationCode
write:group:confluence Create and delete groups. authorizationCode
write:inlinetask:confluence Update tasks. authorizationCode
write:label:confluence Add and remove labels. authorizationCode
write:page:confluence Create and update pages. authorizationCode
write:relation:confluence Create and update entity relationships. authorizationCode
write:space.permission:confluence Update space permissions. authorizationCode
write:space.property:confluence Create, update and delete space properties. authorizationCode
write:space.setting:confluence Update space settings. authorizationCode
write:space:confluence Create and update spaces. authorizationCode
write:task:confluence
write:template:confluence Create, update and delete content templates. authorizationCode
write:user.property:confluence Create, update and delete user properties. authorizationCode
write:watcher:confluence Add and remove content watchers. authorizationCode
write:whiteboard:confluence Create and update whiteboards. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-09-06'
method: derived
source: openapi/atlassian-confluence-rest-v1-openapi.json, openapi/atlassian-confluence-rest-v2-openapi.json
schemes:
- name: oAuthDefinitions
  source: openapi/atlassian-confluence-rest-v1-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.atlassian.com/authorize
    tokenUrl: https://auth.atlassian.com/oauth/token
  description: This API uses OAuth 2 with the authorizationCode grant flow.
- name: oAuthDefinitions
  source: openapi/atlassian-confluence-rest-v2-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.atlassian.com/authorize
    tokenUrl: https://auth.atlassian.com/oauth/token
  description: This API uses OAuth 2 with the authorizationCode grant flow.
scopes:
- scope: delete:attachment:confluence
  description: Delete attachments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:blogpost:confluence
  description: Delete blogposts.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: delete:comment:confluence
  description: Delete comments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:content:confluence
  description: Delete content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: delete:custom-content:confluence
  description: Delete custom content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:database:confluence
  description: Delete databases.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:embed:confluence
  description: Delete Smart Links in the content tree.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:folder:confluence
  description: Delete folders.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:page:confluence
  description: Delete pages.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: delete:space:confluence
  description: Delete spaces.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: delete:whiteboard:confluence
  description: Delete whiteboards.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: manage:confluence-configuration
  description: Manage global settings.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: moderate:comment:confluence
  description: Moderate comments
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: moderate:core-content:confluence
  description: Moderate core contents
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:analytics.content:confluence
  description: View analytics for content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:app-data:confluence
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:attachment:confluence
  description: View and download content attachments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:audit-log:confluence
  description: View audit records.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:blogpost:confluence
  description: View blogposts.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:comment:confluence
  description: View comments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:configuration:confluence
  description: View Confluence settings.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:confluence-content.all
  description: Read all content, including content body (expansions permitted). Note, APIs using
    this scope may also return data allowed by read:confluence-space.summary. However, this
    scope is not a substitute for read:confluence-space.summary.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:confluence-content.permission
  description: Read content permissions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:confluence-content.summary
  description: Read a summary of the content, which is the content without expansions. Note,
    APIs using this scope may also return data allowed by read:confluence-space.summary. However,
    this scope is not a substitute for read:confluence-space.summary.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:confluence-groups
  description: Read user groups.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:confluence-props
  description: Read content properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:confluence-space.summary
  description: Read a summary of space information without expansions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:confluence-user
  description: Read users.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:content-details:confluence
  description: View content details.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:content.metadata:confluence
  description: View content summaries.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:content.permission:confluence
  description: Check content permissions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:content.property:confluence
  description: View content properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:content.restriction:confluence
  description: View content restrictions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:content:confluence
  description: View content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:custom-content:confluence
  description: View custom content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:database:confluence
  description: View databases and their properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:email-address:confluence
  description: View email addresses of all users regardless of the user’s profile visibility
    settings.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:embed:confluence
  description: View Smart Links in the content tree and their properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:folder:confluence
  description: View folders and their properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:group:confluence
  description: View groups.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:hierarchical-content:confluence
  description: View children and descendants in the content tree.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:inlinetask:confluence
  description: View tasks.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:label:confluence
  description: View labels.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:page:confluence
  description: View pages.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:relation:confluence
  description: View entity relationships.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:space-details:confluence
  description: View space details.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:space.permission:confluence
  description: View space permissions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:space.property:confluence
  description: View space properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:space.setting:confluence
  description: View space settings.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:space:confluence
  description: View spaces.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:task:confluence
  description: View tasks.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:template:confluence
  description: View content templates.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:user.property:confluence
  description: View user properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:user:confluence
  description: View user details.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: read:watcher:confluence
  description: View content watchers.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: read:whiteboard:confluence
  description: View whiteboards.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: readonly:content.attachment:confluence
  description: Download attachments of a Confluence page or blogpost that you have access to.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: search:confluence
  description: Search Confluence. Note, APIs using this scope may also return data allowed by
    read:confluence-space.summary and read:confluence-content.summary. However, this scope is
    not a substitute for read:confluence-space.summary or read:confluence-content.summary.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:app-data:confluence
  description: Create, update and delete app properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:attachment:confluence
  description: Create and update attachments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:audit-log:confluence
  description: Create audit records.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:blogpost:confluence
  description: Create and update blogposts.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:comment:confluence
  description: Create and update comments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:configuration:confluence
  description: Update Confluence settings.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:confluence-content
  description: Permits the creation of pages, blogs, comments and questions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:confluence-file
  description: Upload attachments.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:confluence-groups
  description: Create, remove and update user groups.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:confluence-props
  description: Write content properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:confluence-space
  description: Create, update and delete space information.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:content.property:confluence
  description: Create, update and delete content properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:content.restriction:confluence
  description: Update content restrictions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:content:confluence
  description: Create and update content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:custom-content:confluence
  description: Create and update custom content.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:database:confluence
  description: Create and update databases and their properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:embed:confluence
  description: Create and update Smart Links in the content tree and their properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:folder:confluence
  description: Create and update folders and their properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:group:confluence
  description: Create and delete groups.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:inlinetask:confluence
  description: Update tasks.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:label:confluence
  description: Add and remove labels.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:page:confluence
  description: Create and update pages.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:relation:confluence
  description: Create and update entity relationships.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:space.permission:confluence
  description: Update space permissions.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:space.property:confluence
  description: Create, update and delete space properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:space.setting:confluence
  description: Update space settings.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:space:confluence
  description: Create and update spaces.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:task:confluence
  sources:
  - openapi/atlassian-confluence-rest-v2-openapi.json
- scope: write:template:confluence
  description: Create, update and delete content templates.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:user.property:confluence
  description: Create, update and delete user properties.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:watcher:confluence
  description: Add and remove content watchers.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
- scope: write:whiteboard:confluence
  description: Create and update whiteboards.
  flows:
  - authorizationCode
  sources:
  - openapi/atlassian-confluence-rest-v1-openapi.json
  - openapi/atlassian-confluence-rest-v2-openapi.json

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/atlassian-confluence-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.