{"info":{"_postman_id":"6d952d90-6466-4f6b-baf8-bce39795366f","name":"AREWA API DOCUMENTATION","description":"<html><head></head><body><p>Complete Postman collection for AREWA API endpoints (NIN, BVN, Demo Search, Phone Lookups).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29663491","collectionId":"6d952d90-6466-4f6b-baf8-bce39795366f","publishedId":"2sBXVkCVXH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-23T23:56:37.000Z"},"item":[{"name":"BVN Search By Phone","id":"6d9dfc6b-b1a1-4701-aff9-1552a05b411d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"phone\": \"08060781501\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/bvnPhone/index.php","urlObject":{"protocol":"https","path":["api","bvnPhone","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"1e93df32-ecf5-46cf-895e-83c29076de24","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"BVN found\",\n  \"data\": {\n    \"bvn\": \"12345678901\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"phone\": \"08060781501\"\n  }\n}"}],"_postman_id":"6d9dfc6b-b1a1-4701-aff9-1552a05b411d"},{"name":"BVN Verification","id":"0197b8ea-3a26-4c26-a154-3b254b7a0472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"number\": \"22734154996\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/bvnv1/index.php","urlObject":{"protocol":"https","path":["api","bvnv1","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"094ceb19-5654-4391-bf47-b8bbf4a6b622","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"BVN verified\",\n  \"data\": {\n    \"bvn\": \"22734154996\",\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Doe\",\n    \"dob\": \"1990-05-12\"\n  }\n}"}],"_postman_id":"0197b8ea-3a26-4c26-a154-3b254b7a0472"},{"name":"Demo Search","id":"33ace625-257a-49fb-90dd-d977b3310a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"gender\": \"M\",\n  \"dob\": \"01-06-2000\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/docv1/index.php","urlObject":{"protocol":"https","path":["api","docv1","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"56af78e6-d910-4d08-8d5a-2a561bf7aa9f","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Demographic data found\",\n  \"data\": {\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"gender\": \"M\",\n    \"dob\": \"2000-06-01\",\n    \"nationality\": \"NG\"\n  }\n}"}],"_postman_id":"33ace625-257a-49fb-90dd-d977b3310a1f"},{"name":"Demographic Verification","id":"1c76628c-4e25-483f-8831-625c45cb3f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"gender\": \"M\",\n  \"dob\": \"01-06-2000\",\n  \"slipType\": \"premium\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/doc/index.php","urlObject":{"protocol":"https","path":["api","doc","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"2a59016f-3770-4a87-96e9-7a76d90ebef3","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Premium demographic slip generated\",\n  \"data\": {\n    \"slipUrl\": \"https://arewaapi.com.ng/slips/john_doe.pdf\"\n  }\n}"}],"_postman_id":"1c76628c-4e25-483f-8831-625c45cb3f5e"},{"name":"NIN by Phone V2","id":"74b1117b-58e6-4126-b7fb-f782a8881808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"phone\": \"08060781501\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/ninphonev2/index.php","urlObject":{"protocol":"https","path":["api","ninphonev2","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"80423e72-a8c3-4f99-870c-ddf45bdb9c05","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"NIN found\",\n  \"data\": {\n    \"nin\": \"12345678901\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"phone\": \"08060781501\"\n  }\n}"}],"_postman_id":"74b1117b-58e6-4126-b7fb-f782a8881808"},{"name":"NIN Verification v4","id":"c52bb3df-6bae-426b-a8f7-6ab19bcf98a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"nin\": \"12345678901\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/ninv4/index.php","urlObject":{"protocol":"https","path":["api","ninv4","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"c63a002d-6a24-4e32-941b-e481adb07e37","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"NIN verified\",\n  \"data\": {\n    \"nin\": \"12345678901\",\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Doe\",\n    \"dob\": \"1995-03-21\"\n  }\n}"}],"_postman_id":"c52bb3df-6bae-426b-a8f7-6ab19bcf98a0"},{"name":"NIN Verification V3","id":"7bf57a7f-4aa6-4036-80f9-a33ffd4e27ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"nin\": \"12345678901\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/ninv3/index.php","urlObject":{"protocol":"https","path":["api","ninv3","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"82da9525-c09d-46d5-b997-cf2a6cebf998","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"NIN verified (v3)\",\n  \"data\": {\n    \"nin\": \"12345678901\",\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Doe\"\n  }\n}"}],"_postman_id":"7bf57a7f-4aa6-4036-80f9-a33ffd4e27ee"},{"name":"NIN Verification","id":"28a35317-1b1d-416b-9ee4-b7109dda3b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer YOUR_API_KEY_HERE","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"idNumber\": \"12345678901\",\n  \"consent\": true,\n  \"network\": \"NIN\",\n  \"api_key\": \"YOUR_API_KEY_HERE\"\n}"},"url":"https://arewaapi.com.ng/api/nin/index.php","urlObject":{"protocol":"https","path":["api","nin","index.php"],"host":["arewaapi","com","ng"],"query":[],"variable":[]}},"response":[{"id":"a9103bc5-a2c7-4f37-b4ea-30bcaaa6b5da","name":"Example Response","originalRequest":{"header":[],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"NIN verified successfully\",\n  \"data\": {\n    \"nin\": \"12345678901\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"dob\": \"1998-11-15\"\n  }\n}"}],"_postman_id":"28a35317-1b1d-416b-9ee4-b7109dda3b94"}],"variable":[{"key":"api_key","value":"YOUR_API_KEY_HERE","type":"string"}]}