Guides
Guides

Errors

Error Response

{
  "success": false,
  "code": "ERROR_CODE",
  "message": "Human readable message",
  "requestId": "b7b2c2e5-8b8a-4e2a-9a4b-5f5b1f5d2e2a",
  "ts": 1737665012345
}

Errors Codes

Status codeError CodeDescription
400INVALID_REQUESTBad or missing parameter
401UNAUTHORIZEDInvalid or missing X-Authentication
403FORBIDDENScope/IP not allowed
404NOT_FOUNDResource not found
409CONFLICTConflicting or duplicate action
429RATE_LIMIT_EXCEEDEDThrottled by rate limiter
5xxSERVER_ERRORInternal error; retry with backoff


What’s Next