Error codes


If a call results in an error, the API will respond with an HTTP Status code and in most cases an error description in this format:

{ 
"message": "Device parameter missing"
}

The API uses the following HTTP Status codes:

Status codeDescription
400Bad Request. Maybe you're missing some parameters
401Unauthorized. Your API key may be invalid.
403Forbidden. Your API key does not have access to the resource.
404The resource was not found.
405Method (GET, POST, PUT, DELETE) not allowed.
429Too many requests. Your request has been rate limited
500Internal server error. It this error persists, get in touch with us.
501-599A problem occurred connecting to the PageVitals platform. Try again later.