Request
[GET]
{{baseUrl}}/api/v1/gh/kyc/card?id=GHXXXXXXX
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| id * | string | The Ghana Card (National ID) number | required |
Sample response
Response
{
"entity": {
"first_name": "JOHN",
"last_name": "DOE",
"gender": "M"
}
}
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.first_name | string | First name of the card holder |
| entity.last_name | string | Last name of the card holder |
| entity.gender | string | Gender of the individual |