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

Request Body

{
  "first_name": "John",
  "last_name": "Doe",
  "phone_number": "+256000000000",
  "verified_name": "John Doe",
  "percentage_name_match": 100
}

Last updated