Skip to main content

Maintenance

Occasionally, the Strike API can be put into maintenance mode. When this mode is active, all requests made to the Strike API will respond with an HTTP 503 “Service Unavailable” response.

Below is an example of a 503 response:

Example response:
{
"data": {
"status": 503,
"code": "MAINTENANCE_MODE",
"message": "Maintenance mode is active."
}
}

To check the current status of the Strike API and related services, visit status.strike.me. You can also subscribe to email notifications for status updates.