This section details the API's response object format and range of HTTP error responses. The format of the error message differs for each API, path, and status code and is detailed within the respective sections in this documentation.
For example the config.json API responds with a simple error message
in JSON format that explains the problem. This shows a validation error in that format:
{
"message":"Required parameter API Key (&key=) is missing"
}