Basics
All requests and responses areapplication/json content type and follow typical HTTP response status codes for success and failure.
Request URLs must be lowercase as URLs are case-sensitive.
Status Codes
Success
A successful response is indicated by HTTP status code 200 and may contain an optional body. If the response has a body it is documented under each resource.
Errors
message parameter indicating the cause. Your language HTTP library should be configured to provide message bodies for non-2xx requests so that you can read the message field from the body.