Skip to content

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

Request headers

Name Data type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Example response

{
  "code": "964",
  "num": "5173535",
  "full_num": "9645173535",
  "operator": "Beeline",
  "region": "Moscow",
  "old_operator": "MegaFon",
  "error": "Invalid number format. Expected: 79001234567"
}

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