Maintenance mode

Wicket API might sometimes be taken offline for reasons like maintenance or migrations.

In this case, users won't be able to perform any actions on the Wicket app and API. If you want to avoid sending users to an app that is currently offline or if you want to make sure before making your API calls or after you experience Wicket API returning errors, you can check if the Wicket is offline.

There is a json file containing the relevant flag located at {{WICKET URL}}/assets/maintenance-canary.json:

{
    "maintenanceMode": Boolean
}