API ReferenceNIN Verification
NIN raw lookup
Perform NIN verification using raw NIN number
POST
/v1/nin/raw/lookupAuthorization
api-key x-api-key<token>
In: header
Header Parameters
Idempotency-Key?string
Optional. Unique key identifying this request attempt for idempotency.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/nin/raw/lookup" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true, "statusCode": 200, "message": "Request processed successfully", "timestamp": "2025-10-20T16:30:00.000Z", "path": "/v1/auth/register", "data": { "data": {}, "status": 0, "verificationId": {}, "charged": 0 }}