API Reference
Authentication Reference
Supported Authentication Methods 1. API Key (Simple) Suitable for server-side applications making read-only requests. Pass the key in the Authorization header:...
Supported Authentication Methods 1. API Key (Simple) Suitable for server-side applications making read-only requests. Pass the key in the Authorization header:...
Before You Go Live Going live with your Aelix integration is straightforward, but completing this checklist will prevent the most common production issues. ✅...
Overview Aelix APIs use OAuth 2.0 Client Credentials for server-to-server authentication. This flow is ideal for background services and daemons that need to...
1 — Manage Secrets Properly Never hardcode API keys or client secrets in source code. Use a secrets manager: AWS Secrets Manager or Parameter Store for...