Back to Explorer

Figma OAuth endpoints

Figma OAuth endpoints and related development resources

Figma authorization endpoint

https://www.figma.com/oauth
The endpoint to redirect users to in order to grant your application access to their account.

Figma token endpoint

https://www.figma.com/api/v1/oauth/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Figma OAuth documentation and resources