Request

[POST]
{{baseUrl}}/api/v1/ug/kyc/telco
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

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

Sample response

Response

{
  "entity": {
    "first_name": "John",
    "last_name": "Doe",
    "name_check_error": null,
    "network_name": "",
    "percentage_name_match": 100,
    "phone_is_mm_registered": false,
    "phone_number": "+25612345678",
    "verified_name": "John Doe"
  }
}

Was this page helpful?