This endpoint allows the checking of documents to know their status.
{{baseUrl}}/document/verify/:ref/status
Query Parameters
Parameters | Type | Description | Mandatory |
---|---|---|---|
first_name | String | First name of the document owner | Required |
last_name | String | Last name of the document owner | Required |
Headers
Parameters | Type | Description | Mandatory |
---|---|---|---|
Authorization | String | public secret key e.g dc_test_1T1eSavlZxy02OT3OWlvbxK4G | Required |
Response Sample
{
"document": "Voters_card",
"firstname": "Rena",
"lastname": "Delores",
"reviewed": false,
"verified": false,
"message": "response has been fetched"
}