Authentication Method
api_key- Personal access token
Personal Access Token Setup
Step 1: Create a Personal Access Token
- Log in to figma.com
- Click your profile icon → Settings
- Scroll to the Personal access tokens section
- Click Generate new token
- Give it a name (e.g., “Corsair Integration”)
- Copy the token immediately — you won’t be able to see it again
- Store it securely
Webhook Setup (Optional)
Figma webhooks use a passcode for verification (not an HMAC secret).- Use the Figma API or Corsair to create a webhook (
corsair.figma.api.webhooks.create) - Provide a
passcodein the webhook creation request - Store it as the
webhook_signature:
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| Personal Access Token | All API calls | Figma Settings → Personal access tokens |
| Webhook Passcode | Webhook verification | Set when creating the webhook |