API Reference

Error Codes Reference

Error Response Format { "error": { "code": "string", "message": "Human-readable description", "trace_id": "trc_abc123", "details": [ { "field": "amount",...

admin
Latest
Troubleshooting

Troubleshooting Common Integration Issues

Problem: 401 Unauthorized on Every Request Most common causes: Token expired — Access tokens expire after 3,600 seconds. Implement token refresh logic Wrong...

admin
Latest
Best Practices

Handling Errors and Retries

Understanding Error Responses All Aelix APIs return errors in a consistent JSON envelope, making it straightforward to parse and handle them programmatically:...

intermediate
3 steps 15 min
Subscribe to Error Handling