---
title: "Check Connection Health"
method: POST
path: "/v1/connection/{id}/check"
---

# Check Connection Health

`POST /v1/connection/{id}/check`

Verify that a connection is healthy

## Path parameters

- `id` string, required — The id of the connection, starts with `conn_`

## Response `200`

Successful response

- object
  - `id` string, required
  - `status` 'healthy' | 'disconnected' | 'error' | 'manual' | 'unknown' | 'null', nullable
  - `status_message` string, nullable

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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