post https://connect.routee.net/telegram/checkVerificationStatus
Use this method to send a verification message. Charges will apply according to the pricing plan for each successful message delivery. Note that this method is free of charge when used to send codes to your own phone number.
Your account will be charged
By calling this resource your account will be charged
Returns True if the revocation request was received
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
request_id | String Unique identifier of the verification request. |
phone_number | String The phone number to which the verification code was sent, in the E.164 format. |
request_cost | Float Total request cost incurred by either checkSendAbility or sendVerificationMessage. |
remaining_balance | Float Optional. Remaining balance in credits. Returned only in response to a request that incurs a charge. |
delivery_status | Object Optional. The current message delivery status. Returned only if a verification message was sent to the user. |
verification_status | Object Optional. The current status of the verification process. |
payload | String Optional. Custom payload if it was provided in the request, 0-256 bytes. |
ERROR CODES
STATUS | CODE | DESCRIPTION |
---|---|---|
403 | 400001009 | User is not authenticated. |
404 | 400005000 | User is not found. |