v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Validate phone numbers and retrieve additional information

This method serves as an additional layer of protection in your system for validating phone numbers. It not only checks the syntax but also assesses the likelihood of the phone number being valid and operational.

By incorporating this scoring into your workflow, you can enhance fraud detection, reduce invalid inputs, and improve the overall quality of data captured.

get/scoring/phone

Query parameters

phonestring required
Example:+12121234567

The phone command is used to specify the phone number you want to validate.

countryCodestring required
Example:US

The ISO 3166-1 alpha-2 format of the country code of the phone number.

formatstring
Example:JSON

The format command is used to get a response in a specific format.

userIDstring
Example:UID-12345

The userID command can be used to identify requests sent by specific users to monitor in the Events Page.

modestring
Example:test

The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.

Expected values: live, or test.

callbackstring
Example:my_function_name

The callback command can help you make the response as a JSONP format.

Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName.

Response

OK