Skip to content

Telegram API

All endpoints require authentication. Base path: /api/v1/telegram.

MethodPathDescription
GET/v1/telegram/token-requestGet (or create) a pairing token, valid 24h
GET/v1/telegram/requestGet the current connection state
PUT/v1/telegram/your-day-alertToggle the daily “your day” alert
PUT/v1/telegram/check-in-alertToggle the check-in alert
GET /v1/telegram/token-request

Returns a pairing token. Send it to the solyto Telegram bot as /connect <token> to link your account.

GET /v1/telegram/request

Returns the current Telegram connection state, including whether the bot connection is confirmed and the linked chat ID.

PUT /v1/telegram/your-day-alert

Toggles the daily “your day” alert, delivered at 07:00 in your timezone.

PUT /v1/telegram/check-in-alert

Toggles the daily check-in reminder, delivered at 20:00 in your timezone.

See Telegram Bot for details on the bot and its commands.