Wireframes · OAuth Scopes

Wireframes OAuth Scopes

OAuth 2.0 derived

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

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

DesignFigmaPrototypingUI DesignUXWireframing
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://www.figma.com/oauth
Token URL
https://api.figma.com/v1/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
file_comments:write Write file comments authorizationCode
files:read Read files authorizationCode

Source

OAuth Scopes

wireframes-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/wireframes-openapi.yml
schemes:
- name: oauth2
  source: openapi/wireframes-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.figma.com/oauth
    tokenUrl: https://api.figma.com/v1/oauth/token
  description: OAuth 2.0 authentication for registered applications
scopes:
- scope: file_comments:write
  description: Write file comments
  flows:
  - authorizationCode
  sources:
  - openapi/wireframes-openapi.yml
- scope: files:read
  description: Read files
  flows:
  - authorizationCode
  sources:
  - openapi/wireframes-openapi.yml