Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wireframes Projects API

The Projects API from Wireframes — 3 operation(s) for projects.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against 2 base URLs: https://api.figma.com, https://api.figma-gov.com.

3 operations 3 paths 0 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.figma.com
Authentication
API Key, OAuth 2.0
Contact
Resource Areas
1

Authentication & Security 2

Wireframes Projects API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Figma-Token (personalAccessToken). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 2 scopes. By default, every request must be authenticated.

  • personalAccessToken — Personal Access Token authentication for Figma REST API
  • oauth2 — OAuth 2.0 authentication for registered applications

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Projects 3
GET
/v1/teams/{team_id}/projects
List projects in a team
listTeamProjects 1 param → 200
GET
/v1/projects/{project_id}/meta
Get project metadata
getProjectMeta 1 param → 200
GET
/v1/projects/{project_id}/files
List files in a project
listProjectFiles 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wireframes-projects-api-openapi.yml Raw ↑