Call this endpoint after completing the sign-in flow to confirm that authentication succeeded, or on application startup to check whether a previously persisted session is still valid. It performs no side effects — it simply interrogates the internal Telethon client and returns the current authorization state.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/OPENNOVA2026/telegram-connector/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
No authentication is required to call this endpoint. It reflects the state of the server-side Telethon session, not a caller identity.
Request
This endpoint accepts no request body and no query parameters.Response
true if the active Telethon session is currently authorized with Telegram; false otherwise.Status Codes
| Status | Description |
|---|---|
| 200 OK | Returns authorization status |