Fetch Verification
Fetch Verification (Sync)
POST
{{BASE_URL}}/api/v1/sync/verification
This endpoint allows you to verify a customer details synchronously.
Headers
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
identifier_type*
String
The identifier type being used for the verification (national_id or passport_no)
identifier*
String
Identifier value
first_name*
String
First name of the individual
last_name*
String
Last name of the individual
Response Codes
200 OK
Successfully verified the identity.
400 Bad Request
Invalid request parameters.
401 Unauthorized
Invalid or missing authentication credentials.
404 Not Found
No data found for the requested identifier.
500 Internal Server Error
An error occurred on the server side.
503 Service Unavailable
IPRS systems are down.
Error Handling
Errors are returned in the following format:
Common HTTP Status Codes
400 Bad Request
The request was invalid or missing required parameters.
401 Unauthorized
Authentication failed or the token is missing.
403 Forbidden
Access to the resource is denied.
404 Not Found
The requested resource could not be found.
500 Internal Server Error
An error occurred on the server side.
503 Service Unavailable
IPRS systems are down.
Error Responses
Bad Request (400)
Internal Server Error (500)
Service Unavailable (503)
Rate Limiting
To ensure fair usage, API requests are subject to rate limits. Exceeding these limits will result in a 429 Too Many Requests response. The current setting prevents duplicate requests within a 2-minute window.
Last updated
Was this helpful?