3. Phone Number Check
# Introduction
Used to verify and retrieve details about a mobile phone number (including owner name match scoring).
# Request Parameters
| Field | Description | Type | Required |
|---|---|---|---|
| search_type | Must be MOBILENUMBER | String | Yes |
| identifier | The phone number to check (in international format, e.g., 2557xxxxxxx) | String | Yes |
| first_name | First name of the supposed owner (for name-to-number matching) | String | Yes |
| last_name | Last name of the supposed owner (for name-to-number matching) | String | Yes |
| score_type | Scoring method. Use MOBILENUMBER | String | Yes |
# Response Parameters
Below is a sample response
# Phone Number Check
Search details on a client phone. As sample response is as follows:
{
"code": "200.001",
"data": {}
}