Uganda
Uganda National ID
Verify a customer’s identity using their Ugandan National Identification Number.
POST
Uganda National ID
The Uganda National ID endpoint validates a customer’s National Identification Number against Uganda’s national registry and returns the associated personal details.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
national_id | string | Yes | The customer’s Ugandan National Identification Number (e.g. NO0987654321BE) |
surname | string | Yes | Customer’s surname |
given_name | string | Yes | Customer’s given name |
date_of_birth | string | Yes | Date of birth in YYYY-MM-DD format |
document_id | string | Yes | Document ID number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.national_id | string | National ID number |
data.surname | string | Customer’s surname |
data.given_name | string | Customer’s given name |
data.date_of_birth | string | Date of birth |
data.gender | string | Gender |
data.nationality | string | Nationality |
400 Bad Request
401 Unauthorized
Authorizations
Your Adhere API secret key
Body
application/json
Response
National ID verified

