🚩Error Responses
Common error responses.
Error response from the API should return a JSON object with the key error
describing the nature of the error. A request validation failure will cause a 422
HTTP code to be produced.
Sample validation error response
The below response was caused by not providing the value for the latitude
parameter.
Last updated