What it checks
What does Telegram Registration Check return?
Telegram registration check costs 1 credit per lookup and helps clean contact lists before outreach or API workflows.
Service type: tg
Confirm whether a phone number is registered on Telegram.
POST /api/v1/checkWhat it checks
Telegram registration check costs 1 credit per lookup and helps clean contact lists before outreach or API workflows.
Best for
API contract
Send one E.164 phone number and select this product with service_type. Authentication uses your API key.
POST /api/v1/check{
"service_type": "tg",
"identifier": "+14155552671"
}200 OK{
"code": 0,
"msg": "ok",
"data": {
"id": 123,
"identifier": "+14155552671",
"registered": true,
"transaction_id": "chk_example123",
"status": "success",
"service_type": "tg",
"charged_credits": 1
}
}Product FAQ
It checks one phone number and returns registration status in the same synchronous response.
Each completed check uses 1 credit. Failed or undetermined upstream requests do not keep the charge.
Use E.164 format with the country code, for example +14155552671.
Related products
Create an account and get 20 credits for real Telegram registration checks via the web checker or API.