# Figma

API configuration: `figma`

### Features

| Features                                                                                                          | Status                        |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (OAuth)](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/authorize-an-api)                   | ✅                             |
| [Sync data](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/sync-data-from-an-api)                 | ✅                             |
| [Perform workflows](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/perform-workflows-with-an-api) | ✅                             |
| [Proxy requests](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/proxy-requests-to-an-api)         | ✅                             |
| [Receive webhooks](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: <48h) |

If you need additional features, we can add them in less than 48 hours. Just let us know!

### Getting started

* [Register your Figma App](https://www.figma.com/developers/api#authentication)
* [OAuth integration documentation](https://www.figma.com/developers/api#authentication)
* [OAuth scopes overview](https://www.figma.com/developers/api#authentication)
* [Figma API reference](https://www.figma.com/developers/api)

To integrate with Figma, follow the documentation on OAuth setup. Register your app and configure the callback URL.

If you get stuck, our community is always here to help.

### API gotchas

* Figma only supports the `file_read` scope, so ensure you configure your OAuth app accordingly.

Add any additional links and gotchas by editing this page.
