tegon
tegon copied to clipboard
🚀 New Integration: Figma
User should be able to authenticate and connect figma app with tegon
Key resources:
- Figma API Documentation: https://www.figma.com/developers/api
- OAuth 2.0 Authentication: https://www.figma.com/developers/api#authentication
- API Reference: https://www.figma.com/developers/api#api-reference
The OAuth 2.0 Authentication section is crucial for connecting your app with Figma. It covers:
- Obtaining an access token
- Authorization flow
- Scopes
The API Reference provides details on the various endpoints you can use after authentication.
Guide on building integrations https://docs.tegon.ai/integrations/contribute