---
title: "Verify the status of the API"
method: GET
path: "/rest/health"
tags: ["Health"]
---

# Verify the status of the API

`GET /rest/health`

Returns a 200 status code if the API is up and running.

## Response `200`

Returns a healthcheck document

- object
  - `status` string, required — The status of the API
  - `version` string, required — The version of the API

## Other responses

- `401` — Invalid authentication credentials
- `500` — Unexpected error occured

---

[API](https://skmtc.net/dailypay/apis/dailypay-rest-api.md) · [All operations](https://skmtc.net/dailypay/apis/dailypay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dailypay/dailypay-rest-api/revisions/24f4c159e842/schema)
