---
title: "Telegram callback"
method: GET
path: "/auth/callback/telegram"
tags: ["auth"]
---

# Telegram callback

`GET /auth/callback/telegram`

Handles the OAuth2 callback from Telegram, verifies the token, and redirects back to the app with a JWT.

## Query parameters

- `code` string, required
- `state` string, required

## Other responses

- `302` — Redirect back to app

---

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