X-API-Key header with each request.
Overview
API authentication is token-based. You generate an API token using your email and password, then include that token in theX-API-Key header for all authenticated requests.
API Reference
For detailed information about authentication endpoints:Please note that generated tokens will be expired after 1 year automatically. Once it is expired, please generate new token.
Token Security
⚠️ Best Practices:- ✅ Keep tokens secure - Never commit them to version control
- ✅ Use environment variables - Store tokens in
.envfiles - ✅ Rotate regularly - Generate new tokens periodically
- ✅ Revoke compromised tokens - Delete immediately if exposed
- ✅ Use different tokens - Separate tokens for different applications
Error Responses
Invalid or Missing API Key
401 Unauthorized
Expired Token
401 Unauthorized