HTTP error status codes

api/v1

If an API call is invalid, a JSON response body will return with the following response format. Please review the table within each section to view specific return responses.

Note: If a table is not present in the section, the API response is not returned in a standard format.



    "status": "{See Table}",
    "timestamp": 1523517241,
    "error": "{See Table}",
    "message": "{See Table}"
}

Last updated