Errors and Bad Requests

Errors or bad requests caught by the API will always return an appropriate HTTP response as described in the Response Status Codes section, as well as a body containing a JSON object with 2 attributes:

  • error - The HTTP status name

  • error_description - A description of the actual problem encountered

The values of these attributes will always be a string.

Last updated