All API accesses are done over HTTPS.
Authentication is done via HTTP headers. For more information, see the Authorization section.
Send the request parameters in the body through a query string.
The response format for all requests is a JSON object. The HTTP status code shows if a request succeeds or not. A 2xx status code means success. Any other code means a failure occurred.
When a request fails, the response body is still in JSON.