Request
[POST]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| last_name * | string | Last name of the subscriber | required |
| first_name * | string | First name of the subscriber. | required |
| phone_number * | string | The phone number of the subscriber. | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.first_name | string | First name of the subscriber |
| entity.last_name | string | Last name of the subscriber |
| entity.name_check_error | string/null | Error message from name check, or null if no error |
| entity.network_name | string | Name of the mobile network operator |
| entity.percentage_name_match | number | Percentage match between provided and registered names (0-100) |
| entity.phone_is_mm_registered | boolean | Whether the phone number is registered for mobile money |
| entity.phone_number | string | Phone number of the subscriber |
| entity.verified_name | string | Full verified name from the telco records |