GET
/telcel/account-20%$0.4 USDT/call$0.32 USDT/callFree billing instructions: No billing will be charged in case of abnormalities
Billing instructions for empty value: The interface is limited to 10 free empty value times per day
Empty value definition: The server query result is empty and no data was found
Queries the Telcel / ClaroPay account status for the given 10-digit mobile number. Returns whether the user has a bank card bound in the TelcelAPP and whether N2-level identity verification has been completed (required by Mexican financial regulation to unlock payment and card-binding features).
Header Parameters
| Name | Type | Required | Description |
|---|---|---|---|
X-Api-Token | string | Required | Your platform API token |
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
phone | query | string | Required | 10-digit Telcel mobile number |
Response 200JSON
{
"data": {
"registered_cards": true,
"n2_activation": false
},
"status": 200,
"message": "Found",
"success": true
}
Real-time Mexican Data All API