---
title: "Test an integration"
method: POST
path: "/api/v1/public/integrations/{integration_slug}/test"
tags: ["public"]
---

# Test an integration

`POST /api/v1/public/integrations/{integration_slug}/test`

Run a bounded provider connection test without returning credentials or raw provider errors.

## Path parameters

- `integration_slug` string, required

## Headers

- `Idempotency-Key` string, required

## Response `200`

Successful Response

- IntegrationTestResult
  - `action` string
  - `integration` string, required
  - `connected` boolean, required
  - `testable` boolean, required
  - `healthy` boolean, required
  - `status` string, required
  - `message` string, required
  - `appUrl` string

## Other responses

- `422` — Validation Error

---

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