---
title: "GET /v1/telegram-bot/pins/{pin}/status"
method: GET
path: "/v1/telegram-bot/pins/{pin}/status"
---

# GET /v1/telegram-bot/pins/{pin}/status

`GET /v1/telegram-bot/pins/{pin}/status`

Check Telegram PIN verification status

## Path parameters

- `pin` string, required

## Response `200`

OK

- CheckTelegramPinSuccessResponse
  - `chat` TelegramVerifiedChat
    - `appKind` string
    - `chatId` integer
    - `chatTitle` string
    - `chatType` string
    - `chatUsername` string
    - `connectorId` string
    - `connectorName` string
    - `id` string
    - `organizationId` string
    - `verifiedAt` string
    - `verifiedBy` string
  - `verified` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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