v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Requests

Sync Request

Sync Request

get/sync/{request_type}/{request_key}

Query parameters

testing_vendorstring
Example:<string>
withfallbackstring
Example:1

Response

Successful Response

costnumber
extendedobject
keystring
metaobject
resultstring

Example response

{
  "cost": 1.2,
  "hlr": {
    "country_name": "<string>",
    "description": "<string>",
    "hlr_status": "<string>",
    "is_ported": "<boolean>",
    "is_roaming": "<boolean>",
    "mcc": "<string>",
    "mnc": "<string>",
    "network_name": "<string>"
  },
  "key": "<string>",
  "result": "<string>",
  "validation": {
    "corrections": [
      {
        "country_iso2": "<string>",
        "e164": "<string>",
        "number_type": "<string>"
      },
      {
        "country_iso2": "<string>",
        "e164": "<string>",
        "number_type": "<string>"
      }
    ],
    "country_code": "<string>",
    "country_iso2": "<string>",
    "dnc": "<boolean>",
    "dno": "<string>",
    "dno_description": "<string>",
    "e164": "<string>",
    "international": "<string>",
    "lrn": "<string>",
    "mobile": "<boolean>",
    "national": "<string>",
    "number_type": "<string>",
    "possible": "<boolean>",
    "reason": "<string>",
    "valid": "<boolean>"
  }
}