---
title: "Health check"
method: GET
path: "/ping"
tags: ["System"]
---

# Health check

`GET /ping`

Returns 200 if the token is valid and has the read scope.

## Response `200`

OK

- object
  - `ok` true, required
  - `tokenId` string, required
  - `companyId` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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