---
title: "Test Zapier connection"
method: POST
path: "/api/integrations/connections/zapier/test"
tags: ["Zapier Connections"]
---

# Test Zapier connection

`POST /api/integrations/connections/zapier/test`

Validates that the Zapier connection and credentials are working.

## Request body

- ConnectionTestRequest — Currently an empty object. Reserved for future fields.

## Response `200`

Connection is valid

- ConnectionTestResponse
  - `status` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/1fit/apis/1fit-zapier-webhook-api.md) · [All operations](https://skmtc.net/1fit/apis/1fit-zapier-webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/1fit/1fit-zapier-webhook-api/revisions/6cf04032faed/schema)
