figma-oauth

Figma Oauth Callback

Figma redirects here (cross-site, no session). The user is recovered from the single-use state; we then exchange the code and store the token.

Always lands the browser back on the connect page with a figma= status so the UI can toast success/cancel/error instead of showing a raw 4xx/5xx.

get/figma/oauth/callback

Query parameters

codestring nullable
statestring nullable
errorstring nullable

Response

Successful Response

{"stackTrail":"paths:/figma/oauth/callback:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes