An invalid request
Here's an example response to a request with an invalid API key.
$ curl -i -X GET "https://onfleet.com/api/v2/auth/test" \
-u "thisIsNotAValidAPIKey:"
HTTP/1.1 401 Unauthorized
{
"code": "InvalidCredentials",
"message": {
"error": 1102,
"message": "The API key provided is invalid.",
"request": "ec76efd0-b8c0-484a-ad5f-725c5bbee869",
"cause": "This key does not exist or is no longer active."
}
}
For a more detailed look at the various error subcodes, their meaning and parent HTTP status codes, please refer to this List of error codes, which will be periodically updated as the API's error handling evolves.
Getting help with errors
The error codes in the above list are generic and further explanation will be provided with the response in the
message
andcause
fields.If you run into any errors that you do not understand, take note of the request ID included in
message.request
and send this along to our support team for assistance.