---
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

## Changes

- **2025-08-26** `8939526af685` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrations/apis/openint-api/changes/v1/connection/:id/check/post.md)

---

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