---
title: "Check the health of the authentication service"
method: POST
path: "/api/v1/oauth2/healthcheck"
tags: ["Auth"]
---

# Check the health of the authentication service

`POST /api/v1/oauth2/healthcheck`

Check the health of the authentication service

## Request body

- AuthHealthcheckRequest
  - `token` string, required — The token to check

## Response `200`

Success

- AuthHealthcheckResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required
    - `token` string, required — The token that was checked
    - `isExpired` boolean, required — Whether the token has expired

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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