Creating a Key
- Go to app.fenra.io
- Navigate to Settings → API Keys
- Click Create New Key
- Give it a descriptive name
- Copy the key immediately. It is only shown once.
Using a Key
Include it in theX-Api-Key header:
Managing Keys
In Settings → API Keys you can:- Create new keys with descriptive names
- Deactivate keys temporarily (returns 401 immediately)
- Delete keys permanently
Troubleshooting
If you’re getting401 Unauthorized:
- Check the key exists in your dashboard
- Check it’s active (not disabled)
- Verify the header name is
X-Api-Key - Check for typos or extra spaces