---
title: "Get health"
method: GET
path: "/partner/v1/health"
tags: ["Partner"]
---

# Get health

`GET /partner/v1/health`

Get information about the health of the API. Useful to verify if the API is reachable and you can successfully authenticate against it.

## Response `200`

Successful response

- GetHealthResponseSchema
  - `status` 'success', required — Indicates that you can successfully connect to the API.
  - `permissions` string[], required — The permissions granted to the key.
  - `timestamp` string, required — The current server timestamp in ISO 8601 format.

## Other responses

- `401` — Unauthorized

---

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