{"info":{"_postman_id":"b14f27dd-f688-4e65-b091-570fd0c2de74","name":"Mono Lookup","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"32066755","collectionId":"b14f27dd-f688-4e65-b091-570fd0c2de74","publishedId":"2s9YynjNrB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-23T09:37:38.000Z"},"item":[{"name":"BVN","item":[{"name":"(BVN step 1) Initiate BVN lookup","id":"6dfd673e-346c-455c-9828-c21a697b6c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\": \"\",\n    \"scope\": \"\" // Optional: This can either be bank_accounts or identity. Scope is set by default to identity.\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v2/lookup/bvn/initiate","description":"<p>Use this resource to initiate a BVN Consent request</p>\n<p>Scope</p>\n<p>Kindly note that by default, scope is set to <code>identity</code>. To retrieve all accounts connected to a BVN,<code>bank_accounts</code> must be passed as scope.</p>\n","urlObject":{"protocol":"https","path":["v2","lookup","bvn","initiate"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"cb20a6e4-0a7e-472b-bad3-c7e36af4cc6f","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"test_sk_fch2pdt741w0ircsfnxx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bvn\": \"\",\n    \"scope\": \"\" // Optional: This can either be bank_accounts or identity. Scope is set by default to identity.\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v2/lookup/bvn/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 20:01:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"485"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1e5-cQ3LJTAPnoZroJW+FYhHPCFriDM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"BVN Lookup successfully initiated.\",\n    \"timestamp\": \"2025-01-14T20:01:18.035Z\",\n    \"data\": {\n        \"session_id\": \"rp54MStzntM7plQUGUNo\",\n        \"bvn\": \"12345678901\",\n        \"methods\": [\n            {\n                \"method\": \"email\",\n                \"hint\": \"Email with a verification code will be sent to test**email@gmail.com\"\n            },\n            {\n                \"method\": \"phone\",\n                \"hint\": \"Sms with a verification code will be sent to phone 0803***3843\"\n            },\n            {\n                \"method\": \"alternate_phone\",\n                \"hint\": \"Sms with a verification code will be sent to your alternate phone number\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6dfd673e-346c-455c-9828-c21a697b6c41"},{"name":"(BVN step 2)Verify BVN OTP","id":"abfe07ff-3298-47c4-b71a-02440e68f69c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"},{"key":"x-session-id","value":"{{session-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"method\": \"\", //This field expects the \"phone\" (primary phone number), \"phone_1\" (alternative phone number) or \"email\" as a valid method, alternate_phone (Alternative phone number) \n    \"phone_number\": \"\" // Optional: Provide an alternative phone number that isn't on file when method:alternate_phone\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v2/lookup/bvn/verify","description":"<p>Use this resource to verify the BVN request via OTP</p>\n","urlObject":{"protocol":"https","path":["v2","lookup","bvn","verify"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"49f0360e-2c94-455e-9fe6-917c0c019158","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"},{"key":"x-session-id","value":"{{session-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"method\": \"\", //This field expects the \"phone\" (primary phone number), \"phone_1\" (alternative phone number) or \"email\" as a valid method, alternate_phone (Alternative phone number) \n    \"phone_number\": \"\" // Optional: Provide an alternative phone number that isn't on file when method:alternate_phone\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v2/lookup/bvn/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 20:10:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"88-MzavVB9EauZUrW26M/Vh+32Z7QE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"Please enter the OTP that was sent to 09066662020\",\n    \"timestamp\": \"2025-01-14T20:10:46.389Z\",\n    \"data\": null\n}"}],"_postman_id":"abfe07ff-3298-47c4-b71a-02440e68f69c"},{"name":"(BVN step 3)Fetch BVN details","id":"9e0c5712-85ec-41bd-b8eb-b164e0454a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"},{"key":"x-session-id","value":"{{session-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v2/lookup/bvn/details","description":"<p>Use this resource to retrieve BVN Information requested</p>\n","urlObject":{"protocol":"https","path":["v2","lookup","bvn","details"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"15d5c7ac-2ce2-4f65-a476-3ce1ba2d9961","name":"(BVN step 3)Fetch BVN details","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"},{"key":"x-session-id","value":"{{session-id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v2/lookup/bvn/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:52:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"515"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"203-UD8lfv609/Fy/S/4EyZXPj1ZKBk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"BVN details successfully fetched.\",\n    \"timestamp\": \"2025-01-14T21:52:53.629Z\",\n    \"data\": {\n        \"first_name\": \"Samuel\",\n        \"last_name\": \"Olamide\",\n        \"middle_name\": \"Nomo\",\n        \"dob\": \"2020-01-06\",\n        \"phone_number\": \"08012345616\",\n        \"phone_number_2\": null,\n        \"email\": \"nomo@test.com\",\n        \"gender\": \"Male\",\n        \"state_of_origin\": \"Lagos State\",\n        \"bvn\": \"12345678901\",\n        \"nin\": \"000000000\",\n        \"registration_date\": \"2020-01-06\",\n        \"lga_of_origin\": \"yaba\",\n        \"lga_of_Residence\": \"yaba\",\n        \"marital_status\": \"single\",\n        \"watch_listed\": true,\n        \"photoId\": \"image_base64\"\n    }\n}"}],"_postman_id":"9e0c5712-85ec-41bd-b8eb-b164e0454a7a"}],"id":"b38e5a34-2e5f-4e06-bee0-76b704d2de5c","_postman_id":"b38e5a34-2e5f-4e06-bee0-76b704d2de5c","description":""},{"name":"CAC","item":[{"name":"Lookup business","id":"0b926d0d-5298-4fac-9cec-4d51584906c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"url":"https://api.withmono.com/v1/cac/lookup?name=Mono","urlObject":{"protocol":"https","path":["v1","cac","lookup"],"host":["api","withmono","com"],"query":[{"key":"name","value":"Mono"}],"variable":[]}},"response":[{"id":"1dbd27cb-3382-402d-a950-fa9ea7a4e02e","name":"Lookup business","originalRequest":{"method":"GET","header":[{"key":"mono-sec-key","value":"test_sk_fch2pdt741w0ircsfnxx","type":"text"}],"url":{"raw":"https://api.withmono.com/v3/lookup/cac?search=Neem","protocol":"https","host":["api","withmono","com"],"path":["v3","lookup","cac"],"query":[{"key":"search","value":"Neem","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 20:46:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1823"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"71f-2qAwSbRkWczR6ZOQavRaytdEjAA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": [\n        {\n            \"id\": 3369190,\n            \"rc_number\": \"0000000\",\n            \"registration_date\": \"2020-06-01T00:00:00.000+00:00\",\n            \"registration_approved\": true,\n            \"active\": true,\n            \"classification\": \"COMPANY\",\n            \"classification_id\": 2,\n            \"company_type_name\": \"PRIVATE_COMPANY_LIMITED_BY_SHARES\",\n            \"nature_of_business_name\": \"Computer programming, consultancy and related activities\",\n            \"objectives\": null,\n            \"delisting_status\": null,\n            \"approved_name\": \"Neem\",\n            \"email\": \"hi@neem.co\",\n            \"state\": \"LAGOS\",\n            \"city\": \"LAGOS\",\n            \"lga\": \"Ibeju-Lekki\",\n            \"address\": \"LAGOS, NIGERIA\",\n            \"branch_address\": \"NIL\",\n            \"head_office_address\": \"LAGOS, NIGERIA\",\n            \"business_commencement_date\": null\n        },\n        {\n            \"id\": 3369191,\n            \"rc_number\": \"0000001\",\n            \"registration_date\": \"2021-05-08T00:00:00.000+00:00\",\n            \"registration_approved\": true,\n            \"active\": true,\n            \"classification\": \"COMPANY\",\n            \"classification_id\": 3,\n            \"company_type_name\": \"PUBLIC_COMPANY_LIMITED_BY_SHARES\",\n            \"nature_of_business_name\": \"Information technology, consultancy and services\",\n            \"objectives\": null,\n            \"delisting_status\": null,\n            \"approved_name\": \"Neem Gadgets & more\",\n            \"email\": \"hello@neem.co\",\n            \"state\": \"ABUJA\",\n            \"city\": \"ABUJA\",\n            \"lga\": \"Gwagwalada\",\n            \"address\": \"ABUJA, NIGERIA\",\n            \"branch_address\": \"NIL\",\n            \"head_office_address\": \"ABUJA, NIGERIA\",\n            \"business_commencement_date\": null\n        },\n        {\n            \"id\": 3369192,\n            \"rc_number\": \"0000002\",\n            \"registration_date\": \"2022-02-03T00:00:00.000+00:00\",\n            \"registration_approved\": true,\n            \"active\": true,\n            \"classification\": \"COMPANY\",\n            \"classification_id\": 2,\n            \"company_type_name\": \"PRIVATE_COMPANY_LIMITED_BY_SHARES\",\n            \"nature_of_business_name\": \"Fashion Design, sales and marketing\",\n            \"objectives\": null,\n            \"delisting_status\": null,\n            \"approved_name\": \"Neem Fashion Enterprise\",\n            \"email\": \"contact@neem.co\",\n            \"state\": \"LAGOS\",\n            \"city\": \"LAGOS\",\n            \"lga\": \"Ibeju-Lekki\",\n            \"address\": \"LAGOS, NIGERIA\",\n            \"branch_address\": \"NIL\",\n            \"head_office_address\": \"LAGOS, NIGERIA\",\n            \"business_commencement_date\": null\n        }\n    ]\n}"}],"_postman_id":"0b926d0d-5298-4fac-9cec-4d51584906c9"},{"name":"Shareholder details","id":"4f49aa9d-625e-42a7-89c8-74a3856457e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"url":"https://api.withmono.com/v1/cac/company/6097094","urlObject":{"protocol":"https","path":["v1","cac","company","6097094"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f49aa9d-625e-42a7-89c8-74a3856457e3"}],"id":"b8ef83da-f78a-4200-bc0b-5846186d321b","_postman_id":"b8ef83da-f78a-4200-bc0b-5846186d321b","description":""},{"name":"CAC V3","item":[{"name":"Search company","id":"291e5d9b-9d3f-4fc2-91a8-2d1a5f669ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"url":"https://api.withmono.com/v3/lookup/cac?search","description":"<p>Use this resource to verify the existence of a business</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","cac"],"host":["api","withmono","com"],"query":[{"key":"search","value":null}],"variable":[]}},"response":[{"id":"6c408dca-f112-4842-9a8a-33e280b8dfb1","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"url":{"raw":"https://api.withmono.com/v3/lookup/cac?search","protocol":"https","host":["api","withmono","com"],"path":["v3","lookup","cac"],"query":[{"key":"search","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:16:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1823"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"71f-2qAwSbRkWczR6ZOQavRaytdEjAA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": [\n        {\n            \"id\": 3369190,\n            \"rc_number\": \"0000000\",\n            \"registration_date\": \"2020-06-01T00:00:00.000+00:00\",\n            \"registration_approved\": true,\n            \"active\": true,\n            \"classification\": \"COMPANY\",\n            \"classification_id\": 2,\n            \"company_type_name\": \"PRIVATE_COMPANY_LIMITED_BY_SHARES\",\n            \"nature_of_business_name\": \"Computer programming, consultancy and related activities\",\n            \"objectives\": null,\n            \"delisting_status\": null,\n            \"approved_name\": \"Neem\",\n            \"email\": \"hi@neem.co\",\n            \"state\": \"LAGOS\",\n            \"city\": \"LAGOS\",\n            \"lga\": \"Ibeju-Lekki\",\n            \"address\": \"LAGOS, NIGERIA\",\n            \"branch_address\": \"NIL\",\n            \"head_office_address\": \"LAGOS, NIGERIA\",\n            \"business_commencement_date\": null\n        },\n        {\n            \"id\": 3369191,\n            \"rc_number\": \"0000001\",\n            \"registration_date\": \"2021-05-08T00:00:00.000+00:00\",\n            \"registration_approved\": true,\n            \"active\": true,\n            \"classification\": \"COMPANY\",\n            \"classification_id\": 3,\n            \"company_type_name\": \"PUBLIC_COMPANY_LIMITED_BY_SHARES\",\n            \"nature_of_business_name\": \"Information technology, consultancy and services\",\n            \"objectives\": null,\n            \"delisting_status\": null,\n            \"approved_name\": \"Neem Gadgets & more\",\n            \"email\": \"hello@neem.co\",\n            \"state\": \"ABUJA\",\n            \"city\": \"ABUJA\",\n            \"lga\": \"Gwagwalada\",\n            \"address\": \"ABUJA, NIGERIA\",\n            \"branch_address\": \"NIL\",\n            \"head_office_address\": \"ABUJA, NIGERIA\",\n            \"business_commencement_date\": null\n        },\n        {\n            \"id\": 3369192,\n            \"rc_number\": \"0000002\",\n            \"registration_date\": \"2022-02-03T00:00:00.000+00:00\",\n            \"registration_approved\": true,\n            \"active\": true,\n            \"classification\": \"COMPANY\",\n            \"classification_id\": 2,\n            \"company_type_name\": \"PRIVATE_COMPANY_LIMITED_BY_SHARES\",\n            \"nature_of_business_name\": \"Fashion Design, sales and marketing\",\n            \"objectives\": null,\n            \"delisting_status\": null,\n            \"approved_name\": \"Neem Fashion Enterprise\",\n            \"email\": \"contact@neem.co\",\n            \"state\": \"LAGOS\",\n            \"city\": \"LAGOS\",\n            \"lga\": \"Ibeju-Lekki\",\n            \"address\": \"LAGOS, NIGERIA\",\n            \"branch_address\": \"NIL\",\n            \"head_office_address\": \"LAGOS, NIGERIA\",\n            \"business_commencement_date\": null\n        }\n    ]\n}"}],"_postman_id":"291e5d9b-9d3f-4fc2-91a8-2d1a5f669ff5"},{"name":"company shareholders","id":"aef7a281-cbfa-4eab-9104-5757b12cdde6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"url":"https://api.withmono.com/v3/lookup/cac/company/{id}","description":"<p>Use this resource to retrieve shareholder information of a business</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","cac","company","{id}"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"6006454f-53d0-4446-a6ec-1cf8d801be16","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"url":"https://api.withmono.com/v3/lookup/cac/company/{id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:29:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3216"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"c90-O0DPyGFr2jwxTJSquw9wu9lHfUI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": [\n        {\n            \"id\": 18565918,\n            \"surname\": \"Olumide\",\n            \"firstname\": \"Samuel\",\n            \"other_name\": \"Nomo\",\n            \"email\": \"samuelolumide@neem.co\",\n            \"phone_number\": \"08000000009\",\n            \"gender\": \"MALE\",\n            \"former_nationality\": null,\n            \"city\": \"LAGOS\",\n            \"occupation\": \"LEGAL PRACTITIONER\",\n            \"former_name\": null,\n            \"corporation_name\": null,\n            \"rc_number\": null,\n            \"corporation_company\": {\n                \"id\": null,\n                \"approved_name\": null,\n                \"objectives\": null,\n                \"registration_approved\": null,\n                \"rc_number\": null,\n                \"address\": null,\n                \"branch_address\": null,\n                \"registration_submitted\": null,\n                \"business_commencement_date\": null,\n                \"reservation_serial_no\": null,\n                \"active\": null,\n                \"registration_serial_no\": null,\n                \"registration_approved_by_rg\": null,\n                \"tracking_id\": null,\n                \"date_of_reservation\": null,\n                \"needs_proficiency_docs\": null,\n                \"availability_code\": null,\n                \"name_availability\": null,\n                \"forwarded_to_ao\": null,\n                \"forwarded_to_rgs\": null,\n                \"classification_fk\": null,\n                \"nature_of_business_fk\": null,\n                \"company_type_fk\": null,\n                \"registration_date\": null,\n                \"review_status\": null,\n                \"is_old_record\": null,\n                \"reg_portal_user_fk\": null,\n                \"approved_name_for_search\": null,\n                \"state\": null,\n                \"city\": null,\n                \"status\": null,\n                \"company_status\": null,\n                \"is_for_change_of_name\": null,\n                \"is_change_of_name_submited\": null,\n                \"date_created\": null,\n                \"is_submitted_for_post_inc\": null,\n                \"query_code\": null,\n                \"query_history_fk\": null,\n                \"reason_for_disapproval\": null,\n                \"date_of_approval\": null,\n                \"date_of_query\": null,\n                \"approver\": null,\n                \"updating_office\": null,\n                \"has_been_updated\": null,\n                \"date_of_update\": null,\n                \"approved_for_update\": null,\n                \"date_of_update_approval\": null,\n                \"approved_for_update_by_fk\": null,\n                \"updated_by_fk\": null,\n                \"registration_submission_date\": null,\n                \"financial_year_end\": null,\n                \"street_number\": null,\n                \"lga\": null,\n                \"delisting_status\": null,\n                \"head_office_address\": null,\n                \"company_head_office\": null,\n                \"postcode\": null,\n                \"email\": null,\n                \"progress_level\": null,\n                \"batch\": null,\n                \"queried\": null,\n                \"firs_tin\": null,\n                \"nature_of_business\": null,\n                \"former_name\": null,\n                \"resolved\": null,\n                \"duration_in_queue\": null,\n                \"time_take_tobe_processed\": null,\n                \"rrr\": null,\n                \"payment_date\": null,\n                \"entered_by\": null,\n                \"active_for_post_inc\": null,\n                \"share_capital\": null,\n                \"share_capital_in_words\": null,\n                \"divided_into\": null,\n                \"of_each\": null,\n                \"consent_code\": null,\n                \"jtb_t_i_n_status\": null,\n                \"full_address\": \"\"\n            },\n            \"state\": \"LAGOS\",\n            \"accreditationnumber\": null,\n            \"form_type\": \"Permanent Voters' Card\",\n            \"num_shares_alloted\": null,\n            \"type_of_shares\": null,\n            \"date_of_birth\": \"1989-06-30T23:00:00.000+00:00\",\n            \"date_of_appointment\": \"2021-06-30T06:05:19.434+00:00\",\n            \"status\": \"ACTIVE\",\n            \"former_surname\": null,\n            \"former_first_name\": null,\n            \"former_other_name\": null,\n            \"identity_number\": \"00000000000\",\n            \"other_directorship_details\": null,\n            \"affiliate_type_fk\": {\n                \"id\": 7514,\n                \"name\": \"PRESENTER\",\n                \"description\": \"PRESENTER\"\n            },\n            \"country_fk\": {\n                \"id\": 1,\n                \"name\": \"NIGERIA\",\n                \"code\": \"NIGERIA\"\n            },\n            \"lga\": \"514\",\n            \"is_corporate\": false,\n            \"nationality\": \"NIGERIA\",\n            \"address\": \"12 NOMO STREET, OPP NEEM HALL IKEJA, LAGOS, NIGERIA\",\n            \"street_number\": \"1\",\n            \"is_chairman\": null,\n            \"is_designated\": null,\n            \"postcode\": \"\",\n            \"former_name_type\": null,\n            \"affiliates_residential_address\": {\n                \"id\": 228236,\n                \"country\": \"NIGERIA\",\n                \"state\": \"LAGOS\",\n                \"lga\": \"514\",\n                \"city\": \"LAGOS\",\n                \"address\": \"12 NOMO STREET, OPP NEEM HALL IKEJA, LAGOS, NIGERIA\",\n                \"street_number\": \"1 \",\n                \"postcode\": \"\",\n                \"hide_residential_address\": false,\n                \"affiliate_type\": null\n            },\n            \"affiliates_psc_information\": null,\n            \"is_public_user\": null\n        }\n    ]\n}"}],"_postman_id":"aef7a281-cbfa-4eab-9104-5757b12cdde6"},{"name":"previous address","id":"f8b5190c-c1c1-4fdd-b197-3c73750bdcd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.withmono.com/v3/lookup/cac/company/{id}/previous-address","description":"<p>Use this resource to check previous company address</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","cac","company","{id}","previous-address"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"e3b560e8-e97d-4cc0-bd88-8619e110e001","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.withmono.com/v3/lookup/cac/company/{id}/previous-address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:19:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"153-8FNjiHLoMoa6JodfKucyimTi63k\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": {\n        \"id\": 3369190,\n        \"state\": \"LAGOS\",\n        \"submission_date\": \"2021-06-30T22:47:27.075+00:00\",\n        \"city\": \"ikeja g.r.a\",\n        \"approved_name\": \"PAYSTACK PAYMENTS LIMITED\",\n        \"approval_date\": \"2021-05-11T06:24:20.586+00:00\",\n        \"street_name\": \"30 nomo street, lagos\",\n        \"previous_address\": \"21 neem street, lagos\"\n    }\n}"}],"_postman_id":"f8b5190c-c1c1-4fdd-b197-3c73750bdcd2"},{"name":"Change of name","id":"c07f948c-f528-4474-b7ef-3af020718f4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.withmono.com/v3/lookup/cac/company/{id/change-of-name","description":"<p>Use this resource to check the history of a business' name change</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","cac","company","{id","change-of-name"],"host":["api","withmono","com"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"e7087e06-49ef-4805-8903-5f298d5ba214","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.withmono.com/v3/lookup/cac/company/{id/change-of-name","protocol":"https","host":["api","withmono","com"],"path":["v3","lookup","cac","company","{id","change-of-name"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:17:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"d9-Def4k5jEdrFbBBOqsuwzufjfR+E\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": [\n        {\n            \"new_name\": \"NEEM\",\n            \"former_name\": \"NOMO\",\n            \"approval_date\": \"2021-06-30T14:50:13.949+00:00\"\n        },\n        {\n            \"new_name\": \"NEEM\",\n            \"former_name\": \"NOMO\",\n            \"approval_date\": null\n        }\n    ]\n}"}],"_postman_id":"c07f948c-f528-4474-b7ef-3af020718f4a"},{"name":"Secretary","id":"f1d9d282-e7b0-4ae0-b3fd-69418cbd4163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.withmono.com/v3/lookup/cac/company/{id}/secretary","description":"<p>Use this resource to search for the company secretary</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","cac","company","{id}","secretary"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"cc0dc103-698f-4439-96f7-ed20f4452ab8","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.withmono.com/v3/lookup/cac/company/{id}/secretary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:24:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2142"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"85e-3Yufw/BznGPYGqOCgMoMNrjG5Jk\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": [\n        {\n            \"id\": 20819179,\n            \"surname\": \"SAMUEL\",\n            \"firstname\": \"OLUMIDE\",\n            \"other_name\": \"NEEM\",\n            \"email\": \"samuelolumide@nomo.co\",\n            \"phone_number\": \"\",\n            \"gender\": \"\",\n            \"former_nationality\": \"\",\n            \"age\": 0,\n            \"city\": \"\",\n            \"occupation\": \"\",\n            \"former_name\": \"\",\n            \"corporation_name\": \"Nomo\",\n            \"rc_number\": \"\",\n            \"corporation_company\": null,\n            \"state\": \"LAGOS\",\n            \"pobox\": null,\n            \"accreditationnumber\": \"\",\n            \"is_lawyer\": null,\n            \"last_visit\": 0,\n            \"form_type\": \"\",\n            \"is_presenter\": null,\n            \"is_chairman\": null,\n            \"num_shares_alloted\": null,\n            \"type_of_shares\": \"\",\n            \"date_of_birth\": null,\n            \"status\": \"ACTIVE\",\n            \"date_of_termination\": null,\n            \"date_of_appointment\": null,\n            \"date_of_change_of_address\": null,\n            \"former_address\": null,\n            \"former_postal\": null,\n            \"former_surname\": \"\",\n            \"former_first_name\": \"\",\n            \"former_other_name\": \"\",\n            \"date_of_status_change\": null,\n            \"identity_number\": \"\",\n            \"identity_issue_state\": null,\n            \"other_directorship_details\": null,\n            \"portal_user_fk\": null,\n            \"affiliates_fk\": null,\n            \"process_type_fk\": {\n                \"id\": 6564,\n                \"name\": \"COMPANY_REGISTRATION\",\n                \"description\": \"Company Registration\",\n                \"amount\": 1,\n                \"type\": null,\n                \"product_id\": \"525128309\",\n                \"bank_code\": \"21240\"\n            },\n            \"company\": null,\n            \"same_person_as_fk\": null,\n            \"nature_of_app_or_discharge\": null,\n            \"is_designated\": null,\n            \"end_of_appointment\": null,\n            \"appointed_by\": null,\n            \"date_of_deed_of_discharge\": null,\n            \"date_of_resolution\": null,\n            \"country_fk\": {\n                \"id\": 1,\n                \"name\": \"NIGERIA\",\n                \"code\": \"NIGERIA\"\n            },\n            \"country_of_residence\": null,\n            \"is_carried_over_from_name_avai\": null,\n            \"lga\": null,\n            \"corporation_registration_date\": null,\n            \"is_company_deleted\": null,\n            \"government_organisation_name\": null,\n            \"foreign_organisation_name\": null,\n            \"company_street_address\": null,\n            \"company_state\": null,\n            \"company_city\": null,\n            \"is_corporate\": true,\n            \"county_of_incorporation_fk\": null,\n            \"nationality\": \"\",\n            \"address\": \"10 LAGOS STREET, LAGOS, NIGERIA\",\n            \"postcode\": \"\",\n            \"street_number\": \"\",\n            \"affiliates_residential_address\": 2330132,\n            \"affiliates_psc_information\": 20819179,\n            \"legal_owners_of_interests\": [],\n            \"legal_owners_of_voting_rights\": [],\n            \"stock_exchange_soes\": [],\n            \"approved_for_notice_of_psc\": null,\n            \"affiliate_type_fk\": {\n                \"id\": 7529,\n                \"name\": \"SECRETARY_COMPANY\",\n                \"description\": \"SECRETARY_COMPANY\"\n            },\n            \"full_address2\": \"12 LAGOS STREET, LAGOS, NIGERIA\",\n            \"company_address2\": \"\"\n        }\n    ]\n}"}],"_postman_id":"f1d9d282-e7b0-4ae0-b3fd-69418cbd4163"},{"name":"Directors","id":"c2f589bc-b85f-439f-9fa7-4543548b4148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.withmono.com/v3/lookup/cac/company/{id}/directors","description":"<p>Use this resource to search for the company directors</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","cac","company","{id}","directors"],"host":["api","withmono","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"3cd275ab-1a09-49d3-9b7e-dcdac402653e","name":"Success response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.withmono.com/v3/lookup/cac/company/{id}/directors","protocol":"https","host":["api","withmono","com"],"path":["v3","lookup","cac","company","{id}","directors"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Tue, 14 Jan 2025 21:25:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1998"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"7ce-ghbJtAGsXFqDNR/x/ix6ZmkxSoE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"CAC lookup successful\",\n    \"data\": [\n        {\n            \"id\": 6706871,\n            \"surname\": \"SAMUEL\",\n            \"first_name\": \"OLUMIDE\",\n            \"other_name\": \"NOMO\",\n            \"email\": \"\",\n            \"phone_number\": \"\",\n            \"gender\": \"Male\",\n            \"former_nationality\": \"\",\n            \"age\": 0,\n            \"city\": \"IKEJA\",\n            \"occupation\": null,\n            \"former_name\": \"\",\n            \"corporation_name\": null,\n            \"rc_number\": null,\n            \"corporation_company\": null,\n            \"state\": \"LAGOS\",\n            \"pobox\": null,\n            \"accreditationnumber\": null,\n            \"is_lawyer\": false,\n            \"last_visit\": 0,\n            \"form_type\": \"International Passport\",\n            \"is_presenter\": null,\n            \"is_chairman\": null,\n            \"num_shares_allotted\": null,\n            \"type_of_shares\": null,\n            \"date_of_birth\": \"1985-05-05T23:00:00.000+00:00\",\n            \"status\": \"ACTIVE\",\n            \"date_of_termination\": null,\n            \"date_of_appointment\": null,\n            \"date_of_change_of_address\": null,\n            \"former_address\": null,\n            \"former_postal\": null,\n            \"former_surname\": null,\n            \"former_first_name\": null,\n            \"former_other_name\": null,\n            \"date_of_status_change\": null,\n            \"identity_number\": \"A00000000\",\n            \"identity_issue_state\": \"LAGOS\",\n            \"other_directorship_details\": null,\n            \"company\": null,\n            \"affiliate_type_fk\": {\n                \"id\": 6986,\n                \"name\": \"DIRECTOR\",\n                \"description\": \"DIRECTOR\"\n            },\n            \"same_person_as_fk\": null,\n            \"nature_of_app_or_discharge\": null,\n            \"is_designated\": null,\n            \"end_of_appointment\": null,\n            \"appointed_by\": null,\n            \"date_of_deed_of_discharge\": null,\n            \"date_of_resolution\": null,\n            \"country_fk\": {\n                \"id\": 1,\n                \"name\": \"NIGERIA\",\n                \"code\": \"NIGERIA\"\n            },\n            \"country_of_residence\": \"NIGERIA\",\n            \"is_carried_over_from_name_avail\": false,\n            \"lga\": null,\n            \"corporation_registration_date\": null,\n            \"is_company_deleted\": false,\n            \"government_organisation_name\": null,\n            \"foreign_organisation_name\": null,\n            \"company_street_address\": null,\n            \"company_state\": null,\n            \"company_city\": null,\n            \"is_corporate\": null,\n            \"county_of_incorporation_fk\": null,\n            \"nationality\": \"Nigerian\",\n            \"address\": \"10 LAGOS STREET, LAGOS, NIGERIA.\",\n            \"postcode\": null,\n            \"street_number\": null,\n            \"affiliates_residential_address\": null,\n            \"affiliates_psc_information\": 6706871,\n            \"legal_owners_of_interests\": [],\n            \"legal_owners_of_voting_rights\": [],\n            \"stock_exchange_soes\": [],\n            \"approved_for_notice_of_psc\": null,\n            \"full_address_2\": \"12 LAGOS STREET, LAGOS, NIGERIA\",\n            \"company_address_2\": \"\"\n        }\n    ]\n}"}],"_postman_id":"c2f589bc-b85f-439f-9fa7-4543548b4148"}],"id":"717e0f5d-61c6-4ab4-9bf2-f34de3e15f8d","_postman_id":"717e0f5d-61c6-4ab4-9bf2-f34de3e15f8d","description":""},{"name":"Address Verification","id":"ad410c27-2511-43cb-ad0a-3fa6f5ff02f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"meter_number\": \"string\",\n  \"address\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/address","description":"<p>This resource verifies your address via your meter number and house address.</p>\n<p><strong>Confidence Level Response</strong></p>\n<p>Please be aware that the <code>confidence_level</code> parameter can only return one of two values:</p>\n<p><code>0</code>- Indicates no match.<br /><code>1</code> - Indicates a match has been found.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","address"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"f597bed3-8b74-44b5-a301-5a0524318bc6","name":"Address Verification","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"meter_number\": \"string\",\n  \"address\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/address"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"successful\",\n  \"message\": \"Address successfully verified.\",\n  \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n  \"data\": {\n    \"verified\": true,\n    \"house_address\": \"IKEJA UNDER BRIDGE LAGOS\",\n    \"house_owner\": \"ADAM SMITH\",\n    \"confidence_level\": 1, // or 0\n    \"disco_code\": \"IKEJA\"\n  }\n}\n"},{"id":"cb987621-8571-4d31-9191-1faf6ef0571b","name":"Address Verification","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"meter_number\": \"string\",\n  \"address\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/address"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Sorry, lookup failed. Please check the details and try again\",\n    \"timestamp\": \"2024-05-14T03:24:25.638Z\"\n}\n"},{"id":"8fbb2f1d-edf2-4223-8d3b-22ab4ac58d8a","name":"Failed - Invalid meter number","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"meter_number\": \"string\",\n  \"address\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/address"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"failed\",\n  \"message\": \"Unable to verify address with this meter number. Please try again.\",\n  \"timestamp\": \"2024-05-14T03:24:25.638Z\"\n}\n"}],"_postman_id":"ad410c27-2511-43cb-ad0a-3fa6f5ff02f4"},{"name":"Int'l Passport","id":"be7bf45a-9c31-43d0-ac69-60e7572ad93f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"passport_number\": \"string\",\n  \"last_name\": \"string\",\n  \"date_of_birth\":\"string\" //YYYY-MM-DD\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/passport","description":"<p>This resource verifies an international passport document via its passport number and last name.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","passport"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"17719b06-1bbb-4fd5-ba24-3602f062d725","name":"Successful","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"passport_number\": \"string\",\n  \"last_name\": \"string\",\n  \"date_of_birth\":\"string\" //YYYY-MM-DD\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/passport"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"Lookup Successful\",\n    \"timestamp\": \"2024-07-10T15:19:55.510Z\",\n    \"data\": {\n        \"passport_number\": \"B50500882\",\n        \"issued_date\": null,\n        \"expiry_date\": null,\n        \"document_type\": \"Standard E-passport\",\n        \"issued_at\": null,\n        \"first_name\": \"Abdulhamid\",\n        \"last_name\": \"Hassan\",\n        \"middle_name\": \"Tomiwa\",\n        \"dob\": \"06/05/1996\",\n        \"gender\": \"Male\",\n        \"photo\": null,\n        \"signature\": null\n    }\n}"},{"id":"daf1d101-74b6-41b7-89fd-abe2ae98a6d0","name":"Failed - Invalid Passport","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"passport_number\": \"string\",\n  \"last_name\": \"string\",\n  \"date_of_birth\":\"string\" //YYYY-MM-DD\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Invalid passport number provided. Please ensure that you're using a valid passport number value.\",\n    \"timestamp\": \"2024-05-22T05:36:17.839Z\"\n}\n"},{"id":"e20030de-997e-47ee-862d-6e17609d2583","name":"Failed - Invalid DOB","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"passport_number\": \"string\",\n  \"last_name\": \"string\",\n  \"date_of_birth\":\"string\" //YYYY-MM-DD\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/passport"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Sorry passport number lookup failed, please supply date_of_birth and try again\",\n    \"timestamp\": \"2024-07-10T15:20:30.266Z\"\n}\n"},{"id":"b67ce47c-00e5-484c-84f7-9cebc468b662","name":"Failed Lookup query","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"passport_number\": \"string\",\n  \"last_name\": \"string\",\n  \"date_of_birth\":\"string\" //YYYY-MM-DD\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/passport"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"status\": \"failed\",\n    \"message\": \"Sorry, lookup failed. Please check the details and try again\",\n    \"timestamp\": \"2024-08-19T11:09:51.284Z\"\n}\n"}],"_postman_id":"be7bf45a-9c31-43d0-ac69-60e7572ad93f"},{"name":"TIN","id":"4a6e2080-fcbb-40a7-81bb-2f7f294c25d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"number\": \"\",\n  \"channel\": \"tin\"\n}"},"url":"https://api.withmono.com/v3/lookup/tin","description":"<p>This resource verifies the tax identification number of an entity.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","tin"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"9aa3a1b3-1dfa-437c-9a92-2ebfd021c2d2","name":"TIN successful","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"number\": \"string\",\n  \"channel\": \"TIN\"\n}"},"url":"https://api.withmono.com/v3/lookup/tin"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"Lookup Successful\",\n    \"timestamp\": \"2024-05-10T11:04:03.540Z\",\n    \"data\": {\n        \"taxpayer_name\": \"NOMO NIGERIA LIMITED\",\n        \"cac_reg_number\": \"RC1234567\",\n        \"firstin\": \"12345075-0001\",\n        \"jittin\": \"123450756\",\n        \"tax_office\": \"LAGOS LAGOS\",\n        \"phone_number\": \"08180416589\",\n        \"email\": \"hi@nomo.com\"\n    }\n}\n"},{"id":"8031a32e-c5ed-4c46-ba42-83f8f3b98a7c","name":"TIN failed","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"number\": \"string\",\n  \"channel\": \"TIN\"\n}"},"url":"https://api.withmono.com/v3/lookup/tin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Sorry, invalid tax information provided. Please check and retry\",\n    \"timestamp\": \"2024-05-22T05:57:13.941Z\"\n}\n"}],"_postman_id":"4a6e2080-fcbb-40a7-81bb-2f7f294c25d4"},{"name":"Driver's License","id":"f8616ffd-8251-457a-b34d-65b83d07860c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"license_number\": \"string\",\n  \"date_of_birth\": \"string\",\n  \"first_name\": \"string\",\n  \"last_name\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/driver_license","description":"<p>This resource verifies the driver license number of an individual.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","driver_license"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"345b61b1-7da1-4956-af58-39d8e966fdb4","name":"Driver's License","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"license_number\": \"string\",\n  \"date_of_birth\": \"string\",\n  \"first_name\": \"string\",\n  \"last_name\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/driver_license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"successful\",\n  \"message\": \"Lookup Successful\",\n  \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n  \"data\": {\n    \"gender\": \"Male\",\n    \"photo\": \"/9j+5tAFgcMefpRTuI/9k=\",\n    \"license_no\": \"AAD23208212298\",\n    \"first_name\": \"Samuel\",\n    \"last_name\": \"Olamide\",\n    \"middle_name\": \"\",\n    \"issued_date\": \"2020-06-01\",\n    \"expiry_date\": \"2030-06-01\",\n    \"state_ofIssue\": \"LAGOS\",\n    \"birth_date\": \"2020-06-01\"\n  }\n}\n"}],"_postman_id":"f8616ffd-8251-457a-b34d-65b83d07860c"},{"name":"NIN","id":"9d354efc-24fe-4c8e-a2e4-9988c0328827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"nin\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/nin","description":"<p>This resource verifies the national identification number of a user.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","nin"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"63b2059b-ecba-4109-80ef-40743fddbea5","name":"NIN","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"nin\": \"string\"\n}"},"url":"https://api.withmono.com/v3/lookup/nin"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"successful\",\n  \"message\": \"NIN Lookup Successfull\",\n  \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n  \"data\": {\n    \"birthcountry\": \"nigeria\",\n    \"birthdate\": \"01-01-1990\",\n    \"birthlga\": \"Lagos Mainland\",\n    \"birthstate\": \"Lagos\",\n    \"educationallevel\": \"tertiary\",\n    \"email\": \"\",\n    \"employmentstatus\": \"employed\",\n    \"firstname\": \"WIGO\",\n    \"gender\": \"m\",\n    \"heigth\": \"150\",\n    \"maritalstatus\": \"single\",\n    \"middlename\": \"SAMUEL\",\n    \"nin\": \"09876543212\",\n    \"nok_address1\": \"3B MICHAEL WISDOM STREET\",\n    \"nok_address2\": \"\",\n    \"nok_firstname\": \"AISHA\",\n    \"nok_lga\": \"Lagos Island\",\n    \"nok_middlename\": \"\",\n    \"nok_postalcode\": \"\",\n    \"nok_state\": \"Lagos\",\n    \"nok_surname\": \"AGBA\",\n    \"nok_town\": \"FESTAC\",\n    \"ospokenlang\": \"\",\n    \"pfirstname\": \"\",\n    \"photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/pYH//Z\",\n    \"pmiddlename\": \"\",\n    \"profession\": \"ENGINEER\",\n    \"psurname\": \"\",\n    \"religion\": \"islam\",\n    \"residence_address\": \"2A MUSA ADE STREET\",\n    \"residence_lga\": \"Ogba\",\n    \"residence_state\": \"Lagos\",\n    \"residence_town\": \"OGBA\",\n    \"residencestatus\": \"birth\",\n    \"self_origin_lga\": \"\",\n    \"self_origin_place\": \"\",\n    \"self_origin_state\": \"\",\n    \"signature\": \"/9j/4AAQSkZJRgABAQEAlgCWAAD/XYZ//2Q==\",\n    \"spoken_language\": \"YORUBA\",\n    \"surname\": \"MUSA\",\n    \"telephoneno\": \"08012345678\",\n    \"title\": \"mr\",\n    \"userid\": \"\",\n    \"vnin\": \"\",\n    \"central_iD\": \"123456\",\n    \"tracking_id\": \"ABC0DEFG5000XYZ\"\n  }\n}\n"}],"_postman_id":"9d354efc-24fe-4c8e-a2e4-9988c0328827"},{"name":"Account Number","id":"7dd33232-ba5f-4513-9bd1-813d031c2240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"nip_code\": \"string\",\n  \"account_number\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/account-number","description":"<p>This resource verifies the account and returns the masked BVN attached to the account number supplied.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","account-number"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"571698d9-8cda-4ead-9ec2-944f11555fe3","name":"Account Number","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"{{mono-sec-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"nip_code\": \"string\",\n  \"account_number\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/account-number"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"Lookup Successful\",\n    \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n    \"data\": {\n        \"name\": \"SAMUEL OLAMIDE NOMO\",\n        \"account_number\": \"0123456789\",\n        \"bvn\": \"22000000022\",\n        \"bank\": {\n            \"name\": \"ZENITH INTERNATIONAL BANK PLC\",\n            \"code\": \"000015\"\n        }\n    }\n}\n"}],"_postman_id":"7dd33232-ba5f-4513-9bd1-813d031c2240"},{"name":"Credit History","id":"99265f9a-b9f0-44b0-9695-1522c33b8363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"bvn\": \"22*******44\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/credit-history/{provider}","description":"<p>This resource enables you to retrieve a user's credit history.  </p>\n<p>Supported URL Providers:</p>\n<p>crc: represents Credit Bureau Limited.<br />xds: represents First Central Credit Bureau.<br />all: represents Credit history data from both Bureaus</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","credit-history","{provider}"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"850ee1b0-7068-477c-8875-6ce0cb31cd24","name":"Credit History","originalRequest":{"method":"POST","header":[{"key":"mono-sec-key","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"bvn\": \"22*******44\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.withmono.com/v3/lookup/credit-history/{provider}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n  \"status\": \"successful\",\n  \"message\": \"Report Fetched Successfully\",\n  \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n  \"data\": {\n    \"providers\": [\"xds\"],\n    \"profile\": {\n      \"full_name\": \"SAMUEL OLAMIDE\",\n      \"dob\": \"26-06-2020\",\n      \"address_history\": [\n        {\n          \"address\": \"8 Professor Gabriel Olusanya St, Lekki, Lagos\",\n          \"type\": \"Residential\",\n          \"date_reported\": \"18-12-2019\"\n        },\n        {\n          \"address\": \"8 Professor Gabriel Olusanya St, Lekki, Lagos\",\n          \"type\": \"Residential\",\n          \"date_reported\": \"17-01-2020\"\n        }\n      ],\n      \"email_addresses\": [\"samuel@neem.com\"],\n      \"phone_numbers\": [\"08082838487\"],\n      \"gender\": \"male\",\n      \"identifications\": [\n        {\n          \"type\": \"BVN\",\n          \"no\": \"1223345533454\"\n        },\n        {\n          \"type\": \"NIN\",\n          \"no\": \"\"\n        },\n        {\n          \"type\": \"PENCOM\",\n          \"no\": \"\"\n        }\n      ]\n    },\n    \"credit_history\": [\n      {\n        \"institution\": \"GUARANTY TRUST BANK PLC\",\n        \"history\": [\n          {\n            \"date_opened\": \"30-06-2022\",\n            \"opening_balance\": 0,\n            \"currency\": \"NGN\",\n            \"performance_status\": \"performing\",\n            \"tenor\": 0,\n            \"closed_date\": \"21-06-2022\",\n            \"loan_status\": \"open\",\n            \"repayment_frequency\": \"monthly\",\n            \"repayment_amount\": 23000000,\n            \"repayment_schedule\": [\n              {\n                \"date\": \"06-2022\",\n                \"status\": \"pending\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}\n"}],"_postman_id":"99265f9a-b9f0-44b0-9695-1522c33b8363"},{"name":"Mashup","id":"8d459ddb-8038-4fc8-94c2-fd40b75848ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"mono-sec-key","value":"test-key-124","type":"text"}],"url":"https://api.withmono.com/v3/lookup/mashup","description":"<p>This resource allows you to verify the NIN, BVN and date of birth of your user in one API call for KYC.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","mashup"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"b0acc3ad-d578-4569-8d2e-a11169103531","name":"Mashup","originalRequest":{"method":"POST","header":[],"url":"https://api.withmono.com/v3/lookup/mashup"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"successful\",\n  \"message\": \"Lookup Successful\",\n  \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n  \"data\": {\n    \"personal_information\": {\n      \"title\": \"Mr\",\n      \"first_name\": \"Foo\",\n      \"middle_name\": \"\",\n      \"surname\": \"Bar\",\n      \"gender\": \"Male\",\n      \"dob\": \"1906-09-05\",\n      \"birth_date\": \"1990-01-01\",\n      \"birth_country\": \"Nigeria\",\n      \"birth_state\": \"Lagos\",\n      \"birth_lga\": \"Lagos Mainland\",\n      \"marital_status\": \"Single\",\n      \"email\": \"foobar@gmail.com\",\n      \"telephone_no\": \"08057431234\",\n      \"occupation\": \"Engineer\",\n      \"lga_of_origin\": \"Abeokuta South\",\n      \"state_of_origin\": \"Ogun State\",\n      \"watch_listed\": false\n    },\n    \"identification_numbers\": {\n      \"nin\": \"0000000000\",\n      \"bvn\": \"0000000000\",\n    },\n    \"residence_information\": {\n      \"address\": \"2A Musa Ade Street\",\n      \"town\": \"Ogba\",\n      \"lga\": \"Ikeja\",\n      \"state\": \"Lagos State\",\n      \"residence_status\": \"Birth\"\n    },\n    \"biometrics\": {\n      \"photo\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/pYH//Z\",\n    }\n  }\n}\n"}],"_postman_id":"8d459ddb-8038-4fc8-94c2-fd40b75848ae"},{"name":"Bank Listing (NIP)","id":"d48776ce-8da5-4499-a689-c2c81ffe7feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.withmono.com/v3/lookup/banks","description":"<p>This resource returns NIP supported bank coverage.</p>\n","urlObject":{"protocol":"https","path":["v3","lookup","banks"],"host":["api","withmono","com"],"query":[],"variable":[]}},"response":[{"id":"76004f8c-f3fb-4149-aa4e-b6e49cdff965","name":"Bank Listing (NIP)","originalRequest":{"method":"GET","header":[{"key":"mono-sec-key","value":"test-key_124","type":"text"}]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"successful\",\n    \"message\": \"Lookup Successful\",\n    \"timestamp\": \"2024-02-28T15:00:20.917Z\",\n    \"data\": {\n        \"banks\": [\n            {\n                \"name\": \"NIBSS\",\n                \"bank_code\": \"999\",\n                \"nip_code\": \"999999\"\n            },\n            {\n                \"name\": \"CBN\",\n                \"bank_code\": \"001\",\n                \"nip_code\": \"000028\"\n            },\n            {\n                \"name\": \"ACCESS BANK PLC\",\n                \"bank_code\": \"044\",\n                \"nip_code\": \"000014\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"d48776ce-8da5-4499-a689-c2c81ffe7feb"}]}