Rwanda
Rwanda National ID
Verify a customer’s identity using their Rwandan National Identification Number.
POST
Rwanda National ID
The Rwanda National ID endpoint validates a customer’s National Identification Number against Rwanda’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 Rwandan National Identification Number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.first_name | string | Customer’s first name |
data.last_name | string | Customer’s last name |
data.date_of_birth | string | Date of birth |
data.national_id | string | National ID number |
data.gender | string | Gender |
data.nationality | string | Nationality |

