---
title: "PUT /api/integrations/{slug}/health-check"
method: PUT
path: "/api/integrations/{slug}/health-check"
tags: ["integrations"]
---

# PUT /api/integrations/{slug}/health-check

`PUT /api/integrations/{slug}/health-check`

## Path parameters

- `slug` string, required

## Request body

- object
  - `spec` object, nullable, required
    - `operation` string, required
    - `args` object, nullable
    - `identityField` string, nullable

## Response `200`

Success

- object
  - `ok` boolean, required

## Other responses

- `404` — IntegrationNotFoundError
- `500` — InternalError

---

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