cURL
curl --request POST \ --url https://api.production.hyperoru.com/api/bot/telegram/retry-webhook \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Telegram webhook retry
Generic { "status": "success", "message": "..." } ack used by handlers whose primary purpose is side effects (toggles, deletes, async starts).
{ "status": "success", "message": "..." }
"success"
Was this page helpful?