Creating an API Key
1
Log in to Dashboard
Go to app.chariow.com and log in to your account.
2
Navigate to Settings
Click on Settings in the sidebar.
3
Open API Keys
Select API Keys from the settings menu.
4
Create New Key
Click Create API Key, give it a descriptive name, and copy the generated key.
Making Authenticated Requests
Include your API key in theAuthorization header:
Security Best Practices
- Store keys in environment variables
- Use different keys for development and production
- Rotate keys periodically
- Monitor key usage in your dashboard
Authentication Errors
| Status | Message | Cause |
|---|---|---|
| 401 | API key is missing | Missing Authorization header |
| 401 | Invalid API key | Key doesn’t exist or was revoked |