Lookup Uganda Telco Subscriber

Lookup the name and phone number of a Ugandan Telco Subscribe

This endpoint allows you to Lookup the name and phone number of a Ugandan Telco Subscriber

Verify Telco Subscriber

Request

{{baseUrl}}/api/v1/ug/kyc/telco

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body

BodyTypeDescription
last_name *stringLast name of the subscriberrequired
first_name *stringFirst name of the subscriber.required
phone_number *stringThe phone number of the subscriber.required

Response Sample

{
  "entity": {
    "first_name": "John",
    "last_name": "Doe",
    "name_check_error": null,
    "network_name": "",
    "percentage_name_match": 100,
    "phone_is_mm_registered": false,
    "phone_number": "+256752635786",
    "verified_name": "John Doe"
  }
}
{
  "message": "telco_subscriber not found"
}