Phone Number Validation
Phone number validation and formatting. Determines the mobile operator and region.
URL
Method: GET
- Production:
https://registry.wallet.kvell.group/reg2/validation/phone
Request parameters
| Name |
Data type |
Required |
Description |
phone |
string |
Yes |
Phone number |
Example request
GET https://registry.wallet.kvell.group/reg2/validation/phone?phone=79645173535
| Name |
Data type |
Required |
Description |
X-Api-Key |
string |
Yes |
Unique identifier (UUID) |
Response
Example response
Response parameters
| Name |
Data type |
Description |
code |
string |
Operator code |
num |
string |
Number |
full_num |
string |
Full number |
operator |
string |
Operator name |
region |
string |
Number registration region |
old_operator |
string |
Previous operator |
error |
string |
Error text |