Creating an API Key
Log in to Dashboard
Go to app.chariow.com and log in to your account.
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 |