Blue Triangle Help Center
Auto Light Dark
Auto Light Dark

API Error Codes

Error Message

HTTP Status

Verbose Message

MissingRequiredHeader 

400 - Bad Request 

A required HTTP header was not specified. 

MissingRequiredQueryParameter 

400 - Bad Request

A required query parameter was not specified for this request.  

UnsupportedQueryParameter

400 - Bad Request

One of the query parameters specified in the request URI is not supported.

InvalidQueryParameterValue

400 - Bad Request

An invalid value was specified for one of the query parameters in the request URI.

OutOfRangeQueryParameterValue 

400 - Bad Request

A query parameter specified in the request URI is outside the permissible range. 

InvalidHttpVerb

400 - Bad Request

The HTTP verb specified was not recognized by the server.

AuthenticationFailed

403 - Forbidden

Server failed to authenticate the request. Make sure the values for X-API-Email and X-API-Key are correct. 

AccountIsDisabled

403 - Forbidden

The specified account is disabled.

InsufficientAccountPermissions 

403 - Forbidden

The account being accessed does not have sufficient permissions to execute this operation.

ResourceNotFound 

404 - Not Found

The specified resource does not exist.

RequestLimitExceeded 

429 - Too Many Requests 

Total request limit has been exceeded for this account. 

RateLimitExceeded 

429 - Too Many Requests 

Rate of requests has been exceeded for this account based on the number of requests per 5 minutes.

InternalError

500 - Internal Server Error 

The server encountered an internal error. Please retry the request.

ServerBusy 

503 - Service Unavailable 

The server is currently unable to receive requests. Please retry your request.