# Luma

API configuration: [`luma`](https://terapi.dev/providers.yaml)

### Features

| Features                                                                                                                                        | Status                        |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [Auth (API Key)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md)                 | ✅                             |
| [Sync data](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/sync-data-from-an-api/README.md)                 | ✅                             |
| [Perform workflows](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/perform-workflows-with-an-api/README.md) | ✅                             |
| [Proxy requests](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/proxy-requests-to-an-api/README.md)         | ✅                             |
| [Receive webhooks](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/receive-webhooks-from-an-api/README.md)   | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the [community](https://terapi.dev/slack).

### Getting started

* [Generate a Luma API key.](https://lu.ma/personal/settings)
* [Luma Authentication](https://docs.lu.ma/reference/getting-started-with-your-api#authentication)
* [Luma API docs](https://docs.lu.ma/reference)

Need help getting started? Get help in the [community](https://terapi.dev/slack).

### API gotchas

* Luma uses API\_KEY authentication mode with `x-luma-api-key: API_KEY` as a request header to access different endpoints.
* Luma enforces a rate limit of 300 requests in any 1-minute period across all endpoints. If you hit the rate limit, you will be locked out for one minute. For more details, check [Luma rate limits](https://docs.lu.ma/reference/rate-limits)

Add Getting Started links and Gotchas by [editing this page](https://github.com/terapihq/terapi/tree/master/docs-v2/integrations/all/luma.mdx)
