API Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
Our API uses API Key authentication to ensure secure access. Only Admin users can generate API keys, while Member users do not have permission to create or manage keys. This ensures that only authorized users can access and integrate the API.
To obtain an API key:
Navigate to Settings in the UI.
Go to the API Keys section.
Click + Add.
Input a label for the key, optionally set an expiration date and click Add Key.
Copy and securely store the key, as it will not be shown again.
Once you have generated an API key, include it in the request header for authentication:
Example request using curl
: