---
title: "Verify Live Sheet"
method: POST
path: "/integrations/v1/{integration}/verify-live-sheet"
tags: ["Verify sheets"]
---

# Verify Live Sheet

`POST /integrations/v1/{integration}/verify-live-sheet`

## Path parameters

- `integration` string, required

## Request body

- VerifyLiveSheetRequest
  - `live_sheet_link` string, required

## Response `200`

Successful Response

- VerifyLiveSheetResponse
  - `isValid` boolean, required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

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