API keys allow you to access Qwairy data programmatically through the REST API. Use them to build custom dashboards, automate reports, or integrate Qwairy data into your existing tools.
Navigate to Workspace > API Keys to manage them.
Creating an API Key
Click Create API Key, give it a descriptive name, and confirm. The key is displayed once — copy it immediately and store it securely.
API keys are shown only once at creation. If you lose a key, delete it and create a new one.
API Keys Table
| Column | Description |
|---|
| Name | Key label |
| Key | Masked key value (click to copy) |
| Created | Creation date |
| Actions | Delete button |
Deleting a Key
Click the delete icon and confirm. Any integrations using this key will immediately stop working.
Using API Keys
Include your API key in the Authorization header of API requests:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.qwairy.co/v1/brands
See the API Reference for full endpoint documentation.