← Back to Documentation

Error Codes

AXIMUR API error responses and troubleshooting.

Start API Access — $49/mo

Direct Checkout: https://buy.stripe.com/eVq3cxd9m0Ws5X70IwfIs04

Error Response Format

{
  "error": {
    "code": "error_code",
    "message": "Human-readable error message",
    "details": {}
  }
}

Common Error Codes

Status Code Message
400 invalid_request Malformed JSON, missing required fields, or field length exceeded
401 unauthorized Missing, invalid, or revoked API key
403 subscription_inactive Subscription cancelled, expired, or payment failed
429 rate_limited Rate limit exceeded
500 internal_error Unexpected server error
503 service_unavailable Service temporarily unavailable

Troubleshooting

401 Unauthorized

429 Rate Limited

Start API Access — $49/mo

Support


← Back to Documentation