Telegram webhook health check
Returns a simple health status for the Telegram webhook endpoint.
GET
/api/channels/telegram/webhookRequest
curl
curl -X GET https://platform.trickest.com/api/channels/telegram/webhook \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Webhook health status
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring