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
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body
Body | Type | Description | |
---|---|---|---|
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 |
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"
}
Updated 6 months ago