API keys
How to generate and use authentication keys with our API
Overview
This guide explains how to generate and manage API keys for authenticating requests to our API. Proper use of API keys is critical for securing your application and controlling access.
Generating an API Key
To generate API Key, navigate to Settings -> API Keys, and click the Generate New Key +
button.
You can assign fine-grained permissions to each key, allowing you to create multiple keys with specific scopes or roles. This enhances the security of your application by limiting each key’s responsibilities. Additionally, you can set an expiration date for each key. We strongly recommend always setting an expiration date to avoid using indefinitely valid keys.
Once a key is generated, you will be able to copy it for immediate use.
Revoking an API Key
If you no longer need a particular API key go to Settings -> API Keys, find your key on the list and click on Remove
button on the right side.