API Overview and Architecture
Base URLs All API requests use HTTPS. There are two environments: Environment Base URL Purpose Sandbox https://sandbox-api.aelix.digitalapi.ai Development and...
Base URLs All API requests use HTTPS. There are two environments: Environment Base URL Purpose Sandbox https://sandbox-api.aelix.digitalapi.ai Development and...
Before You Go Live Going live with your Aelix integration is straightforward, but completing this checklist will prevent the most common production issues. ✅...
Welcome to Aelix Developer Portal The Aelix Developer Portal gives you everything you need to discover, integrate, and manage APIs at scale. This guide walks...
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...
Prerequisites You will need cURL installed (curl --version to check) and an API key from the Developer Portal. Step 1 — Set Your Environment Variables Store...
Understanding Error Responses All Aelix APIs return errors in a consistent JSON envelope, making it straightforward to parse and handle them programmatically:...
What are Webhooks? Webhooks allow Aelix to push real-time event notifications to your application rather than requiring you to poll for updates. They are ideal...
Pagination Strategies Aelix collection endpoints support two pagination styles. Check the API reference to see which style a specific endpoint uses....
Prerequisites Download and install Postman (free). Have your Aelix API key or OAuth credentials ready. Step 1 — Create an Environment In Postman, click...
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...