Skip to main content

Error response

Error responses have a non-200 HTTP status code and sometimes have a JSON body with a human-readable message in the format:

{ "message": "..." }

To check if the request was successful, check that the status code is 200.

You'll find a list of common codes and messages in our response status codes reference.