Active user check
Return whether a phone number is likely connected to an active Telegram user.
Add Telegram user verification, bot-risk signals, and bulk list checks to your backend with one developer-friendly API.
bulkchecker.io helps community, growth, and crypto teams verify phone-based Telegram lists before outreach, airdrops, community imports, or CRM enrichment.
{
"telegram_user": true,
"active_status": "likely_active",
"bot_risk": "low"
}
Use one API to verify Telegram availability, add account-quality signals, and process large lists without manual review.
Return whether a phone number is likely connected to an active Telegram user.
Submit up to 10K numbers per request and collect results through polling or webhooks.
Add risk bands for bot-like, duplicate, or low-trust patterns in Telegram-heavy workflows.
Receive async completion events for batch jobs, exports, and queue-based verification systems.
Create an API key, make your first request, and map the response fields into your product logic.
Create a key in the BulkChecker app API Center and keep it on your server.
curl -X POST "https://api.bulkchecker.io/api/v1/detect" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"product": "tgValid",
"country": "US",
"phones": ["+14155550198", "+442071838750"]
}'
{
"mode": "async",
"task_id": "xKj9aP3qLm7v",
"message": "Task queued.",
"summary": {
"total": 5000,
"cost_deducted": 0.500000
}
}
Use the shared API endpoints below for Telegram jobs. The product field controls whether you run number, activity, or profile-style checks.
Use a native client library or call the REST API directly from your backend service.
Keep Telegram checks on your server, enrich records after validation, and avoid exposing keys in client-side code.
const result = await bulkchecker.telegram.check({
phone: "+14155550198",
includeBotRisk: true
});
Start with a free test, then move to volume tiers for automated Telegram checks and bulk jobs.
Build Telegram verification into workflows where inactive, duplicate, or low-quality accounts create downstream cost.
Score Telegram-linked phone lists before airdrops, allowlists, quests, and token community campaigns.
Filter inactive contacts, enrich CRM records, and prioritize Telegram-ready leads before sales workflows.
Add Telegram availability and account-quality context to community imports, moderator review, and audience cleanup.
Answers about limits, privacy, and bot-risk signals.
Open BulkChecker in your preferred AI assistant to review its bulk WhatsApp, Telegram, phone validation, carrier lookup, social account, crypto exchange, CSV upload, and API workflows.
The prompt points assistants to BulkChecker.io, live pricing, product pages, and API documentation.