Errors
Troubleshoot problems with this comprehensive breakdown of all error codes.
Error schema
We use standard HTTP response codes for success and failure notifications, and our errors are further classified by type.
invalid_required_field
--- Status: 400
--- Message: Bad Request
--- Suggested action: Check the error message to see what went wrong.
missing_api_key
--- Status: 401
--- Message: Unauthorized
--- Suggested action: Include the following header Authorization: apikey : YOUR_API_KEY
or/and apiSecret : YOUR_API_SECRET
in the request.
HTTP_406_NOT_ACCEPTABLE
--- Status: 406
--- Message: Unauthorized
--- Suggested action: take a look at the error message as it indicates the value is outside ranges.
internal_server_error
--- Status: 500
--- Message: An unexpected error occurred.
--- Suggested action: Try the request again later.
bad_gateway
--- Status: 502
--- Message: sometimes it's just in internal connection error that will be reported as BAD gateway.
--- Suggested action: Try the request again later.
service_unavailable
--- Status: 503
--- Message: Service is temporarily unavailable due to maintenance.
--- Suggested action: Try the request again later.