---
title: "Check connectivity"
method: GET
path: "/ping"
tags: ["Health"]
---

# Check connectivity

`GET /ping`

Verifies your key and returns the resolved partner and mode. The first call of every integration.

## Response `200`

Key is valid.

- object
  - `ok` true, required
  - `partner` object, required
    - `id` string
    - `name` string
  - `mode` 'test' | 'live', required

## Other responses

- `401` — Missing, malformed, or revoked API key.
- `403` — Key is live-mode but live mode is not enabled for this account, or the key may not access this resource.
- `429` — Rate limit exceeded. Honor `Retry-After`.
- `500` — Something failed on our side. Safe to retry with the same `Idempotency-Key`.

---

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