Responses

As specified for each endpoint, the response headers contain:

  • Content-Type: the response content type
  • X-Organization-ID: your organization ID
  • X-Rate-Limit the maximum allowed requests in a given period
  • X-Remaining-Requests: the remaining requests count in the current period

The API only supports JSON format. All responses sent by the API will contain the header Content-Type: application/json and their content is present in the body in a JSON format to be de-serialized.