Connect with Customers
over Telegram
Over 700 million users prefer to chat on one of the world’s most secure texting platforms
Contact usVerify with Telegram authenticate users in real time without requiring an OTP process. With a single tap, users can confirm their identity directly within Telegram, providing an effortless experience for both businesses and customers.
Enhance security, improve onboarding, and deliver an exceptional user experience with Verify with Telegram.
curl -X POST 'https://{baseUrl}/api/channels' \
-H 'Authorization: {bearerToken}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "TG",
"config": {
"type": "TG",
"name": "Your channel display name",
"bot_name": "Telegram bot's name (e.g. something_bot)",
"access_token": "Bot's access token (retrieve at @BotFather)"
}
}'