# Figjam

API configuration: `figjam`

### 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 a feature you need is missing, reach out to us! We can typically add missing features within 48 hours.

### Getting started

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

To start with Figjam OAuth, you’ll need to register your app on Figma’s developer portal. Follow the OAuth flow documentation to get your integration up and running.

If you run into issues, you can always check out the community for help and resources.

### API gotchas

* Figjam's API allows only one scope, which is `file_read`. Be aware of this when setting up your OAuth.

Add Getting Started links and Gotchas by editing this page.
