API Reference
Error Codes Reference
Error Response Format { "error": { "code": "string", "message": "Human-readable description", "trace_id": "trc_abc123", "details": [ { "field": "amount",...
Error Response Format { "error": { "code": "string", "message": "Human-readable description", "trace_id": "trc_abc123", "details": [ { "field": "amount",...
Problem: 401 Unauthorized on Every Request Most common causes: Token expired — Access tokens expire after 3,600 seconds. Implement token refresh logic Wrong...
Understanding Error Responses All Aelix APIs return errors in a consistent JSON envelope, making it straightforward to parse and handle them programmatically:...