---
title: "Get information about the status of the service"
method: GET
path: "/systemStatus"
tags: ["system-status-controller"]
---

# Get information about the status of the service

`GET /systemStatus`

This is used to provide information for mobile devices about the service such as the minimal version of the apps required to access the service.

## Response `200`

OK

- SystemStatus — Class representing the system service information.
  - `minAndroidClientAppVersion` string — The minimum IOS client application version compatible with this server release.
  - `minIosClientAppVersion` string — The minimum Android client application version compatible with this server release.
  - `minimumAppVersion` integer — The minimum app version - an app with a version less than this cannot access the service and the user must upgrade
  - `trustedCheckpoints` string[] — The URLs of trusted checkpoints - checkpoints not on this list should not be trustd.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
