Canva · OAuth Scopes

Canva OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.canva.com/rest/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.

ApplicationAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content
Scopes: 18 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.canva.com/api/oauth/authorize
Token URL
https://api.canva.com/rest/v1/oauth/token
Flows
authorizationCode

Scopes (18)

ScopeDescriptionFlows
asset:read Read asset metadata authorizationCode
asset:write Upload and delete assets authorizationCode
brandtemplate:content:read Read brand template content and datasets authorizationCode
brandtemplate:content:write Publish brand templates associated with the user's brand. authorizationCode
brandtemplate:meta:read Read brand template metadata authorizationCode
collaboration:event Receive webhook notifications about events relevant to the user. authorizationCode
comment:read Read comments on designs authorizationCode
comment:write Create and manage comments authorizationCode
design:content:read Read design content authorizationCode
design:content:write Create and modify designs authorizationCode
design:meta:read Read design metadata authorizationCode
email Read user email address through OIDC. authorizationCode
folder:permission:write Set, update, or remove permissions assigned to the user's folders. authorizationCode
folder:read Read folder metadata and contents authorizationCode
folder:write Modify folder contents authorizationCode
openid Read user information through Open ID Connect (OIDC). authorizationCode
profile Read user profile information through OIDC. authorizationCode
profile:read Read a user's profile and account information. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: https://www.canva.dev/docs/connect/appendix/scopes/ + https://www.canva.dev/sources/connect/api/latest/api.yml
  (openapi/canva-connect-api-openapi.yml)
schemes:
- name: oauth2
  source: openapi/canva-assets-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-autofills-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-brand-templates-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-comments-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauthAuthCode
  source: openapi/canva-connect-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
- name: oauth2
  source: openapi/canva-designs-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-exports-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-folders-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-resizes-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
- name: oauth2
  source: openapi/canva-users-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.canva.com/api/oauth/authorize
    tokenUrl: https://api.canva.com/rest/v1/oauth/token
  description: Canva uses OAuth 2.0 with authorization code flow. Access tokens must be included in the
    Authorization header as a Bearer token.
scopes:
- scope: asset:read
  description: Read asset metadata
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: asset:write
  description: Upload and delete assets
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: brandtemplate:content:read
  description: Read brand template content and datasets
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: brandtemplate:content:write
  description: Publish brand templates associated with the user's brand.
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
- scope: brandtemplate:meta:read
  description: Read brand template metadata
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: collaboration:event
  description: Receive webhook notifications about events relevant to the user.
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
- scope: comment:read
  description: Read comments on designs
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: comment:write
  description: Create and manage comments
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: design:content:read
  description: Read design content
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: design:content:write
  description: Create and modify designs
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: design:meta:read
  description: Read design metadata
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: email
  description: Read user email address through OIDC.
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
- scope: folder:permission:write
  description: Set, update, or remove permissions assigned to the user's folders.
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
- scope: folder:read
  description: Read folder metadata and contents
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: folder:write
  description: Modify folder contents
  flows:
  - authorizationCode
  sources:
  - openapi/canva-assets-api-openapi.yml
  - openapi/canva-autofills-api-openapi.yml
  - openapi/canva-brand-templates-api-openapi.yml
  - openapi/canva-comments-api-openapi.yml
  - openapi/canva-connect-api-openapi.yml
  - openapi/canva-designs-api-openapi.yml
  - openapi/canva-exports-api-openapi.yml
  - openapi/canva-folders-api-openapi.yml
  - openapi/canva-resizes-api-openapi.yml
  - openapi/canva-users-api-openapi.yml
- scope: openid
  description: Read user information through Open ID Connect (OIDC).
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
- scope: profile
  description: Read user profile information through OIDC.
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
- scope: profile:read
  description: Read a user's profile and account information.
  flows:
  - authorizationCode
  sources:
  - openapi/canva-connect-api-openapi.yml
docs: https://www.canva.dev/docs/connect/appendix/scopes/
note: 'Scope list reconciled against Canva''s published scopes reference on 2026-08-13: the docs table
  and the OpenAPI oauthAuthCode flow agree exactly on 18 scopes. Canva scopes are EXPLICIT and non-implying
  — asset:write does not grant asset:read; both must be enabled in integration settings AND requested
  at authorization. Three further scopes (brandkit:read, help:answers:read, help:answers:write) are declared
  by the hosted MCP server at mcp.canva.com but appear in neither the docs table nor the OpenAPI; see
  mcp/canva-tool-crosswalk.yml.'
mcp_only_scopes:
- brandkit:read
- help:answers:read
- help:answers:write
oidc:
  discovery: https://www.canva.com/.well-known/openid-configuration
  scopes_supported:
  - openid
  - email
  - profile
  userinfo_endpoint: https://api.canva.com/auth/v1/oidc/userinfo
webhook_scope:
  scope: collaboration:event
  note: Required base scope for every webhook notification type; see asyncapi/canva-webhooks.yml.

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/canva-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 email required.

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