Maintenance Windows

All maintenance windows are announced on our status page.

When a maintenance window is in effect, the API will return a HTTP status code of 503 -- "Service Unavailable" with a JSON response body as per the example below for the duration of the maintenance window:

HTTP/1.1 503 Service Unavailable
Date: Mon, 25 Jan 2021 13:16:59 GMT
Content-Type: application/json; charset=UTF-8
{
  "error_code": "service_unavailable",
  "error_messages": {
    "base": [
     {
      "code": "service_unavailable",
      "message": "Service is temporarily unavailable due to maintenance",
      "params": {}
     },
    ]
  }
}