Verify Uganda Telco Subscriber
Verify the name and phone number of a Ugandan Telco Subscribe
Verify Telco Subscriber
POST
https://api.appruve.co/v1/verifications/ug/telco_subscriber
This endpoint allows you to verify the name and phone number of a Ugandan Telco Subscriber
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Request Body
Name
Type
Description
last_name
string
Last name of the subscriber
first_name
string
First name of the subscriber.
phone_number
string
The phone number of the subscriber.
{
"first_name": "John",
"last_name": "Doe",
"phone_number": "+256000000000",
"verified_name": "John Doe",
"percentage_name_match": 100
}
Last updated