Verify your customers identity using their Serial Number

Adhere’s Serial Number endpoint allows you to access accurate, verified national-level information for reliable identity confirmation.

Request Endpoint

POST: {{BASE_URL}}/api/onboarding/kenya_kyc/serial_number/

  • Media-Type: application/json

Status Codes

  • 201 Created: The request was successful, and the information is returned successfully.
  • 400 Bad Request: The request could not be completed due to invalid or missing information.

Response Fields

{
    "serialNumber": 78901010,
    "customerName": "John Doe"
}