{"info":{"_postman_id":"1787ec03-9e14-4a92-bd65-7e8b0e200cea","name":"Tartan Verification API Suite","description":"<html><head></head><body><p>This API documentation is designed to guide you through the integration of Tartan’s verification API suite into your application. We'll begin with a brief overview of Tartan and its robust KYC API platform.</p>\n<p>Tartan is a full-stack verification and Payroll connectivity API company, facilitating consent-driven real-time identity, employment, income, and business verification.</p>\n<p>Our platform empowers clients to swiftly onboard and verify their customers and partners, while effectively reducing fraud risks.</p>\n<p>We provide services across a diverse range of sectors, including Banking/BFSI, Employee Verification, Social Networks, E-commerce, Logistics, and Gaming, accommodating businesses of all sizes, from startups to large enterprises.</p>\n<p>Built on REST architecture, the Tartan API framework supports standard HTTP response codes and authentication. It accepts JSON-encoded request bodies and returns JSON-encoded responses.</p>\n<h1 id=\"index\"><strong>Index</strong></h1>\n<p>For easy navigation, we have organized our APIs into the following sections.</p>\n<ol>\n<li><p>Authentication</p>\n</li>\n<li><p>Income Verification</p>\n</li>\n<li><p>Financial &amp; Credit</p>\n</li>\n<li><p>Identity &amp; Personal</p>\n</li>\n<li><p>Address Enrichment</p>\n</li>\n<li><p>Employment Details</p>\n</li>\n<li><p>Business Details</p>\n</li>\n<li><p>Contact Validation</p>\n</li>\n<li><p>Vehicle Details</p>\n</li>\n<li><p>Legal Verification</p>\n</li>\n<li><p>Utility</p>\n</li>\n</ol>\n<h1 id=\"base-url\"><strong>BASE URL</strong></h1>\n<p>The BASE URL for accessing the API documentation is as below:<br>production : <a href=\"https://api-prod.tartanhq.com/\">https://api-ext-prod.tartanhq.com</a></p>\n<h1 id=\"response-codes\">Response codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Code</strong></th>\n<th><strong>Message</strong></th>\n<th><strong>Action</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n<td>NA</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Invalid request - missing parameters</td>\n<td>Please check API response for missing parameters.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Access denied</td>\n<td>Make sure you have entered your API token correctly. If issue persists then reach out to your account manager</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Access forbidden</td>\n<td>Client does not have the necessary permissions for the resource. Please reach out to your account manager</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n<td>The server encountered an error. Please, try again</td>\n</tr>\n<tr>\n<td>502</td>\n<td>Bad gateway error</td>\n<td>The server has received an invalid response. Please, try again</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service unavailable</td>\n<td>The server is currently unable to handle your request due to a temporary overloading or maintenance of the server. Please, try again.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"tech-support-desk\">Tech Support Desk</h1>\n<p>Please contact us if you have any questions, require clarification, or have any suggestions/feedback for improving any services or making the documents better.</p>\n<p>You can reach out to us at <a href=\"https://verification.support@tartanhq.com\">support team</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Index","slug":"index"},{"content":"BASE URL","slug":"base-url"},{"content":"Response codes","slug":"response-codes"},{"content":"Tech Support Desk","slug":"tech-support-desk"}],"owner":"23515294","collectionId":"1787ec03-9e14-4a92-bd65-7e8b0e200cea","publishedId":"2sAYQdkVjg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-23T06:51:25.000Z"},"item":[{"name":"1. Authentication","item":[{"name":"authenticate","id":"8f81556e-7a64-4b16-9f8c-249d2ec446c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n   \"username\": \"{{userName}}\",\n   \"password\" : \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/auth/v1/authenticate","description":"<h3 id=\"generate-x-api-key\">Generate x-api-key</h3>\n<ol>\n<li><p>Go to <a href=\"https://console.tartanhq.com/signup\">https://console.tartanhq.com/signup</a></p>\n</li>\n<li><p>You will receive your account details in your mail</p>\n</li>\n<li><p>Sign in using the password received</p>\n</li>\n<li><p>Move to production from the dashboard</p>\n</li>\n<li><p>Go to <code>Tartan Wiki</code> =&gt; <code>API Docs</code> =&gt; click <code>Generate API key</code></p>\n</li>\n<li><p>Generate and use Testing <code>API KEY</code> for Testing Mode</p>\n</li>\n<li><p>Generate and use Production <code>API KEY</code> for Production Mode</p>\n</li>\n<li><p>Use authentication token to generate Bearer token</p>\n</li>\n</ol>\n<h3 id=\"request\">Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">curl --request POST \\\n  --url https://api-ext-prod.tartanhq.com/aphrodite/api/auth/v1/authenticate \\\n  --header 'Content-Type: application/json' \\\n  --header 'x-api-key: {your key}' \\\n  --data '{\n   \"username\": \"{{userName}}\",           \n   \"password\" : \"{{password}}\"           \n}'\n\n</code></pre>\n<h3 id=\"response-details\"><strong>Response Details</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>200</strong></td>\n<td>Request was successful.</td>\n</tr>\n<tr>\n<td><strong>401</strong></td>\n<td>Wrong login credentials.</td>\n</tr>\n<tr>\n<td><strong>403</strong></td>\n<td>Forbidden (When API Key is missing or Credit expiry)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["aphrodite","api","auth","v1","authenticate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6fd3a32f-758a-4933-83a9-68fbfc464a61","name":"authenticate","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n   \"username\": \"{{userName}}\",\n   \"password\" : \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/auth/v1/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"{{token}}\"\n}"},{"id":"5b308f93-00f7-4701-b65f-13019856eae6","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n   \"user\": \"{{userName}}\",     // Invalid filed Names\n   \"pass\" : \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/auth/v1/authenticate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"password\": \"must not be blank\",\n    \"username\": \"must not be blank\"\n}"},{"id":"1c122bc3-23e3-4032-a4d6-f4d323acedff","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n   \"username\": \"{{userName}}\",\n   \"password\" : \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/auth/v1/authenticate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Wrong login Credentials\"\n}"},{"id":"75c7ac8e-1677-441e-b17a-4890fc04e816","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","disabled":true}],"body":{"mode":"raw","raw":"{\n   \"username\": \"{{userName}}\",\n   \"password\" : \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/auth/v1/authenticate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Forbidden\"\n}"}],"_postman_id":"8f81556e-7a64-4b16-9f8c-249d2ec446c0"}],"id":"c5650947-2c0d-4a16-8a3b-21ecabf48f12","description":"<h2 id=\"quickstart\">Quickstart</h2>\n<p>The <code>Tartan APIs</code> are built on RESTful principles. All request and response payloads are encoded in JSON. For security purposes, all requests must be sent via <code>https</code>.</p>\n<p>BaseURL : <a href=\"https://api-ext-prod.tartanhq.com/\">https://api-ext-prod.tartanhq.com</a></p>\n","_postman_id":"c5650947-2c0d-4a16-8a3b-21ecabf48f12"},{"name":"2. Income Verification","item":[{"name":"Intelligent Payslip OCR","item":[{"name":"create link","event":[{"listen":"test","script":{"id":"d4795eb0-486c-428d-9f6a-c971207f2316","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"endUserToken\", jsonData.token);","postman.setEnvironmentVariable(\"Id\",jsonData.id)"],"type":"text/javascript","packages":{}}}],"id":"af257348-ff68-494d-9925-391e191ab5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"companyName\":\"XYZ Company Name\",\n    \"applicationId\": \"test123\",\n    \"mode\":\"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/intelligent-ocr","description":"<p>This API is used to generate an authentication token.</p>\n","urlObject":{"path":["aphrodite","external","v1","intelligent-ocr"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"49728153-26a2-41bc-a3ff-7689794ed209","name":"create link","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"tarran\",\n    \"phoneNumber\": \"XXXXXXXX\",\n    \"email\": \"Test@tartanhq.com\",\n    \"companyName\":\"APARAJITHA CORPORATE SERVICES PRIVATE LIMITED\",\n    \"applicationId\": \"SidiDevTest\",\n    \"mode\":\"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/intelligent-ocr","host":["{{host}}"],"path":["aphrodite","external","v1","intelligent-ocr"],"query":[{"key":"endUserId","value":"abcdefghijklmnopqrs","disabled":true},{"key":"name","value":"shriram","disabled":true},{"key":"phoneNumber","value":"919893601266","disabled":true},{"key":"email","value":"shriram.choubey07@gmail.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Jul 2024 10:52:06 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Payslip Ocr token generated successfully\",\n    \"applicationId\": \"SidiDevTest\",\n    \"id\": \"8f3f7fbe-3c5e-4f0b-8d8b-ad90a1dcdba3\",\n    \"token\": \"VcM2HUDLg1\"\n}"}],"_postman_id":"af257348-ff68-494d-9925-391e191ab5ba"},{"name":"isPayslip","id":"54589ef3-4161-42c7-9a8e-32e3b407776c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"token","value":"{{endUserToken}}","type":"text"},{"key":"payslip","type":"file","value":null},{"key":"contentType","value":"application/pdf","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"{{host}}/aphrodite/api/payslip/v1/isPayslip","description":"<p>This API validates whether the uploaded document is a payslip or not.</p>\n","urlObject":{"path":["aphrodite","api","payslip","v1","isPayslip"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2e91dda6-d328-48c6-9f10-d0aa63db7129","name":"isPayslip","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"token","value":"{{endUserToken}}","type":"text"},{"key":"payslip","type":"file","value":null},{"key":"contentType","value":"application/pdf","type":"text"},{"key":"contentType","value":"image/jpeg","type":"text","disabled":true}]},"url":"{{host}}/aphrodite/api/payslip/v1/isPayslip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Jul 2024 10:52:15 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"confidence\": 99,\n    \"fileUploaded\": true,\n    \"payslip\": true,\n    \"blur\": false\n}"}],"_postman_id":"54589ef3-4161-42c7-9a8e-32e3b407776c"},{"name":"payslipClassifications","id":"af34dfb8-ec55-4338-92fd-c5b8b59865ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\",\n    \"payslipClassificationList\": [\n        {\n            \"score\": 99,\n            \"isBlur\": false,\n            \"name\": \"20143 (1) (1) (1) (1).pdf\",\n            \"payslip\": true\n        },\n        {\n            \"score\": 99,\n            \"isBlur\": false,\n            \"name\": \"400405819426 - FOUR ACES FASHION HOUSE PRIVATE LIMITED - salaryslip.pdf\",\n            \"payslip\": true\n        },\n        {\n            \"score\": 99,\n            \"isBlur\": false,\n            \"name\": \"ADV IT-PaySlip -Oct-2023X.pdf\",\n            \"payslip\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/payslip/v1/payslipClassifications","description":"<p>This API checks and classifies uploaded documents to determine if they are payslips. It provides a confidence score, blur detection, and a boolean flag indicating whether the document is identified as a payslip.</p>\n","urlObject":{"path":["aphrodite","api","payslip","v1","payslipClassifications"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af34dfb8-ec55-4338-92fd-c5b8b59865ab"},{"name":"process-payslips","id":"234d8374-b8ae-44a6-bc69-840fd0105684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\",\n    \"companyId\":\"xyz_technologies_private_limited\",\n    \"companyName\": \"XYZ Company name\",\n    \"files\": [\n        {\n            \"filename\": \"Test-1.pdf\",\n            \"contentType\": \"application/pdf\"\n        }\n    ]\n}\n"},"url":"{{host}}/aphrodite/api/payslip/v1/process-payslips","description":"<p>This API checks and processes the uploaded payslip.</p>\n","urlObject":{"path":["aphrodite","api","payslip","v1","process-payslips"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b32a2f27-5883-450c-9312-a52dfab83f87","name":"process-payslips","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\",\n    \"companyName\": \"APARAJITHA CORPORATE SERVICES PRIVATE LIMITED\",\n    \"files\": [\n        {\n            \"filename\": \"Payslip_7590_Sep_2023.pdf\",\n            \"password\": \"\",\n            \"contentType\":\"application/pdf\"\n        }\n    ]\n}\n"},"url":"{{host}}/aphrodite/api/payslip/v1/process-payslips"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 01 Jul 2024 10:52:31 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successfully processed data\"\n}"}],"_postman_id":"234d8374-b8ae-44a6-bc69-840fd0105684"},{"name":"is Mismatch (get Status)","id":"10b8b873-3bfc-498d-995c-b84416af3415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/payslip/v1/isMismatch","description":"<p>This API polls the status of the process to determine whether it was successful or failed.</p>\n","urlObject":{"path":["aphrodite","api","payslip","v1","isMismatch"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3e827592-acf5-4967-b0ac-5dba57e4a505","name":"is Mismatch Copy","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*","disabled":true},{"key":"accept-language","value":"en-GB,en-US;q=0.9,en;q=0.8,gu;q=0.7","disabled":true},{"key":"content-type","value":"application/json","disabled":true},{"key":"origin","value":"https://wanda-dev.tartanhq.com","disabled":true},{"key":"priority","value":"u=1, i","disabled":true},{"key":"referer","value":"https://wanda-dev.tartanhq.com/","disabled":true},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"125\", \"Chromium\";v=\"125\", \"Not.A/Brand\";v=\"24\"","disabled":true},{"key":"sec-ch-ua-mobile","value":"?0","disabled":true},{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true},{"key":"sec-fetch-dest","value":"empty","disabled":true},{"key":"sec-fetch-mode","value":"cors","disabled":true},{"key":"sec-fetch-site","value":"same-site","disabled":true},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36","disabled":true},{"key":"x-api-key","value":"LiTHO7PPfE1J0ReqBt7zP2wARtlu60G2RFEX59m3","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/payslip/v1/isMismatch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 11 Jun 2024 06:37:36 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Nanonet extraction has failed, will be processed manually;PROCESSING_COMPLETED\",\n    \"code\": 200,\n    \"payslipCheckResults\": {}\n}"},{"id":"e417e642-3889-4444-84bf-d9ce39d0990c","name":"is Mismatch Copy","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*","disabled":true},{"key":"accept-language","value":"en-GB,en-US;q=0.9,en;q=0.8,gu;q=0.7","disabled":true},{"key":"content-type","value":"application/json","disabled":true},{"key":"origin","value":"https://wanda-dev.tartanhq.com","disabled":true},{"key":"priority","value":"u=1, i","disabled":true},{"key":"referer","value":"https://wanda-dev.tartanhq.com/","disabled":true},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"125\", \"Chromium\";v=\"125\", \"Not.A/Brand\";v=\"24\"","disabled":true},{"key":"sec-ch-ua-mobile","value":"?0","disabled":true},{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true},{"key":"sec-fetch-dest","value":"empty","disabled":true},{"key":"sec-fetch-mode","value":"cors","disabled":true},{"key":"sec-fetch-site","value":"same-site","disabled":true},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36","disabled":true},{"key":"x-api-key","value":"LiTHO7PPfE1J0ReqBt7zP2wARtlu60G2RFEX59m3","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/payslip/v1/isMismatch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 11 Jun 2024 07:19:02 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Processing\",\n    \"code\": -1,\n    \"payslipCheckResults\": null\n}"},{"id":"af274980-0dca-4b53-9dc9-68fa9ef02a29","name":"is Mismatch Copy 2","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*","disabled":true},{"key":"accept-language","value":"en-GB,en-US;q=0.9,en;q=0.8,gu;q=0.7","disabled":true},{"key":"content-type","value":"application/json","disabled":true},{"key":"origin","value":"https://wanda-dev.tartanhq.com","disabled":true},{"key":"priority","value":"u=1, i","disabled":true},{"key":"referer","value":"https://wanda-dev.tartanhq.com/","disabled":true},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"125\", \"Chromium\";v=\"125\", \"Not.A/Brand\";v=\"24\"","disabled":true},{"key":"sec-ch-ua-mobile","value":"?0","disabled":true},{"key":"sec-ch-ua-platform","value":"\"macOS\"","disabled":true},{"key":"sec-fetch-dest","value":"empty","disabled":true},{"key":"sec-fetch-mode","value":"cors","disabled":true},{"key":"sec-fetch-site","value":"same-site","disabled":true},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36","disabled":true},{"key":"x-api-key","value":"LiTHO7PPfE1J0ReqBt7zP2wARtlu60G2RFEX59m3","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{endUserToken}}\",\n    \"files\":[\"1419404535161041A_0001.jpg\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/payslip/v1/isMismatch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 03 Jul 2024 03:09:53 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Payslip date out of range for 2 payslip(s);PROCESSING_COMPLETED\",\n    \"code\": 200,\n    \"payslipCheckResults\": {}\n}"}],"_postman_id":"10b8b873-3bfc-498d-995c-b84416af3415"},{"name":"GET Payslip Data API","event":[{"listen":"test","script":{"exec":["let jsonData = pm.response.json();","","jsonData = clearBlankValues(jsonData);","console.log(JSON.stringify(jsonData));","","function clearBlankValues(obj) {","  const keys = Object.keys(obj);  ","  for(let i = 0; i < keys.length; i++) {","    const key = keys[i];","    const param = obj[key]","    if(!param) {","      delete obj[key];","    }","    else if (typeof param === 'object') {","      if(Object.keys(param).length) {","        clearBlankValues(param);","      }","      else {","        delete obj[key];","      }","    }","    else if (typeof param === 'array') {","      if(!param.length){","        delete obj[key]","      }","      else {","        param.forEach(value, index => {","          if(typeof value === 'object'){","            if(Object.keys(value).length){","              value = clearBlankValues(value);","            }","          }","        })","        for(let index = 0; index < param.length; index++) {","          if(typeof param[index] === 'object'){","            clearBlankValues(param[index]);","          }","        }","      }","    }","  }","","  return obj;","}","const expresponse = {","    \"customerSummary\": {","        \"extractedName\": \"Manas Mallik\",","        \"designation\": \"Product\",","        \"employer\": \"TARTANHQ GREYTHR\",","        \"employeeId\": \"5\",","        \"annualGrossIncome\": 283334,","        \"employementStatus\": \"Active\",","        \"noticePeriodStatus\": \"Not in Notice Period\"","    },","    \"personalDetails\": {","        \"extractedName\": \"Manas Mallik\",","        \"phoneNumber\": \"8970393071\",","        \"fatherName\": \"Ritesh Mallik\",","        \"bloodGroup\": \"A +ve\",","        \"dob\": \"1983-06-08\",","        \"uan\": \"875643567890\",","        \"aadhaar\": \"************\",","        \"martialStatus\": \"Married\",","        \"spouse\": \"Shilpa Mallik\",","        \"dateOfAniversary\": \"2006-04-11\",","        \"highestEducation\": \"B.E\",","        \"contactAddress\": \"Sadashiva Nagar Armane Nagar  Banglore Karnataka India\",","        \"emergencyAddress\": \"Sadashiva Nagar Armane Nagar  Banglore Karnataka India 560080\",","        \"presentAddress\": \"Sadashiva Nagar Armane Nagar  Banglore Karnataka India 560080\",","        \"presentAddressCity\": \"Bangalore\",","        \"presentAddressState\": \"Karnataka\",","        \"presentAddressPincode\": 560080,","        \"permanentAddress\": \"Yarana Nagar Luknow  Luknow Uttar Pradesh India 226001\",","        \"nationality\": \"Indian\",","        \"religion\": \"Hindu\",","        \"birthPlace\": \"Lukhnow\",","        \"isDisable\": \"No\"","    },","    \"workProfile\": {","        \"employer\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",","        \"employeeId\": \"5\",","        \"designation\": \"CTO\",","        \"workEmail\": \"manas@tartanhq.com\",","        \"doj\": \"2021-06-01\",","        \"department\": \"Technology\",","        \"managerName\": \"Meet Semlani\",","        \"pfAccNum\": \"CF/GHK/6789876/546/5789800\",","        \"pfUAN\": \"875643567890\",","        \"employerStatus\": \"ACTIVE\",","        \"employerExistence\": \"YES\",","        \"employementStatus\": \"Full-Time\",","        \"noticePeriodStatus\": \"Not in Notice Period\",","        \"internationalEmployee\": \"No\"","    },","    \"bankDetails\": {","        \"bankAccountNumber\": \"576870980\",","        \"bankName\": \"HDFC Bank\",","        \"ifscCode\": \"HDFC000001\",","        \"branchName\": \"Tulsaini Branch\",","        \"bankAccType\": \"Saving\",","        \"accountHolderName\": \"Manas Mallik\",","        \"accountOpType\": \"Bank Transfer\"","    },","    \"incomeDetails\": {","        \"ytdTotalEarnings\": 850002,","        \"ytdTotalDeduction\": 234116,","        \"incomes\": [","            {","                \"year\": 2022,","                \"month\": \"Sep\",","                \"basic\": 56667,","                \"hra\": 22667,","                \"otherAllowance\": 1600,","                \"medicalAllowance\": 1250,","                \"specialAllowance\": 59483,","                \"totalEarnings\": 141667,","                \"otherDeductions\": 25134,","                \"totalDeductions\": 49797,","                \"netPay\": 91870,","                \"paidDays\": 30,","                \"gratuity\": 163462,","                \"gratuityStatus\": \"INDICATIVE\",","                \"tds\": 24663","            },","            {","                \"year\": 2022,","                \"month\": \"Aug\",","                \"basic\": 56667,","                \"hra\": 22667,","                \"otherAllowance\": 1600,","                \"medicalAllowance\": 1250,","                \"specialAllowance\": 59483,","                \"totalEarnings\": 141667,","                \"otherDeductions\": 33800,","                \"totalDeductions\": 58464,","                \"netPay\": 83203,","                \"paidDays\": 31,","                \"gratuity\": 163462,","                \"gratuityStatus\": \"INDICATIVE\",","                \"tds\": 24664","            },","            {","                \"year\": 2022,","                \"month\": \"Jul\",","                \"basic\": 56667,","                \"hra\": 22667,","                \"otherAllowance\": 1600,","                \"medicalAllowance\": 1250,","                \"specialAllowance\": 59483,","                \"totalEarnings\": 141667,","                \"otherDeductions\": 6800,","                \"totalDeductions\": 31463,","                \"netPay\": 110204,","                \"paidDays\": 31,","                \"gratuity\": 163462,","                \"gratuityStatus\": \"INDICATIVE\",","                \"tds\": 24663","            }","        ]","    },","    \"careerDetails\": {","        \"yearsHighestEducation\": \"1994-1998\",","        \"jobLocation\": \"Bangalore\"","    },","    \"otherDetails\": {},","    \"endUserId\": \"Jagstest\",","    \"submittedDate\": 1664746210765,","    \"updatedDate\": 1664746269333,","    \"compType\": \"SALARIED\"","}","delete jsonData.endUserId;","delete expresponse.endUserId;","","delete jsonData.submittedDate;","delete expresponse.submittedDate;","","delete jsonData.updatedDate;","delete expresponse.updatedDate;","","delete jsonData.companyAge;","delete expresponse.companyAge;","","function objectsAreEqual(a, b) {","    var aProps = Object.getOwnPropertyNames(a);","    var bProps = Object.getOwnPropertyNames(b);","","    for (var i = 0; i < aProps.length; i++) {","        var propName = aProps[i];","","        if (typeof a[propName] === 'object') {","            if (!objectsAreEqual(a[propName], b[propName])) {","                console.log(propName);","                return false;","            }","        } else if (a[propName] !== b[propName]) {","            console.log(propName)","            return false;","        }","    }","","    return true;","}","","pm.test(\"Response matches expected response\", function () {","    pm.expect(objectsAreEqual(expresponse, jsonData)).to.be.true;","});",""],"type":"text/javascript","packages":{},"id":"b5726f47-1ba6-4c36-b11a-3683c5770e87"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"d5b10dca-8d92-4b8b-a1ea-009f16773294"}}],"id":"1359dee7-5514-4dfc-bdc8-c4a0e720c750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/api/dashboard/v1/application/{{Id}}","description":"<p>This API provides the data extracted from the analyzed payslip.</p>\n","urlObject":{"path":["aphrodite","api","dashboard","v1","application","{{Id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"37e1dc86-0b8d-4d26-b0df-55aed489bcf6","name":"GET Payslip Data API","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","disabled":true},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/aphrodite/api/dashboard/v1/application/{{Id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 03 Jul 2024 06:40:34 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerSummary\": {\n        \"name\": \"tarran\",\n        \"extractedName\": \"Dheenadayalan R\",\n        \"designation\": \"EXECUTIVE\",\n        \"employer\": \"ANNORA PHARMA PRIVATE LIMITED\",\n        \"employeeId\": \"22100486\",\n        \"age\": null,\n        \"workAddress\": \"ANNORA PHARMA PRIVATE LIMITED, SY NO: 241, ANARAM VILLAGE GUMMADIDALA MANDAL, SANGAREDDY DISTRICT,TELANGANA, 502 313.\",\n        \"avgNetMonthlyIncome\": null,\n        \"annualIncome\": null,\n        \"annualGrossIncome\": null,\n        \"employementStatus\": null,\n        \"noticePeriodStatus\": null\n    },\n    \"personalDetails\": {\n        \"extractedName\": \"Dheenadayalan R\",\n        \"phoneNumber\": null,\n        \"mobilePhoneCountryCode\": null,\n        \"fatherName\": null,\n        \"officialcontactMobile\": null,\n        \"bloodGroup\": null,\n        \"inProbation\": null,\n        \"gender\": null,\n        \"dob\": null,\n        \"age\": null,\n        \"pan\": \"BNMPD0670F\",\n        \"gstin\": null,\n        \"pen\": null,\n        \"uan\": \"100136633135\",\n        \"pf\": null,\n        \"esic\": null,\n        \"aadhaar\": null,\n        \"passport\": null,\n        \"maritalStatus\": null,\n        \"spouse\": null,\n        \"dateOfAnniversary\": null,\n        \"familyMembers\": null,\n        \"houseType\": null,\n        \"homeAddress\": null,\n        \"personalEmail\": null,\n        \"graduation\": null,\n        \"highestEducation\": null,\n        \"insuranceCovered\": null,\n        \"contactAddress\": null,\n        \"emergencyContactPerson\": null,\n        \"emergencyContactNumber\": null,\n        \"emergencyAddress\": null,\n        \"spouseAddress\": null,\n        \"presentAddress\": null,\n        \"presentAddressCity\": null,\n        \"presentAddressState\": null,\n        \"presentAddressPincode\": null,\n        \"permanentAddress\": null,\n        \"permanentAddressCountry\": null,\n        \"permanentAddressState\": null,\n        \"permanentAddressCity\": null,\n        \"permanentAddressPincode\": null,\n        \"nationality\": null,\n        \"maidenName\": null,\n        \"religion\": null,\n        \"category\": null,\n        \"birthPlace\": null,\n        \"countryOfBirth\": null,\n        \"stateOfBirth\": null,\n        \"linkedin\": null,\n        \"facebook\": null,\n        \"twitter\": null,\n        \"isDisable\": null,\n        \"disabilityType\": null,\n        \"personalMobile\": null,\n        \"panAadharLinkage\": null,\n        \"identificationMark\": null,\n        \"taxIdentificationNo\": null,\n        \"motherTongue\": null,\n        \"landline\": null\n    },\n    \"workProfile\": {\n        \"employer\": \"APARAJITHA CORPORATE SERVICES PVT LTD\",\n        \"employeeId\": \"22100486\",\n        \"employmentType\": null,\n        \"designation\": \"EXECUTIVE\",\n        \"workAddress\": \"ANNORA PHARMA PRIVATE LIMITED, SY NO: 241, ANARAM VILLAGE GUMMADIDALA MANDAL, SANGAREDDY DISTRICT,TELANGANA, 502 313.\",\n        \"jobCity\": null,\n        \"workEmail\": null,\n        \"doj\": null,\n        \"department\": \"QUALITY CONTROL\",\n        \"subDepartment\": null,\n        \"managerName\": null,\n        \"managerNameSecond\": null,\n        \"prevEmployer\": null,\n        \"promotionDate\": null,\n        \"insuranceCovered\": null,\n        \"pfAccNum\": \"100358266567\",\n        \"pfUAN\": \"100352866567\",\n        \"employerStatus\": null,\n        \"employerExistence\": null,\n        \"employementStatus\": null,\n        \"noticePeriodStatus\": null,\n        \"division\": null,\n        \"grade\": null,\n        \"internationalEmployee\": null,\n        \"timeType\": null,\n        \"rating\": null,\n        \"jobCompletionRate\": null,\n        \"hireRate\": null,\n        \"onTime\": null,\n        \"onBudget\": null,\n        \"overallJobs\": null,\n        \"confirmationPeriod\": null,\n        \"incrementDate\": null,\n        \"cinNumber\": \"U74910TN2000PTC046218\",\n        \"dateOfIncorporation\": \"30 November 2000\",\n        \"companyAge\": \"22 years, 6 month, 22 days\",\n        \"addressOnMCA\": \"No. 5A, Rathinasamy Nadar Road, Bibikulam, Madurai TN 625002 IN\",\n        \"scrapingStatus\": null,\n        \"classOfCompany\": \"Private\",\n        \"pincode\": \"625002\",\n        \"city\": null,\n        \"state\": null,\n        \"region\": null,\n        \"directors\": [\n            \"KUNISETTY VENKATA RAMAKRISHNA\",\n            \"KRISHNAN NAGARAJ\",\n            \"RAMANANDARAO VENKATA KUCHIMANCHI\",\n            \"YOGESH BHURA\"\n        ],\n        \"officeLandline\": null,\n        \"officeExtension\": null,\n        \"dojDepartment\": null,\n        \"dateOfResignation\": null,\n        \"lastWorkingDay\": null,\n        \"reasonForResignation\": null,\n        \"dateOfProbation\": null,\n        \"noticePeriod\": null,\n        \"totalExperience\": null,\n        \"matrixManager\": null,\n        \"workPermitID\": null,\n        \"workPermitExpiry\": null,\n        \"tenure\": null,\n        \"dateOfConfirmation\": null,\n        \"dateOfExit\": null,\n        \"dateOfSuperannuation\": null,\n        \"reEmployed\": null,\n        \"oldEmployeeCode\": null,\n        \"separationType\": null,\n        \"costCentre\": null,\n        \"probationPeriod\": null,\n        \"probationStatus\": null\n    },\n    \"bankDetails\": {\n        \"bankAccountNumber\": \"20136132478\",\n        \"bankName\": null,\n        \"ifscCode\": null,\n        \"branchName\": null,\n        \"accountType\": null,\n        \"bankBranch\": null,\n        \"bankAddress\": null,\n        \"bankState\": null,\n        \"bankCity\": null,\n        \"bankCentre\": null,\n        \"bankDistrict\": null,\n        \"bankAccType\": null,\n        \"paymentMode\": null,\n        \"accountHolderName\": null,\n        \"accountOpType\": null\n    },\n    \"incomeDetails\": {\n        \"avgGrossMonthlyIncome\": null,\n        \"avgNetMonthlyIncome\": null,\n        \"grossAnuallyIncome\": null,\n        \"netAnnualIncome\": null,\n        \"ytdTotalEarnings\": null,\n        \"ytdTotalDeduction\": null,\n        \"overallEarning\": null,\n        \"incomes\": [\n            {\n                \"year\": 2023,\n                \"month\": \"Sep\",\n                \"basic\": 62500,\n                \"hra\": 31250,\n                \"otherAllowance\": 24750,\n                \"totalEarnings\": 118500,\n                \"totalDeductions\": 2925,\n                \"netPay\": 115575,\n                \"professionalTax\": 0,\n                \"tds\": 1125,\n                \"pfDeductions\": 1800\n            },\n            {\n                \"year\": 2021,\n                \"month\": \"Jan\",\n                \"basic\": 14842,\n                \"hra\": 9894,\n                \"otherAllowance\": 7382,\n                \"totalEarnings\": 32118,\n                \"otherDeductions\": 1698,\n                \"totalDeductions\": 3680,\n                \"netPay\": 28438,\n                \"professionalTax\": 200,\n                \"pfDeductions\": 1782,\n                \"esiDeductions\": 0\n            }\n        ]\n    },\n    \"careerDetails\": {\n        \"prevRating\": null,\n        \"prevPromotionDate\": null,\n        \"prevRole\": null,\n        \"currentCompensationYears\": null,\n        \"yearsHighestEducation\": null,\n        \"yearsGraduation\": null,\n        \"yearsCurrentRole\": null,\n        \"jobLocation\": null,\n        \"retirementDate\": null\n    },\n    \"otherDetails\": {\n        \"esop\": null,\n        \"carAllowance\": null,\n        \"telephoneAllowance\": null,\n        \"houseLoans\": null,\n        \"persLoans\": null,\n        \"insuranceCovered\": null,\n        \"otherBenefits\": null,\n        \"holidayHomeUtilization\": null,\n        \"leavesAvailed\": null,\n        \"leavesAvailable\": null,\n        \"annualLeaves\": null,\n        \"leaveType\": null\n    },\n    \"panValidatedResponse\": {\n        \"pan\": \"BNMPD0670F\",\n        \"maskedAadhaar\": \"XXXXXXXX0526\",\n        \"lastFourDigitAadhaar\": \"0526\",\n        \"typeOfHolder\": \"Individual or Person\",\n        \"name\": \"RAMAKRISHNAN  DHEENADAYALAN\",\n        \"firstName\": \"RAMAKRISHNAN\",\n        \"lastName\": \"DHEENADAYALAN\",\n        \"gender\": \"M\",\n        \"dob\": \"1985-02-14\",\n        \"address\": \"10  Madurai South MADURAI Madurai Palace S.O 625001 Tamil Nadu\",\n        \"city\": \"Madurai Palace S.O\",\n        \"state\": \"Tamil Nadu\",\n        \"country\": \"INDIA\",\n        \"pincode\": \"625001\",\n        \"mobile\": \"9843173432\",\n        \"email\": \"dhr_daya@yahoo.co.in\",\n        \"isValid\": true,\n        \"aadhaarSeedingStatus\": true,\n        \"tax\": true\n    },\n    \"employmentData\": [\n        {\n            \"uan\": \"100136633135\",\n            \"name\": \"DHEENADAYALAN R\",\n            \"guardianName\": \"RAMAKRISHNAN V\",\n            \"establishmentName\": \"APARAJITHA CORPORATE SERVICES PRIVATE LIMITED\",\n            \"memberId\": \"MDMDU00424460001007001\",\n            \"dateOfJoining\": \"06/07/2023\",\n            \"dateOfExit\": \"07/12/2023\"\n        },\n        {\n            \"uan\": \"100136633135\",\n            \"name\": \"DHEENADAYALAN R\",\n            \"guardianName\": \"RAMAKRISHNAN V\",\n            \"establishmentName\": \"TVS SUPPLY CHAIN SOLUTIONS LIMITED\",\n            \"memberId\": \"TNMAS00606390000173323\",\n            \"dateOfJoining\": \"09/01/2023\",\n            \"dateOfExit\": \"31/05/2023\"\n        },\n        {\n            \"uan\": \"100136633135\",\n            \"name\": \"DHEENADAYALAN R\",\n            \"guardianName\": \"RAMAKRISHNAN V\",\n            \"establishmentName\": \"GRANT THORNTON ADVISORY PRIVATE LIMITED\",\n            \"memberId\": \"DLCPM00290690000011278\",\n            \"dateOfJoining\": \"28/02/2022\",\n            \"dateOfExit\": \"06/01/2023\"\n        },\n        {\n            \"uan\": \"100136633135\",\n            \"name\": \"DHEENADAYALAN R\",\n            \"guardianName\": \"RAMAKRISHNAN V\",\n            \"establishmentName\": \"SUNDARAM INDUSTRIES PRIVATE LIMITED\",\n            \"memberId\": \"MDMDU000019700A0030429\",\n            \"dateOfJoining\": \"01/09/2020\",\n            \"dateOfExit\": \"28/02/2021\"\n        },\n        {\n            \"uan\": \"100136633135\",\n            \"name\": \"DHEENADAYALAN R\",\n            \"guardianName\": \"RAMAKRISHNAN V\",\n            \"establishmentName\": \"APARAJITHA CORPORATE SERVICES PRIVATE LIMITED\",\n            \"memberId\": \"MDMDU00424460000019824\",\n            \"dateOfJoining\": \"22/02/2013\",\n            \"dateOfExit\": \"31/08/2020\"\n        }\n    ],\n    \"validations\": {\n        \"metaDataAnalysis\": [\n            {\n                \"fileName\": \"1419404535161041A_0001.jpg\",\n                \"fileType\": \"JPEG\",\n                \"fraudDetection\": false,\n                \"riskType\": \"LOW_RISK\",\n                \"conclusion\": \"No Valid PDF present for Meta Data Analysis.\"\n            },\n            {\n                \"fileName\": \"Payslip_7590_Sep_2023.pdf\",\n                \"createdDate\": \"10/10/2023 11:15:48\",\n                \"modifiedDate\": \"04/12/2023 08:56:11\",\n                \"producerOfFile\": \"OpenPDF 1.3.26\",\n                \"fileType\": \"PDF\",\n                \"fontNames\": [\n                    \"Ubuntu\"\n                ],\n                \"totalParentFonts\": 1,\n                \"fraudDetection\": true,\n                \"riskType\": \"HIGH_RISK\",\n                \"conclusion\": \"This file has been edited from the originally created file.\"\n            }\n        ],\n        \"employeeNameMatchAnalysis\": {\n            \"applicantName\": \"Dheenadayalan R\",\n            \"nameFormPAN\": \"RAMAKRISHNAN  DHEENADAYALAN\",\n            \"nameFromUAN\": \"DHEENADAYALAN R\",\n            \"officialSourceWithName\": 2,\n            \"conclusion\": \"FRAUD_NARRATIVE\"\n        },\n        \"employerNameMatchAnalysis\": {\n            \"employerNameFromApplicant\": \"APARAJITHA CORPORATE SERVICES PRIVATE LIMITED\",\n            \"employerNameFromUAN\": \"APARAJITHA CORPORATE SERVICES PRIVATE LIMITED\",\n            \"conclusion\": \"SUCCESS\"\n        },\n        \"uanPfLinkageAnalysis\": [\n            {\n                \"fileName\": \"1419404535161041A_0001.jpg\",\n                \"uanFound\": false,\n                \"pfDeductionFound\": true,\n                \"uanPfLinkageFound\": false,\n                \"conclusion\": \"MODERATE_RISK_NARRATIVE\"\n            },\n            {\n                \"fileName\": \"Payslip_7590_Sep_2023.pdf\",\n                \"uanFound\": true,\n                \"pfDeductionFound\": true,\n                \"uanPfLinkageFound\": true,\n                \"conclusion\": \"POSITIVE_NARRATIVE\"\n            }\n        ],\n        \"employmentVerificationAnalysis\": {\n            \"dateOfJoining\": \"06/07/2023\",\n            \"dateOfExit\": \"07/12/2023\",\n            \"payPeriodDate\": \"09/2023\",\n            \"conclusion\": \"EMPLOYMENT_VERIFIED\"\n        },\n        \"payslipOutOfRangeAnalysis\": {\n            \"fileNames\": [\n                \"1419404535161041A_0001.jpg\",\n                \"Payslip_7590_Sep_2023.pdf\"\n            ],\n            \"message\": \"Payslip date out of range for 2 payslip(s)\"\n        }\n    },\n    \"mismatchCheck\": {\n        \"employerMismatchConfidence\": 0,\n        \"employeeMismatchConfidence\": 0\n    },\n    \"highlights\": [\n        {\n            \"status\": \"Document modification fraud\",\n            \"description\": \"'1' file have been modified from the originally created file.\",\n            \"risk\": \"HIGH\"\n        },\n        {\n            \"status\": \"UAN <> PF linkage mismatch\",\n            \"description\": \"No UAN to PF linkage found in 1 payslips\",\n            \"risk\": \"MEDIUM\"\n        },\n        {\n            \"status\": \"Employee name mismatch\",\n            \"description\": \"Employee name mismatch found\",\n            \"risk\": \"HIGH\",\n            \"body\": [\n                {\n                    \"label\": \"Name Submitted\",\n                    \"value\": \"Dheenadayalan R\"\n                },\n                {\n                    \"label\": \"Name on PAN\",\n                    \"value\": \"RAMAKRISHNAN  DHEENADAYALAN\"\n                },\n                {\n                    \"label\": \"Name from UAN\",\n                    \"value\": \"DHEENADAYALAN R\"\n                },\n                {\n                    \"label\": \"Conclusion\",\n                    \"value\": \"Employee name mismatch found\"\n                }\n            ]\n        },\n        {\n            \"status\": \"Payslip Out of Range\",\n            \"description\": \"Payslip date out of range for 2 payslip(s)\",\n            \"risk\": \"HIGH\"\n        }\n    ],\n    \"forgeryCheck\": {\n        \"forgery\": false,\n        \"forgeryConfidence\": 0,\n        \"forgeryReason\": null\n    },\n    \"endUserId\": \"SidiDevTest\",\n    \"submittedDate\": 1719988758216,\n    \"updatedDate\": 1719988831152,\n    \"statusMessages\": [\n        \"Employee Name Mismatch Found\",\n        \"2 Payslips out of Range\",\n        \"No UAN to PF linkage found.\",\n        \"This file has been edited from the originally created file, this file has font mismatch.\"\n    ],\n    \"intelligentOcrApplicationStatus\": \"HIGH\"\n}"}],"_postman_id":"1359dee7-5514-4dfc-bdc8-c4a0e720c750"},{"name":"download payslip","id":"933e78f8-4ba5-42d9-96f7-f0b01bd50a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/aphrodite/api/dashboard/v1/download/{{Id}}?mode=PROD","description":"<p>This API allows you to download the uploaded payslip.</p>\n","urlObject":{"path":["aphrodite","api","dashboard","v1","download","{{Id}}"],"host":["{{host}}"],"query":[{"key":"mode","value":"PROD"}],"variable":[]}},"response":[{"id":"45cadbcf-0a2c-4553-9e77-acbd28ed4cdb","name":"download payslip","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/api/dashboard/v1/download/:id/payslip/:filename","host":["{{host}}"],"path":["aphrodite","api","dashboard","v1","download",":id","payslip",":filename"],"variable":[{"key":"id","value":"{{Id}}"},{"key":"filename","value":"1419404535161041A_0001.jpg"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 03 Jul 2024 03:07:38 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"filesMeta\": [\n        {\n            \"filename\": \"0f7373dc-63b8-4d7d-9a5c-5fbcc92b6e87\",\n            \"url\": \"https://dev-turkflow-temp-upload-files.s3.ap-south-1.amazonaws.com/ESQwujXLg1/1419404535161041A_0001.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240703T030738Z&X-Amz-SignedHeaders=host&X-Amz-Expires=900&X-Amz-Credential=AKIAWDQCA6LR4GM4RKYO%2F20240703%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Signature=c79473b54a7ea913d76ed48c97b700465171dac105b1017c07a27c309d7a7e39\"\n        }\n    ]\n}"}],"_postman_id":"933e78f8-4ba5-42d9-96f7-f0b01bd50a58"}],"id":"bc928382-73e6-4cc6-a392-8ed37f5d6fbb","description":"<p>Introducing Intelligent OCR, a solution designed to deliver accuracy and security in income and employment verification. This advanced OCR system incorporates sophisticated features to provide you with 40+ data points around income &amp; employment along with the risk associated with the payslip, which can help you make astute decisions about your end users and ensures the highest level of reliability and trustworthiness in the data extraction process.</p>\n<h2 id=\"key-features\">Key Features:</h2>\n<ul>\n<li><p><strong>Fraud Detection :</strong> Our Intelligent OCR is equipped with fraud detection that identifies and flags potential discrepancies and fraudulent activities, ensuring the authenticity of the uploaded payslips.</p>\n</li>\n<li><p><strong>PAN and UAN Validation :</strong> To enhance data reliability, we have integrated PAN (Permanent Account Number) and UAN (Universal Account Number) validation. This cross-verification with essential identifiers adds an extra layer of credibility to the verification process.</p>\n</li>\n<li><p><strong>Comprehensive Data Checks :</strong> The Intelligent OCR performs multiple checks on the payslip data, including employment verification, anomaly detection, and cross-referencing with PAN and UAN. These checks ensure the highest level of accuracy and integrity.</p>\n</li>\n<li><p><strong>Standardized Data Output :</strong> Despite the diversity in payslip formats, our Intelligent OCR delivers all extracted data in a uniform, standardized format. This consistency helps streamline your decision-making process and ensures seamless integration with your existing systems.</p>\n</li>\n</ul>\n","_postman_id":"bc928382-73e6-4cc6-a392-8ed37f5d6fbb"},{"name":"Payroll Sync","item":[{"name":"Host URL & Details","item":[{"name":"Create Link","id":"3dcea457-bc7f-453c-817d-db4c08d09256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"<p>An API key is your unique key received through your dashboard settings section. There are two x-api-keys, one for production and other for testing</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyId\": \"SomeCompanyId\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link","description":"<p>This API generates a link that can be used to access a specific resource or perform actions within your system.</p>\n","urlObject":{"path":["aphrodite","external","v1","create-link"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fb1a79c5-00be-4aa4-ae0a-c1188d9536ef","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJIaW1hbnNodXJhd2F0IiwiZXhwIjoxNzM1OTE4ODU5LCJpYXQiOjE3MzU5MDA4NTl9.60Oev7MQHw62SsUMSvEnXkX4797zr6BuUCoRBWuauK74cABasUFdDqk3WCkkWEgVpbiNcpUGFVTMLim9yNTGIQ"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"nQovUXEQEo2MchoIDERxJ3xeGaqONh3l9eDFDkG0"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyId\": \"SomeCompanyId\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully Created Link\",\n  \"id\": \"16383XX932556-XXXXX\",\n  \"link\": \"external.tartanhq.com/?tkn=t933tlrk&companyName=Some+Company&type=visualise\"\n}"},{"id":"05990a33-6f35-4938-83ef-36299f51b95c","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJIaW1hbnNodXJhd2F0IiwiZXhwIjoxNzM1OTE4ODU5LCJpYXQiOjE3MzU5MDA4NTl9.60Oev7MQHw62SsUMSvEnXkX4797zr6BuUCoRBWuauK74cABasUFdDqk3WCkkWEgVpbiNcpUGFVTMLim9yNTGIQ"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"nQovUXEQEo2MchoIDERxJ3xeGaqONh3l9eDFDkG0"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyId\": \"SomeCompanyId\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"companyId and companyName both should not be Empty\"\n}"},{"id":"6221a090-b5c7-46cd-bb24-2a7ce78f13dc","name":"Bearer token expired or x-api-key missing in header. \n\nAll credits are exhausted contact [support@tartanhq.com](support@tartanhq.com)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyId\": \"SomeCompanyId\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"3dcea457-bc7f-453c-817d-db4c08d09256"},{"name":"Get companies","id":"1d94718a-af5e-4ee8-a7af-8c4f53a5b1c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"<p>An API key is your unique key received through your dashboard settings section. There are two x-api-keys, one for production and other for testing</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/aphrodite/external/v1/companies","description":"<p>This API generates a URL to download the company data in CSV format. It returns a success message, the download link, and the timestamp of creation.</p>\n","urlObject":{"path":["aphrodite","external","v1","companies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"438dc9d7-53ff-46ea-9d87-04a165019a08","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{baseUrl}}/aphrodite/external/v1/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"URL generated successfully\",\n  \"url\": \"https://signed_url_for_csv\",\n  \"createdAt\": \"2022-05-11T15:15:40.151730Z\"\n}"},{"id":"ac7c5858-e4b5-4825-80d0-4ea5d6308531","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{baseUrl}}/aphrodite/external/v1/companies"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Forbidden\"\n}"}],"_postman_id":"1d94718a-af5e-4ee8-a7af-8c4f53a5b1c0"}],"id":"3431ba4b-e663-4a4b-ab19-67aea653bf02","description":"<p>The <strong>Host URL</strong> is the base URL that connects to the API endpoint, allowing users to interact with the system and access various resources. It serves as the starting point for making API requests, and all endpoints are appended to this base URL to form the complete request path.</p>\n","_postman_id":"3431ba4b-e663-4a4b-ab19-67aea653bf02"},{"name":"Webhook","item":[{"name":"Single Webhook","item":[],"id":"f8cd03f8-9ba3-4173-9afc-64d0503365b9","description":"<h2 id=\"triggering-digital-verification\"><strong>Triggering Digital Verification</strong></h2>\n<p>During Integration, we provide you with a master employer database, covering a large chunk of employers presently available. This database has the list of companies along with their brand names(if any) and a unique company id.</p>\n<p>While initiating the verification process, you just have to provide us this company id against the employer database. Based on this company id, we trigger the Digital Verification journey and instantly provide you back with relevant data points right from the source.</p>\n<h4 id=\"sample-response\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"statusCode\": \"T200\",\n   \"status\": \"Success\",\n   \"id\": \"ABCD-XXXXXXXXXX\",\n   \"applicationId\": \"ABCD-XXXXXXXXXX\",\n   \"submittedDate\": \"2022-03-31T15:45:11.425+00:00\",\n   \"updatedDate\": \"2022-03-31T15:45:11.425+00:00\",\n   \"income\": [\n      {\n       \"name\": \"John Doe\",\n       \"extractedName\": \"John Doe\",\n       \"employer\": \"HDFC Bank\",\n       \"currency\": \"INR\",\n       \"year\": 2022,\n       \"month\": \"Jan\",\n       \"basic\": 35017,\n       \"hra\": 17081,\n       \"specialAllowance\": 19099,\n       \"basicArrear\": 4033,\n       \"hraArrear\": 2011,\n       \"specialAllowanceArrear\": 3176,\n       \"bonus\": 40600,\n       \"labourWelfFund\": 400,\n       \"totalEarnings\": 121910,\n       \"totalDeductions\": 24416,\n       \"netPay\": 11194,\n       \"travelAllowance\": 1600,\n       \"educationAllowance\":5000,\n       \"conveyanceAllowance\": 6400,\n       \"transportAllowance\": 1200,\n       \"incomeTax\": 18892,\n       \"professionalTax\": 200,\n       \"taxCalculated\": 21994,\n       \"netTax\": 18892,\n       \"totTaxDue\": 207812,\n       \"taxDeductiblePerMonth\": 18892,\n       \"remainingMonths\": 2\n    }\n   ],\n   \"employment\": {\n       \"name\": \"John Doe\",\n       \"extractedName\": \"John Doe\",\n       \"employer\": \"HDFC Bank\",\n       \"managerName\": \"Sam Williams\",\n       \"workEmail\": \"johndoe@hdfc.com\",\n       \"designation\": \"Sales Manager\",\n       \"department\": \"Lending\",\n       \"doj\": \"2019-09-16\",\n       \"employeeId\": \"1029001\",\n       \"division\": \"Loans\",\n       \"grade\": \"A\",\n       \"jobLocation\": \"Bangalore\",\n       \"monthlyLeaves\": \"2\",\n       \"workAddress\": \"120B, KIADB Export Promotion Industrial Area, Whitefield, Bengaluru, Karnataka 560066\",\n       \"workPincode\": 560066,\n       \"jobCity\": \"Bengaluru\",\n       \"workRegion\": \"Chennai\",\n       \"workDistrict\": \"Chennai\",\n       \"workState\": \"Tamilnadu\",\n       \"internationalEmployee\": \"N\",\n       \"timezone\": \"Kolkata\"\n   },\n   \"identity\": {\n       \"name\": \"John Doe\",\n       \"extractedName\": \"John Doe\",\n       \"employer\": \"HDFC Bank\",\n       \"phoneNumber\": \"7299028119\",\n       \"pan\": \"KDSPO1827K\",\n       \"aadhaar\": \"299937771000\",\n       \"passport\": \"K9930991\",\n       \"drivingLicenseNo\": \"KA9902890\",\n       \"uan\": \"100082961109\",\n       \"pf\": \"TNAMB16774820000010368\",\n       \"bloodGroup\": \"B+\",\n       \"dob\": \"1986-02-25\",\n       \"nationality\": \"Indian\",\n       \"martialStatus\": \"Married\",\n       \"dateOfAniversary\": \"dateOfAniversary\",\n       \"spouse\": \"spouse\",\n       \"birthPlace\": \"Kerela\",\n       \"fatherName\": \"Sam Doe\",\n       \"gender\": \"M\",\n       \"fax\": \"fax\",\n       \"extension\": \"extension\",\n       \"houseType\": \"Owned\",\n       \"religion\": \"Christian\",\n       \"physicallyChallanged\": \"N\",\n       \"personalEmail\": \"john9898@gmail.com\",\n       \"bankName\": \"HDFC BANK\",\n       \"bankAccountNumber\": \"19200039000766\",\n       \"branchName\": \"EPIP\",\n       \"bankAccType\": \"Savings\",\n       \"ifscCode\": \"HDFC0003962\",\n       \"paymentMode\": \"online\",\n       \"presentAddress\": \"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n       \"presentAddressPincode\": 560066,\n       \"presentAddressRegion\": \"Whitefield,Bengaluru-12.9698° N, 77.7500° E\",\n       \"presentAddressDistrict\": \"Bengaluru\",\n       \"presentAddressState\": \"Karnataka\",\n       \"permanentAddress\": \"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n       \"permanentAddressPincode\": 560066,\n       \"permanentAddressRegion\": \"Whitefield,Bengaluru-12.9698° N, 77.7500° E\",\n       \"permanentAddressDistrict\": \"Bengaluru\",\n       \"permanentAddressState\": \"Karnaraka\",\n       \"officialcontactMobile\": \"8999389912\"\n   }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"fields-table\">Fields Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <code>T200</code> or <code>T101</code></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>appliationId*</td>\n<td>String</td>\n<td>Unique identifier from your system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>submittedDate*</td>\n<td>ISO Date</td>\n<td>Application submission date</td>\n</tr>\n<tr>\n<td>updatedDate*</td>\n<td>ISO Date</td>\n<td>Application latest update date</td>\n</tr>\n<tr>\n<td>income</td>\n<td>Object</td>\n<td>Object containing details about Income.</td>\n</tr>\n<tr>\n<td>employment</td>\n<td>Object</td>\n<td>Object containing details about employment.</td>\n</tr>\n<tr>\n<td>identity</td>\n<td>Object</td>\n<td>Object containing details about identity.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"income-details-table\">Income Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Currency of Income ex. <code>INR</code> and <code>USD</code></td>\n</tr>\n<tr>\n<td>year</td>\n<td>Integer</td>\n<td>Year of the payslip</td>\n</tr>\n<tr>\n<td>month</td>\n<td>String</td>\n<td>Month of Payslip(First 3 letters)</td>\n</tr>\n<tr>\n<td>basic</td>\n<td>Decimal</td>\n<td>Basic amount</td>\n</tr>\n<tr>\n<td>hra</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>specialAllowance</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>basicArrear</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>hraArrear</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>specialAllowanceArrear</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>bonus</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>labourWelfFund</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>totalEarnings*</td>\n<td>Decimal</td>\n<td>Total Earnings amount</td>\n</tr>\n<tr>\n<td>totalDeductions*</td>\n<td>Decimal</td>\n<td>Total decution amount</td>\n</tr>\n<tr>\n<td>netPay*</td>\n<td>Decimal</td>\n<td>Net amount received</td>\n</tr>\n<tr>\n<td>travelAllowance</td>\n<td>Decimal</td>\n<td>Allowance for travelling</td>\n</tr>\n<tr>\n<td>educationAllowance</td>\n<td>Decimal</td>\n<td>Allowance for education</td>\n</tr>\n<tr>\n<td>conveyanceAllowance</td>\n<td>Decimal</td>\n<td>Allowance for conveyance</td>\n</tr>\n<tr>\n<td>transportAllowance</td>\n<td>Decimal</td>\n<td>Allowance for transport</td>\n</tr>\n<tr>\n<td>incomeTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>professionalTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>taxCalculated</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>netTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>totTaxDue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>taxDeductiblePerMonth</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>remainingMonths</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"employment-details-table\">Employment Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>String</td>\n<td>Unique Employee Id</td>\n</tr>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer</td>\n</tr>\n<tr>\n<td>extractedName*</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>employer</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>managerName</td>\n<td>String</td>\n<td>Name of the manager</td>\n</tr>\n<tr>\n<td>workEmail</td>\n<td>String</td>\n<td>Official email</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>String</td>\n<td>Designation in the company</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Department of work</td>\n</tr>\n<tr>\n<td>doj</td>\n<td>String</td>\n<td>Date of joining of the customer</td>\n</tr>\n<tr>\n<td>division</td>\n<td>String</td>\n<td>Division of work</td>\n</tr>\n<tr>\n<td>grade</td>\n<td>String</td>\n<td>Work grade of customer</td>\n</tr>\n<tr>\n<td>jobLocation</td>\n<td>String</td>\n<td>Job location of customer</td>\n</tr>\n<tr>\n<td>monthlyLeaves</td>\n<td>String</td>\n<td>Number of monthly leaves</td>\n</tr>\n<tr>\n<td>workAddress</td>\n<td>String</td>\n<td>Work Address</td>\n</tr>\n<tr>\n<td>workPincode</td>\n<td>String</td>\n<td>Work Address pincode</td>\n</tr>\n<tr>\n<td>jobCity</td>\n<td>String</td>\n<td>Job city</td>\n</tr>\n<tr>\n<td>workRegion</td>\n<td>String</td>\n<td>Work Region</td>\n</tr>\n<tr>\n<td>workDistrict</td>\n<td>String</td>\n<td>Work district</td>\n</tr>\n<tr>\n<td>workState</td>\n<td>String</td>\n<td>Work state</td>\n</tr>\n<tr>\n<td>internationalEmployee</td>\n<td>String</td>\n<td>does customer is international employee, one of <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>highestEducation</td>\n<td>String</td>\n<td>Highest education of the customer</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>timezone of employment eg. <code>kolkata</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"identity-details-table\">Identity Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>String</td>\n<td>Permanent account number of the customer</td>\n</tr>\n<tr>\n<td>aadhar</td>\n<td>String</td>\n<td>Aadhar number of the customer</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>String</td>\n<td>Passport number of the customer</td>\n</tr>\n<tr>\n<td>uan</td>\n<td>String</td>\n<td>Universal account number of the customer</td>\n</tr>\n<tr>\n<td>pf</td>\n<td>String</td>\n<td>Provident fund number of the customer</td>\n</tr>\n<tr>\n<td>drivingLicenseNo</td>\n<td>String</td>\n<td>Driving licence of customer</td>\n</tr>\n<tr>\n<td>bloodGroup</td>\n<td>String</td>\n<td>Blood group fo customer</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of birth of the customer</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>String</td>\n<td>Natioanality of the customer</td>\n</tr>\n<tr>\n<td>martialStatus</td>\n<td>String</td>\n<td>Martial status of the customer</td>\n</tr>\n<tr>\n<td>spouse</td>\n<td>String</td>\n<td>Name of the spouse if married</td>\n</tr>\n<tr>\n<td>dateOfAnniversary</td>\n<td>String</td>\n<td>Date of anniversary</td>\n</tr>\n<tr>\n<td>birthPlace</td>\n<td>String</td>\n<td>Birth place of customer</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>String</td>\n<td>Father name of customer</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>Fax number of customer</td>\n</tr>\n<tr>\n<td>extension</td>\n<td>String</td>\n<td>Extension of customer</td>\n</tr>\n<tr>\n<td>houseType</td>\n<td>String</td>\n<td>Type of house <code>Owned</code> or <code>Rented</code></td>\n</tr>\n<tr>\n<td>religion</td>\n<td>String</td>\n<td>Religion of customer</td>\n</tr>\n<tr>\n<td>physicallyChallanged</td>\n<td>String</td>\n<td>Does customer is physically challenged <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>String</td>\n<td>Personal email of customer</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>String</td>\n<td>Bank of customer</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>String</td>\n<td>Bank Account number of customer</td>\n</tr>\n<tr>\n<td>branchName</td>\n<td>String</td>\n<td>Bank branch of customer</td>\n</tr>\n<tr>\n<td>bankAccType</td>\n<td>String</td>\n<td>Bank account type of customer</td>\n</tr>\n<tr>\n<td>ifscCode</td>\n<td>String</td>\n<td>IFSC code of customer</td>\n</tr>\n<tr>\n<td>paymentMode</td>\n<td>String</td>\n<td>payment mode eg. <code>online</code></td>\n</tr>\n<tr>\n<td>presentAddress</td>\n<td>String</td>\n<td>present address of customer</td>\n</tr>\n<tr>\n<td>presentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>presentAddressRegion</td>\n<td>String</td>\n<td>present address region</td>\n</tr>\n<tr>\n<td>presentAddressDistrict</td>\n<td>String</td>\n<td>address district</td>\n</tr>\n<tr>\n<td>presentAddressState</td>\n<td>String</td>\n<td>present address stage</td>\n</tr>\n<tr>\n<td>permanentAddress</td>\n<td>String</td>\n<td>permanent address</td>\n</tr>\n<tr>\n<td>permanentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>permanentAddressRegion</td>\n<td>String</td>\n<td>permanent address region</td>\n</tr>\n<tr>\n<td>permanentAddressDistrict</td>\n<td>String</td>\n<td>permanent address district</td>\n</tr>\n<tr>\n<td>permanentAddressState</td>\n<td>String</td>\n<td>permanent address state</td>\n</tr>\n<tr>\n<td>officialcontactMobile</td>\n<td>String</td>\n<td>official contact number of cutomer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sample-response-1\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T101\",\n  \"status\": \"Failed\",\n  \"error\": \"Employee name mismatch found. Name on invite: Tammi S. Extracted name: Manas Mallik\",\n  \"applicationId\": \"1212321312\",\n  \"id\": \"92899f3f-df26-475e-aa38-3ff1e664d637\"\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"fields-table-1\">Fields Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <code>T200</code> or <code>T101</code></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>error*</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>applicationId*</td>\n<td>String</td>\n<td>Unique identifier from you system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f8cd03f8-9ba3-4173-9afc-64d0503365b9"},{"name":"Staggered Webhook","item":[],"id":"9eb42031-360c-4c9f-bf54-54745f1f2317","description":"<p>Staggered webhook response gives you the ability to get basic income and employment data-points in less than 30 seconds before receiving the final webhook response which can be used to autofill user data in onboarding journeys and other use-cases.</p>\n<h2 id=\"response-1-partial-content\">Response 1. Partial Content</h2>\n<p>Partial Content provides the ability to receive essential data-points quickly, enabling faster user experiences. By delivering initial data in under 30 seconds, it supports use cases like auto-filling user details during onboarding while the full response is still being processed.</p>\n<h4 id=\"sample-response\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T206\",\n  \"status\": \"partial_content\",\n  \"id\": \"454d2f14-c957-4d20-b27e-01fb1b5741e3\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"webhookType\": \"salaried\",\n  \"submittedDate\": \"2023-01-24T16:30:40.449+05:30\",\n  \"updatedDate\": \"2023-01-24T16:31:02.910+05:30\",\n  \"income\": [\n    {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"HDFC Bank\",\n      \"currency\": \"INR\",\n      \"year\": 2022,\n      \"month\": \"Dec\",\n      \"basic\": 50000,\n      \"HRA\": 20000,\n      \"specialAllowance\": 52150,\n      \"totalEarnings\": 125000,\n      \"totalDeductions\": 25714,\n      \"netPay\": 99286,\n      \"otherAllowance\": 1600,\n      \"medicalAllowance\": 1250,\n      \"pfDeductions\": 6000,\n      \"gratuity\": 144230.7,\n      \"gratuityStatus\": \"INDICATIVE\"\n      \"loan\": 0,\n      \"basicArrear\":0,\n      \"hraArrear\":0,\n      \"specialAllowanceArrear\":0,\n      \"bonus\":0,\n      \"labourWelfFund\":0,\n      \"travelAllowance\":0,\n      \"educationAllowance\":0,\n      \"conveyanceAllowance\":0,\n      \"dearnessAllowance\":0,\n      \"transportAllowance\":0,\n      \"incomeTax\":0,\n      \"professionalTax\":0,\n      \"taxCalculated\":0,\n      \"netTax\":0,\n      \"totTaxDue\":0,\n      \"taxDeductiblePerMonth\":0,\n      \"remainingMonths\":0,\n      \"prevPeriodLopAndReversalDays\":0,\n      \"ytdTotalDeduction\":0,\n      \"ytdTotalEarnings\":0,\n      \"paidDays\":31,\n      \"lopDays\":0\n    }\n  ],\n  \"employment\": {\n    \"name\": \"John Doe\",\n    \"extractedName\": \"John Doe\",\n    \"employer\": \"HDFC Bank\",\n    \"designation\": \"Sales Manager\",\n    \"doj\": \"2019-09-16\",\n    \"employeeId\": \"1029001\",\n  },\n  \"identity\": {\n    \"name\": \"John Doe\",\n    \"extractedName\": \"John Doe\",\n    \"employer\": \"HDFC Bank\",\n    \"pan\": \"KDSPO1827K\",\n    \"uan\": \"109019201920\"\n  }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"fields-table\">Fields Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <code>T200</code> <code>T204</code> <code>T206</code> <code>T404</code> <a href=\"https://docs.tartanhq.com/docs/api-docs/yivnmv5y0urrd-status-codes\"><code>...</code></a></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Successful</code> <code>No Data Points Extracted</code> <code>partial_content</code> <code>payroll not Found</code> <a href=\"https://docs.tartanhq.com/docs/api-docs/yivnmv5y0urrd-status-codes\"><code>...</code></a></td>\n</tr>\n<tr>\n<td>appliationId*</td>\n<td>String</td>\n<td>Unique identifier from your system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>submittedDate*</td>\n<td>ISO Date</td>\n<td>Application submission date</td>\n</tr>\n<tr>\n<td>updatedDate*</td>\n<td>ISO Date</td>\n<td>Application latest update date</td>\n</tr>\n<tr>\n<td>income</td>\n<td>Object</td>\n<td>Object containing details about Income.</td>\n</tr>\n<tr>\n<td>employment</td>\n<td>Object</td>\n<td>Object containing details about employment.</td>\n</tr>\n<tr>\n<td>identity</td>\n<td>Object</td>\n<td>Object containing details about identity.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"income-details-table\">Income Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Currency of Income ex. <code>INR</code> and <code>USD</code></td>\n</tr>\n<tr>\n<td>year</td>\n<td>Integer</td>\n<td>Year of the payslip</td>\n</tr>\n<tr>\n<td>month</td>\n<td>String</td>\n<td>Month of Payslip(First 3 letters)</td>\n</tr>\n<tr>\n<td>basic</td>\n<td>Decimal</td>\n<td>Basic amount</td>\n</tr>\n<tr>\n<td>HRA</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>loan</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>specialAllowance</td>\n<td>Decimal</td>\n<td>Employee Benefits Allocation for Various Objectives.</td>\n</tr>\n<tr>\n<td>basicArrear</td>\n<td>Decimal</td>\n<td>Unpaid past salary, often due to raises.</td>\n</tr>\n<tr>\n<td>hraArrear</td>\n<td>Decimal</td>\n<td>Refers to arrears paid for HRA.</td>\n</tr>\n<tr>\n<td>specialAllowanceArrear</td>\n<td>Decimal</td>\n<td>Outstanding compensation owed to an employee for completed work.</td>\n</tr>\n<tr>\n<td>bonus</td>\n<td>Decimal</td>\n<td>Additional payment to employees on top of base salary.</td>\n</tr>\n<tr>\n<td>labourWelfFund</td>\n<td>Decimal</td>\n<td>Contribution deducted from employee or worker salary towards LWF.</td>\n</tr>\n<tr>\n<td>totalEarnings*</td>\n<td>Decimal</td>\n<td>Total Earnings amount</td>\n</tr>\n<tr>\n<td>totalDeductions*</td>\n<td>Decimal</td>\n<td>Total decution amount</td>\n</tr>\n<tr>\n<td>netPay*</td>\n<td>Decimal</td>\n<td>Net amount received</td>\n</tr>\n<tr>\n<td>travelAllowance</td>\n<td>Decimal</td>\n<td>Allowance for travelling</td>\n</tr>\n<tr>\n<td>educationAllowance</td>\n<td>Decimal</td>\n<td>Allowance for education</td>\n</tr>\n<tr>\n<td>conveyanceAllowance</td>\n<td>Decimal</td>\n<td>Allowance for conveyance</td>\n</tr>\n<tr>\n<td>transportAllowance</td>\n<td>Decimal</td>\n<td>Allowance for transport</td>\n</tr>\n<tr>\n<td>incomeTax</td>\n<td>Decimal</td>\n<td>Annual income tax assessment.</td>\n</tr>\n<tr>\n<td>professionalTax</td>\n<td>Decimal</td>\n<td>Employer-deducted direct income tax.</td>\n</tr>\n<tr>\n<td>taxCalculated</td>\n<td>Decimal</td>\n<td>Source-based tax on declared proofs.</td>\n</tr>\n<tr>\n<td>netTax</td>\n<td>Decimal</td>\n<td>Net income after tax deduction.</td>\n</tr>\n<tr>\n<td>totTaxDue</td>\n<td>Decimal</td>\n<td>Total federal tax obligations including penalties and interest, net of credits and deductions, ensuring a minimum value of zero.</td>\n</tr>\n<tr>\n<td>taxDeductiblePerMonth</td>\n<td>Decimal</td>\n<td>Employer's monthly tax deduction.</td>\n</tr>\n<tr>\n<td>remainingMonths</td>\n<td>Integer</td>\n<td>Remaining contract/probation/notice months.</td>\n</tr>\n<tr>\n<td>dearnessAllowance</td>\n<td>Decimal</td>\n<td>Allowance to mitigate the impact of inflation. It is a cost of living adjustment allowance paid to public sector employees, government employees, and pensioners.</td>\n</tr>\n<tr>\n<td>prevPeriodLopAndReversalDays</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ytdTotalDeduction</td>\n<td>decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ytdTotalEarnings</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>paidDays</td>\n<td>Integer</td>\n<td>Total number of days an employee is compensated for</td>\n</tr>\n<tr>\n<td>lopDays</td>\n<td>Integer</td>\n<td>Total number of days an employee is not compensated for due to leave without pay.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"employment-details-table\">Employment Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>String</td>\n<td>Unique Employee Id</td>\n</tr>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer</td>\n</tr>\n<tr>\n<td>extractedName*</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>employer</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>managerName</td>\n<td>String</td>\n<td>Name of the manager</td>\n</tr>\n<tr>\n<td>workEmail</td>\n<td>String</td>\n<td>Official email</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>String</td>\n<td>Designation in the company</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Department of work</td>\n</tr>\n<tr>\n<td>doj</td>\n<td>String</td>\n<td>Date of joining of the customer</td>\n</tr>\n<tr>\n<td>division</td>\n<td>String</td>\n<td>Division of work</td>\n</tr>\n<tr>\n<td>grade</td>\n<td>String</td>\n<td>Work grade of customer</td>\n</tr>\n<tr>\n<td>jobLocation</td>\n<td>String</td>\n<td>Job location of customer</td>\n</tr>\n<tr>\n<td>monthlyLeaves</td>\n<td>String</td>\n<td>Number of monthly leaves</td>\n</tr>\n<tr>\n<td>workAddress</td>\n<td>String</td>\n<td>Work Address</td>\n</tr>\n<tr>\n<td>workPincode</td>\n<td>String</td>\n<td>Work Address pincode</td>\n</tr>\n<tr>\n<td>jobCity</td>\n<td>String</td>\n<td>Job city</td>\n</tr>\n<tr>\n<td>workRegion</td>\n<td>String</td>\n<td>Work Region</td>\n</tr>\n<tr>\n<td>workDistrict</td>\n<td>String</td>\n<td>Work district</td>\n</tr>\n<tr>\n<td>workState</td>\n<td>String</td>\n<td>Work state</td>\n</tr>\n<tr>\n<td>internationalEmployee</td>\n<td>String</td>\n<td>does customer is international employee, one of <code>Yes</code>, <code>No</code>, <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>highestEducation</td>\n<td>String</td>\n<td>Highest education of the customer</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>timezone of employment eg. <code>kolkata</code></td>\n</tr>\n<tr>\n<td>employmentStatus</td>\n<td>String</td>\n<td>Indicates the current condition of an employee's job position, such as active, resigned etc.</td>\n</tr>\n<tr>\n<td>employerStatus</td>\n<td>String</td>\n<td>Status of employment of customer: <code>ACTIVE</code> <code>DORMANT</code> <code>PROCESS_OF_STRIKING_OFF</code> <code>NOT_AVAILABLE_FOR_E_FILING</code> <code>CLOSED</code> <code>DOES_NOT_EXIST</code></td>\n</tr>\n<tr>\n<td>employmentType</td>\n<td>String</td>\n<td>Indicates classification of an employee's job, such as full-time, part-time, contract, or temporary.</td>\n</tr>\n<tr>\n<td>probationPeriod</td>\n<td>String</td>\n<td>Probation period in months</td>\n</tr>\n<tr>\n<td>cinNumber</td>\n<td>String</td>\n<td>CIN number of the employer of customer</td>\n</tr>\n<tr>\n<td>dateOfIncorporation</td>\n<td>String</td>\n<td>Date of incorporation of the employer</td>\n</tr>\n<tr>\n<td>companyAge</td>\n<td>String</td>\n<td>Age of the employer of customer</td>\n</tr>\n<tr>\n<td>addressOnMCA</td>\n<td>String</td>\n<td>Address of employer on MCA</td>\n</tr>\n<tr>\n<td>classOfCompany</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>String</td>\n<td>Pincode of employer</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>City of employer</td>\n</tr>\n<tr>\n<td>State</td>\n<td>String</td>\n<td>State of employer</td>\n</tr>\n<tr>\n<td>region</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>directors</td>\n<td>String</td>\n<td>Directors of the company</td>\n</tr>\n<tr>\n<td>retirementDate</td>\n<td>String</td>\n<td>Retirement date of the customer</td>\n</tr>\n<tr>\n<td>leaveType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>leavesAvailed</td>\n<td>Integer</td>\n<td>Number of availed leaves</td>\n</tr>\n<tr>\n<td>leavesAvailable</td>\n<td>Integer</td>\n<td>Number of available leaves</td>\n</tr>\n<tr>\n<td>noticePeriodStatus</td>\n<td>String</td>\n<td>Status of notice period of customer</td>\n</tr>\n<tr>\n<td>probationStatus</td>\n<td>String</td>\n<td>Status of probation of customer</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"identity-details-table\">Identity Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>String</td>\n<td>Permanent account number of the customer</td>\n</tr>\n<tr>\n<td>aadhar</td>\n<td>String</td>\n<td>Aadhar number of the customer</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>String</td>\n<td>Passport number of the customer</td>\n</tr>\n<tr>\n<td>uan</td>\n<td>String</td>\n<td>Universal account number of the customer</td>\n</tr>\n<tr>\n<td>pf</td>\n<td>String</td>\n<td>Provident fund number of the customer</td>\n</tr>\n<tr>\n<td>drivingLicenseNo</td>\n<td>String</td>\n<td>Driving licence of customer</td>\n</tr>\n<tr>\n<td>bloodGroup</td>\n<td>String</td>\n<td>Blood group fo customer</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of birth of the customer</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>String</td>\n<td>Nationality of the customer</td>\n</tr>\n<tr>\n<td>martialStatus</td>\n<td>String</td>\n<td>Martial status of the customer</td>\n</tr>\n<tr>\n<td>spouse</td>\n<td>String</td>\n<td>Name of the spouse if married</td>\n</tr>\n<tr>\n<td>dateOfAnniversary</td>\n<td>String</td>\n<td>Date of anniversary</td>\n</tr>\n<tr>\n<td>birthPlace</td>\n<td>String</td>\n<td>Birth place of customer</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>String</td>\n<td>Father name of customer</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>Fax number of customer</td>\n</tr>\n<tr>\n<td>houseType</td>\n<td>String</td>\n<td>Type of house <code>Owned</code> or <code>Rented</code></td>\n</tr>\n<tr>\n<td>religion</td>\n<td>String</td>\n<td>Religion of customer</td>\n</tr>\n<tr>\n<td>physicallyChallanged</td>\n<td>String</td>\n<td>Does customer is physically challenged <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>String</td>\n<td>Personal email of customer</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>String</td>\n<td>Bank of customer</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>String</td>\n<td>Bank Account number of customer</td>\n</tr>\n<tr>\n<td>branchName</td>\n<td>String</td>\n<td>Bank branch of customer</td>\n</tr>\n<tr>\n<td>bankAccType</td>\n<td>String</td>\n<td>Bank account type of customer</td>\n</tr>\n<tr>\n<td>ifscCode</td>\n<td>String</td>\n<td>IFSC code of customer</td>\n</tr>\n<tr>\n<td>paymentMode</td>\n<td>String</td>\n<td>payment mode eg. <code>online</code></td>\n</tr>\n<tr>\n<td>presentAddress</td>\n<td>String</td>\n<td>present address of customer</td>\n</tr>\n<tr>\n<td>presentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>presentAddressRegion</td>\n<td>String</td>\n<td>present address region</td>\n</tr>\n<tr>\n<td>presentAddressDistrict</td>\n<td>String</td>\n<td>address district</td>\n</tr>\n<tr>\n<td>presentAddressState</td>\n<td>String</td>\n<td>present address stage</td>\n</tr>\n<tr>\n<td>permanentAddress</td>\n<td>String</td>\n<td>permanent address</td>\n</tr>\n<tr>\n<td>permanentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>permanentAddressRegion</td>\n<td>String</td>\n<td>permanent address region</td>\n</tr>\n<tr>\n<td>permanentAddressDistrict</td>\n<td>String</td>\n<td>permanent address district</td>\n</tr>\n<tr>\n<td>permanentAddressState</td>\n<td>String</td>\n<td>permanent address state</td>\n</tr>\n<tr>\n<td>officialcontactMobile</td>\n<td>String</td>\n<td>official contact number of cutomer</td>\n</tr>\n<tr>\n<td>bankAddress</td>\n<td>String</td>\n<td>Address of customer's bank</td>\n</tr>\n<tr>\n<td>bankState</td>\n<td>String</td>\n<td>State of customer's bank</td>\n</tr>\n<tr>\n<td>bankCentre</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankDistrict</td>\n<td>String</td>\n<td>District of customer's bank</td>\n</tr>\n<tr>\n<td>graduation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>motherTongue</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>landline</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>mobilePhoneCountryCode</td>\n<td>String</td>\n<td>Country code of phone number</td>\n</tr>\n<tr>\n<td>taxIdentificationNo</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>drivingLicenseNo</td>\n<td>String</td>\n<td>Driving license number of customer</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td>Gender of the customer</td>\n</tr>\n<tr>\n<td>accountType</td>\n<td>String</td>\n<td>Type of bank account</td>\n</tr>\n<tr>\n<td>bankBranch</td>\n<td>String</td>\n<td>Branch name of customer's bank</td>\n</tr>\n<tr>\n<td>bankCity</td>\n<td>String</td>\n<td>City name of customer's bank</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-2-kyc-validation\">Response 2. <strong>KYC Validation</strong></h2>\n<p>KYC Validation ensures the accuracy and authenticity of user identity information by cross-verifying it with trusted data sources. This streamlined process enhances compliance and reduces onboarding friction.</p>\n<h4 id=\"sample-response-1\">Sample Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T206\",\n  \"status\": \"partial_content\",\n  \"id\": \"454d2f14-c957-4d20-b27e-01fb1b5741e3\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"webhookType\": \"salaried\",\n  \"submittedDate\": \"2023-01-24T16:30:40.449+05:30\",\n  \"updatedDate\": \"2023-01-24T16:31:40.764+05:30\",\n  \"income\": [\n    {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"HDFC Bank\",\n      \"currency\": \"INR\",\n      \"year\": 2022,\n      \"month\": \"Dec\",\n      \"basic\": 50000,\n      \"HRA\": 20000,\n      \"specialAllowance\": 52150,\n      \"totalEarnings\": 125000,\n      \"totalDeductions\": 25714,\n      \"netPay\": 99286,\n      \"otherAllowance\": 1600,\n      \"medicalAllowance\": 1250,\n      \"pfDeductions\": 6000,\n      \"gratuity\": 144230.7,\n      \"gratuityStatus\": \"INDICATIVE\",\n      \"loan\": 0,\n      \"basicArrear\":0,\n      \"hraArrear\":0,\n      \"specialAllowanceArrear\":0,\n      \"bonus\":0,\n      \"labourWelfFund\":0,\n      \"travelAllowance\":0,\n      \"educationAllowance\":0,\n      \"conveyanceAllowance\":0,\n      \"dearnessAllowance\":0,\n      \"transportAllowance\":0,\n      \"incomeTax\":0,\n      \"professionalTax\":0,\n      \"taxCalculated\":0,\n      \"netTax\":0,\n      \"totTaxDue\":0,\n      \"taxDeductiblePerMonth\":0,\n      \"remainingMonths\":0,\n      \"prevPeriodLopAndReversalDays\":0,\n      \"ytdTotalDeduction\":0,\n      \"ytdTotalEarnings\":0,\n      \"paidDays\":31,\n      \"lopDays\":0\n    }\n  ],\n  \"employment\": {\n    \"name\": \"John Doe\",\n    \"extractedName\": \"John Doe\",\n    \"employer\": \"HDFC Bank\",\n    \"designation\": \"Sales Manager\",\n    \"doj\": \"2019-09-16\",\n    \"employeeId\": \"1029001\",\n  },\n  \"identity\": {\n    \"name\": \"John Doe\",\n    \"extractedName\": \"John Doe\",\n    \"employer\": \"HDFC Bank\",\n    \"pan\": \"KDSPO1827K\",\n    \"uan\": \"109019201920\"\n  },\n \"panValidatedResponse\": {\n    \"pan\": \"KDSPO1827K\",\n    \"lastFourDigitAadhaar\": \"4181\",\n    \"firstName\": \"john\",\n    \"middleName\": \"richard\",\n    \"lastName\": \"doe\",\n    \"gender\": \"Male\",\n    \"dob\": \"1986-02-25\",\n    \"address\": \"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n    \"city\": \"Bengaluru\",\n    \"state\": \"Karnaraka\",\n    \"country\": \"INDIA\",\n    \"pincode\": \"431717\",\n    \"mobile\":\"7299028119\",\n    \"email\":\"john9898@gmail.com\"\n  }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"field-table\">Field Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <code>T200</code> <code>T204</code> <code>T206</code> <code>T404</code> <a href=\"https://docs.tartanhq.com/docs/api-docs/yivnmv5y0urrd-status-codes\"><code>...</code></a></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Successful</code> <code>No Data Points Extracted</code> <code>partial_content</code> <code>payroll not Found</code> <a href=\"https://docs.tartanhq.com/docs/api-docs/yivnmv5y0urrd-status-codes\"><code>...</code></a></td>\n</tr>\n<tr>\n<td>appliationId*</td>\n<td>String</td>\n<td>Unique identifier from your system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>submittedDate*</td>\n<td>ISO Date</td>\n<td>Application submission date</td>\n</tr>\n<tr>\n<td>updatedDate*</td>\n<td>ISO Date</td>\n<td>Application latest update date</td>\n</tr>\n<tr>\n<td>income</td>\n<td>Object</td>\n<td>Object containing details about Income.</td>\n</tr>\n<tr>\n<td>employment</td>\n<td>Object</td>\n<td>Object containing details about employment.</td>\n</tr>\n<tr>\n<td>identity</td>\n<td>Object</td>\n<td>Object containing details about identity.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"income-details-table-1\">Income Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Currency of Income ex. <code>INR</code> and <code>USD</code></td>\n</tr>\n<tr>\n<td>year</td>\n<td>Integer</td>\n<td>Year of the payslip</td>\n</tr>\n<tr>\n<td>month</td>\n<td>String</td>\n<td>Month of Payslip(First 3 letters)</td>\n</tr>\n<tr>\n<td>basic</td>\n<td>Decimal</td>\n<td>Basic amount</td>\n</tr>\n<tr>\n<td>HRA</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>loan</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>specialAllowance</td>\n<td>Decimal</td>\n<td>Employee Benefits Allocation for Various Objectives.</td>\n</tr>\n<tr>\n<td>basicArrear</td>\n<td>Decimal</td>\n<td>Unpaid past salary, often due to raises.</td>\n</tr>\n<tr>\n<td>hraArrear</td>\n<td>Decimal</td>\n<td>Refers to arrears paid for HRA.</td>\n</tr>\n<tr>\n<td>specialAllowanceArrear</td>\n<td>Decimal</td>\n<td>Outstanding compensation owed to an employee for completed work.</td>\n</tr>\n<tr>\n<td>bonus</td>\n<td>Decimal</td>\n<td>Additional payment to employees on top of base salary.</td>\n</tr>\n<tr>\n<td>labourWelfFund</td>\n<td>Decimal</td>\n<td>Contribution deducted from employee or worker salary towards LWF.</td>\n</tr>\n<tr>\n<td>totalEarnings*</td>\n<td>Decimal</td>\n<td>Total Earnings amount</td>\n</tr>\n<tr>\n<td>totalDeductions*</td>\n<td>Decimal</td>\n<td>Total decution amount</td>\n</tr>\n<tr>\n<td>netPay*</td>\n<td>Decimal</td>\n<td>Net amount received</td>\n</tr>\n<tr>\n<td>travelAllowance</td>\n<td>Decimal</td>\n<td>Allowance for travelling</td>\n</tr>\n<tr>\n<td>educationAllowance</td>\n<td>Decimal</td>\n<td>Allowance for education</td>\n</tr>\n<tr>\n<td>conveyanceAllowance</td>\n<td>Decimal</td>\n<td>Allowance for conveyance</td>\n</tr>\n<tr>\n<td>transportAllowance</td>\n<td>Decimal</td>\n<td>Allowance for transport</td>\n</tr>\n<tr>\n<td>incomeTax</td>\n<td>Decimal</td>\n<td>Annual income tax assessment.</td>\n</tr>\n<tr>\n<td>professionalTax</td>\n<td>Decimal</td>\n<td>Employer-deducted direct income tax.</td>\n</tr>\n<tr>\n<td>taxCalculated</td>\n<td>Decimal</td>\n<td>Source-based tax on declared proofs.</td>\n</tr>\n<tr>\n<td>netTax</td>\n<td>Decimal</td>\n<td>Net income after tax deduction.</td>\n</tr>\n<tr>\n<td>totTaxDue</td>\n<td>Decimal</td>\n<td>Total federal tax obligations including penalties and interest, net of credits and deductions, ensuring a minimum value of zero.</td>\n</tr>\n<tr>\n<td>taxDeductiblePerMonth</td>\n<td>Decimal</td>\n<td>Employer's monthly tax deduction.</td>\n</tr>\n<tr>\n<td>remainingMonths</td>\n<td>Integer</td>\n<td>Remaining contract/probation/notice months.</td>\n</tr>\n<tr>\n<td>dearnessAllowance</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>prevPeriodLopAndReversalDays</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ytdTotalDeduction</td>\n<td>decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ytdTotalEarnings</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>paidDays</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>lopDays</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"employment-details-table-1\">Employment Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>String</td>\n<td>Unique Employee Id</td>\n</tr>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer</td>\n</tr>\n<tr>\n<td>extractedName*</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>employer</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>managerName</td>\n<td>String</td>\n<td>Name of the manager</td>\n</tr>\n<tr>\n<td>workEmail</td>\n<td>String</td>\n<td>Official email</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>String</td>\n<td>Designation in the company</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Department of work</td>\n</tr>\n<tr>\n<td>doj</td>\n<td>String</td>\n<td>Date of joining of the customer</td>\n</tr>\n<tr>\n<td>division</td>\n<td>String</td>\n<td>Division of work</td>\n</tr>\n<tr>\n<td>grade</td>\n<td>String</td>\n<td>Work grade of customer</td>\n</tr>\n<tr>\n<td>jobLocation</td>\n<td>String</td>\n<td>Job location of customer</td>\n</tr>\n<tr>\n<td>monthlyLeaves</td>\n<td>String</td>\n<td>Number of monthly leaves</td>\n</tr>\n<tr>\n<td>workAddress</td>\n<td>String</td>\n<td>Work Address</td>\n</tr>\n<tr>\n<td>workPincode</td>\n<td>String</td>\n<td>Work Address pincode</td>\n</tr>\n<tr>\n<td>jobCity</td>\n<td>String</td>\n<td>Job city</td>\n</tr>\n<tr>\n<td>workRegion</td>\n<td>String</td>\n<td>Work Region</td>\n</tr>\n<tr>\n<td>workDistrict</td>\n<td>String</td>\n<td>Work district</td>\n</tr>\n<tr>\n<td>workState</td>\n<td>String</td>\n<td>Work state</td>\n</tr>\n<tr>\n<td>internationalEmployee</td>\n<td>String</td>\n<td>does customer is international employee, one of <code>Yes</code>, <code>No</code>, <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>highestEducation</td>\n<td>String</td>\n<td>Highest education of the customer</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>timezone of employment eg. <code>kolkata</code></td>\n</tr>\n<tr>\n<td>employmentStatus</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>employerStatus</td>\n<td>String</td>\n<td>Status of employment of customer: <code>ACTIVE</code> <code>DORMANT</code> <code>PROCESS_OF_STRIKING_OFF</code> <code>NOT_AVAILABLE_FOR_E_FILING</code> <code>CLOSED</code> <code>DOES_NOT_EXIST</code></td>\n</tr>\n<tr>\n<td>employmentType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>probationPeriod</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>cinNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>dateOfIncorporation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>companyAge</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>addressOnMCA</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>classOfCompany</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>State</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>region</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>directors</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>retirementDate</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>leaveType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>leavesAvailed</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>leavesAvailable</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"identity-details-table-1\">Identity Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>String</td>\n<td>Permanent account number of the customer</td>\n</tr>\n<tr>\n<td>aadhar</td>\n<td>String</td>\n<td>Aadhar number of the customer</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>String</td>\n<td>Passport number of the customer</td>\n</tr>\n<tr>\n<td>uan</td>\n<td>String</td>\n<td>Universal account number of the customer</td>\n</tr>\n<tr>\n<td>pf</td>\n<td>String</td>\n<td>Provident fund number of the customer</td>\n</tr>\n<tr>\n<td>drivingLicenseNo</td>\n<td>String</td>\n<td>Driving licence of customer</td>\n</tr>\n<tr>\n<td>bloodGroup</td>\n<td>String</td>\n<td>Blood group fo customer</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of birth of the customer</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>String</td>\n<td>Nationality of the customer</td>\n</tr>\n<tr>\n<td>martialStatus</td>\n<td>String</td>\n<td>Martial status of the customer</td>\n</tr>\n<tr>\n<td>spouse</td>\n<td>String</td>\n<td>Name of the spouse if married</td>\n</tr>\n<tr>\n<td>dateOfAnniversary</td>\n<td>String</td>\n<td>Date of anniversary</td>\n</tr>\n<tr>\n<td>birthPlace</td>\n<td>String</td>\n<td>Birth place of customer</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>String</td>\n<td>Father name of customer</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>Fax number of customer</td>\n</tr>\n<tr>\n<td>houseType</td>\n<td>String</td>\n<td>Type of house <code>Owned</code> or <code>Rented</code></td>\n</tr>\n<tr>\n<td>religion</td>\n<td>String</td>\n<td>Religion of customer</td>\n</tr>\n<tr>\n<td>physicallyChallanged</td>\n<td>String</td>\n<td>Does customer is physically challenged <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>String</td>\n<td>Personal email of customer</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>String</td>\n<td>Bank of customer</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>String</td>\n<td>Bank Account number of customer</td>\n</tr>\n<tr>\n<td>branchName</td>\n<td>String</td>\n<td>Bank branch of customer</td>\n</tr>\n<tr>\n<td>bankAccType</td>\n<td>String</td>\n<td>Bank account type of customer</td>\n</tr>\n<tr>\n<td>ifscCode</td>\n<td>String</td>\n<td>IFSC code of customer</td>\n</tr>\n<tr>\n<td>paymentMode</td>\n<td>String</td>\n<td>payment mode eg. <code>online</code></td>\n</tr>\n<tr>\n<td>presentAddress</td>\n<td>String</td>\n<td>present address of customer</td>\n</tr>\n<tr>\n<td>presentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>presentAddressRegion</td>\n<td>String</td>\n<td>present address region</td>\n</tr>\n<tr>\n<td>presentAddressDistrict</td>\n<td>String</td>\n<td>address district</td>\n</tr>\n<tr>\n<td>presentAddressState</td>\n<td>String</td>\n<td>present address stage</td>\n</tr>\n<tr>\n<td>permanentAddress</td>\n<td>String</td>\n<td>permanent address</td>\n</tr>\n<tr>\n<td>permanentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>permanentAddressRegion</td>\n<td>String</td>\n<td>permanent address region</td>\n</tr>\n<tr>\n<td>permanentAddressDistrict</td>\n<td>String</td>\n<td>permanent address district</td>\n</tr>\n<tr>\n<td>permanentAddressState</td>\n<td>String</td>\n<td>permanent address state</td>\n</tr>\n<tr>\n<td>officialcontactMobile</td>\n<td>String</td>\n<td>official contact number of cutomer</td>\n</tr>\n<tr>\n<td>bankAddress</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankState</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankCentre</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankDistrict</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>graduation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>motherTongue</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>landline</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"panvalidatedresponse-details-table\">PanValidatedResponse Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pan</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>lastFourDigitAadhaar</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-3-complete-response\">Response 3. <strong>Complete Response</strong></h2>\n<p>The Complete Response delivers all available data-points comprehensively once the processing is finalized. This ensures you receive detailed and accurate information, supporting thorough verification and advanced use cases seamlessly.</p>\n<h3 id=\"sample-response-2\"><strong>Sample Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T200\",\n  \"status\": \"Success\",\n  \"id\": \"454d2f14-c957-4d20-b27e-01fb1b5741e3\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"webhookType\": \"salaried\",\n  \"submittedDate\": \"2023-01-24T16:30:40.449+05:30\",\n  \"updatedDate\": \"2023-01-24T16:31:49.216+05:30\",\n  \"income\": [\n    {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"HDFC Bank\",\n      \"currency\": \"INR\",\n      \"year\": 2022,\n      \"month\": \"Dec\",\n      \"basic\": 50000,\n      \"HRA\": 20000,\n      \"specialAllowance\": 52150,\n      \"totalEarnings\": 125000,\n      \"totalDeductions\": 25714,\n      \"netPay\": 99286,\n      \"otherAllowance\": 1600,\n      \"medicalAllowance\": 1250,\n      \"pfDeductions\": 6000,\n      \"gratuity\": 144230.7,\n      \"gratuityStatus\": \"INDICATIVE\",\n      \"loan\": 0,\n      \"basicArrear\":0,\n      \"hraArrear\":0,\n      \"specialAllowanceArrear\":0,\n      \"bonus\":0,\n      \"labourWelfFund\":0,\n      \"travelAllowance\":0,\n      \"educationAllowance\":0,\n      \"conveyanceAllowance\":0,\n      \"dearnessAllowance\":0,\n      \"transportAllowance\":0,\n      \"incomeTax\":0,\n      \"professionalTax\":0,\n      \"taxCalculated\":0,\n      \"netTax\":0,\n      \"totTaxDue\":0,\n      \"taxDeductiblePerMonth\":0,\n      \"remainingMonths\":0,\n      \"prevPeriodLopAndReversalDays\":0,\n      \"ytdTotalDeduction\":0,\n      \"ytdTotalEarnings\":0,\n      \"paidDays\":31,\n      \"lopDays\":0\n    },\n    {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"HDFC Bank\",\n      \"currency\": \"INR\",\n      \"year\": 2022,\n      \"month\": \"Nov\",\n      \"basic\": 50000,\n      \"HRA\": 20000,\n      \"specialAllowance\": 52150,\n      \"totalEarnings\": 125000,\n      \"totalDeductions\": 25712,\n      \"netPay\": 99288,\n      \"otherAllowance\": 1600,\n      \"medicalAllowance\": 1250,\n      \"pfDeductions\": 6000,\n      \"gratuity\": 144230.7,\n      \"gratuityStatus\": \"INDICATIVE\",\n       \"loan\": 0,\n      \"basicArrear\":0,\n      \"hraArrear\":0,\n      \"specialAllowanceArrear\":0,\n      \"bonus\":0,\n      \"labourWelfFund\":0,\n      \"travelAllowance\":0,\n      \"educationAllowance\":0,\n      \"conveyanceAllowance\":0,\n      \"dearnessAllowance\":0,\n      \"transportAllowance\":0,\n      \"incomeTax\":0,\n      \"professionalTax\":0,\n      \"taxCalculated\":0,\n      \"netTax\":0,\n      \"totTaxDue\":0,\n      \"taxDeductiblePerMonth\":0,\n      \"remainingMonths\":0,\n      \"prevPeriodLopAndReversalDays\":0,\n      \"ytdTotalDeduction\":0,\n      \"ytdTotalEarnings\":0,\n      \"paidDays\":30,\n      \"lopDays\":0\n    },\n    {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"HDFC Bank\",\n      \"currency\": \"INR\",\n      \"year\": 2022,\n      \"month\": \"Oct\",\n      \"basic\": 50000,\n      \"hra\": 20000,\n      \"specialAllowance\": 52150,\n      \"totalEarnings\": 125000,\n      \"totalDeductions\": 25714,\n      \"netPay\": 99286,\n      \"otherAllowance\": 1600,\n      \"medicalAllowance\": 1250,\n      \"pfDeductions\": 6000,\n      \"gratuity\": 144230.7,\n      \"gratuityStatus\": \"INDICATIVE\",\n       \"loan\": 0,\n      \"basicArrear\":0,\n      \"hraArrear\":0,\n      \"specialAllowanceArrear\":0,\n      \"bonus\":0,\n      \"labourWelfFund\":0,\n      \"travelAllowance\":0,\n      \"educationAllowance\":0,\n      \"conveyanceAllowance\":0,\n      \"dearnessAllowance\":0,\n      \"transportAllowance\":0,\n      \"incomeTax\":0,\n      \"professionalTax\":0,\n      \"taxCalculated\":0,\n      \"netTax\":0,\n      \"totTaxDue\":0,\n      \"taxDeductiblePerMonth\":0,\n      \"remainingMonths\":0,\n      \"prevPeriodLopAndReversalDays\":0,\n      \"ytdTotalDeduction\":0,\n      \"ytdTotalEarnings\":0,\n      \"paidDays\":31,\n      \"lopDays\":0\n    }\n  ],\n  \"employment\": {\n    \"name\": \"John Doe\",\n    \"extractedName\": \"John Doe\",\n    \"employer\": \"HDFC Bank\",\n    \"managerName\": \"Sam Williams\",\n    \"workEmail\": \"johndoe@hdfc.com\",\n    \"designation\": \"Sales Manager\",\n    \"doj\": \"2019-09-16\",\n    \"employeeId\": \"1029001\",\n    \"division\": \"Loans\",\n    \"grade\": \"A\",\n    \"jobLocation\": \"Bangalore\",\n    \"monthlyLeaves\": \"2\",\n    \"workAddress\": \"120B, KIADB Export Promotion Industrial Area, Whitefield, Bengaluru, Karnataka 560066\",\n    \"workPincode\": 560066,\n    \"jobCity\": \"Bengaluru\",\n    \"workRegion\": \"Chennai\",\n    \"workDistrict\": \"Chennai\",\n    \"workState\": \"Tamilnadu\",\n    \"internationalEmployee\": \"No\",\n    \"noticePeriodStatus\": \"Not in Notice Period\",\n    \"timezone\":\"kolkata\",\n    \"employmentStatus\":\"Active\",\n    \"employerStatus\":\"Active\",\n    \"employmentType\":\"SELERIED\",\n    \"probationPeriod\":\"\",\n    \"cinNumber\":\"\",\n    \"dateOfIncorporation\":\"\",\n    \"companyAge\":\"\",\n    \"addressOnMCA\":\"\",\n    \"classOfCompany\":\"\",\n    \"pincode\":\"\",\n    \"city\":\"\",\n    \"State\":\"\",\n    \"region\":\"\",\n    \"directors\":\"\",\n    \"retirementDate\":\"\",\n    \"leaveType\":\"\",\n    \"leavesAvailed\":\"2\",\n    \"leavesAvailable\":\"2\"\n  },\n  \"identity\": {\n    \"name\": \"John Doe\",\n    \"extractedName\": \"John Doe\",\n    \"employer\": \"HDFC Bank\",\n    \"phoneNumber\": \"7299028119\",\n    \"pan\": \"KDSPO1827K\",\n    \"uan\": \"100082961109\",\n    \"drivingLicenseNo\": \"KA9902890\",\n    \"pf\": \"TNAMB16774820000010368\",\n    \"bloodGroup\": \"B+\",\n    \"dob\": \"1986-02-25\",,\n    \"nationality\": \"Indian\",\n    \"martialStatus\": \"Married\",\n    \"dateOfAniversary\": \"dateOfAniversary\",\n    \"spouse\": \"Jane Doe\",\n    \"birthPlace\": \"Kerela\",\n    \"fatherName\": \"Sam Doe\",\n    \"gender\": \"M\",\n    \"houseType\": \"Owned\",\n    \"religion\": \"Christian\",\n    \"physicallyChallanged\": \"N\",\n    \"personalEmail\": \"john9898@gmail.com\",\n    \"bankName\": \"HDFC BANK\",\n    \"bankAccountNumber\": \"19200039000766\",\n    \"branchName\": \"EPIP\",\n    \"bankAccType\": \"Savings\",\n    \"ifscCode\": \"HDFC0003962\",\n    \"paymentMode\": \"online\",\n    \"presentAddress\": \"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n    \"presentAddressPincode\": 560066,\n    \"presentAddressRegion\": \"Whitefield,Bengaluru-12.9698° N, 77.7500° E\",,\n    \"presentAddressDistrict\": \"Bengaluru\",\n    \"presentAddressState\": \"Karnataka\",,\n    \"permanentAddress\": \"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n    \"permanentAddressPincode\": 560066,\n   \"permanentAddressRegion\": \"Whitefield,Bengaluru-12.9698° N, 77.7500° E\",\n    \"permanentAddressDistrict\": \"Bengaluru\",\n    \"permanentAddressState\": \"Karnaraka\",\n    \"bankAddress\":\"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n    \"bankState\":\"Karnataka\",\n    \"bankCentre\":\"Bengaluru\",\n    \"bankDistrict\":\"Bengaluru\",\n    \"officialcontactMobile\":\"7299028119\",\n    \"graduation\":\"\",\n    \"motherTongue\":\"Kannada\",\n    \"landline\":\"\"\n  },\n  \"panValidatedResponse\": {\n    \"pan\": \"KDSPO1827K\",\n    \"lastFourDigitAadhaar\": \"4181\",\n    \"firstName\": \"john\",\n    \"middleName\": \"richard\",\n    \"lastName\": \"doe\",\n    \"gender\": \"Male\",\n    \"dob\": \"1986-02-25\",\n    \"address\": \"B-76, Aloknanda Society, Whitefield,Bengaluru-560066\",\n    \"city\": \"Bengaluru\",\n    \"state\": \"Karnaraka\",\n    \"country\": \"INDIA\",\n    \"pincode\": \"431717\",\n    \"mobile\":\"7299028119\",\n    \"email\":\"john9898@gmail.com\"\n  }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"fields-table-1\">Fields Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <code>T200</code> <code>T204</code> <code>T206</code> <code>T404</code> <a href=\"https://docs.tartanhq.com/docs/api-docs/yivnmv5y0urrd-status-codes\"><code>...</code></a></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Successful</code> <code>No Data Points Extracted</code> <code>partial_content</code> <code>payroll not Found</code> <a href=\"https://docs.tartanhq.com/docs/api-docs/yivnmv5y0urrd-status-codes\"><code>...</code></a></td>\n</tr>\n<tr>\n<td>appliationId*</td>\n<td>String</td>\n<td>Unique identifier from your system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>submittedDate*</td>\n<td>ISO Date</td>\n<td>Application submission date</td>\n</tr>\n<tr>\n<td>updatedDate*</td>\n<td>ISO Date</td>\n<td>Application latest update date</td>\n</tr>\n<tr>\n<td>income</td>\n<td>Object</td>\n<td>Object containing details about Income.</td>\n</tr>\n<tr>\n<td>employment</td>\n<td>Object</td>\n<td>Object containing details about employment.</td>\n</tr>\n<tr>\n<td>identity</td>\n<td>Object</td>\n<td>Object containing details about identity.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"income-details-table-2\">Income Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Currency of Income ex. <code>INR</code> and <code>USD</code></td>\n</tr>\n<tr>\n<td>year</td>\n<td>Integer</td>\n<td>Year of the payslip</td>\n</tr>\n<tr>\n<td>month</td>\n<td>String</td>\n<td>Month of Payslip(First 3 letters)</td>\n</tr>\n<tr>\n<td>basic</td>\n<td>Decimal</td>\n<td>Basic amount</td>\n</tr>\n<tr>\n<td>HRA</td>\n<td>Decimal</td>\n<td>House rent allowance amount</td>\n</tr>\n<tr>\n<td>loan</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>specialAllowance</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>basicArrear</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>hraArrear</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>specialAllowanceArrear</td>\n<td>Decimal</td>\n<td>Outstanding compensation owed to an employee for completed work.</td>\n</tr>\n<tr>\n<td>bonus</td>\n<td>Decimal</td>\n<td>Additional payment to employees on top of base salary.</td>\n</tr>\n<tr>\n<td>labourWelfFund</td>\n<td>Decimal</td>\n<td>Contribution deducted from employee or worker salary towards LWF.</td>\n</tr>\n<tr>\n<td>totalEarnings*</td>\n<td>Decimal</td>\n<td>Total Earnings amount</td>\n</tr>\n<tr>\n<td>totalDeductions*</td>\n<td>Decimal</td>\n<td>Total decution amount</td>\n</tr>\n<tr>\n<td>netPay*</td>\n<td>Decimal</td>\n<td>Net amount received</td>\n</tr>\n<tr>\n<td>travelAllowance</td>\n<td>Decimal</td>\n<td>Allowance for travelling</td>\n</tr>\n<tr>\n<td>educationAllowance</td>\n<td>Decimal</td>\n<td>Allowance for education</td>\n</tr>\n<tr>\n<td>conveyanceAllowance</td>\n<td>Decimal</td>\n<td>Allowance for conveyance</td>\n</tr>\n<tr>\n<td>transportAllowance</td>\n<td>Decimal</td>\n<td>Allowance for transport</td>\n</tr>\n<tr>\n<td>incomeTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>professionalTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>taxCalculated</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>netTax</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>totTaxDue</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>taxDeductiblePerMonth</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>remainingMonths</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>dearnessAllowance</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>prevPeriodLopAndReversalDays</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>ytdTotalDeduction</td>\n<td>decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>ytdTotalEarnings</td>\n<td>Decimal</td>\n<td></td>\n</tr>\n<tr>\n<td>paidDays</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>lopDays</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"employment-details-table-2\">Employment Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>employeeId</td>\n<td>String</td>\n<td>Unique Employee Id</td>\n</tr>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer</td>\n</tr>\n<tr>\n<td>extractedName*</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>employer</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>managerName</td>\n<td>String</td>\n<td>Name of the manager</td>\n</tr>\n<tr>\n<td>workEmail</td>\n<td>String</td>\n<td>Official email</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>String</td>\n<td>Designation in the company</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Department of work</td>\n</tr>\n<tr>\n<td>doj</td>\n<td>String</td>\n<td>Date of joining of the customer</td>\n</tr>\n<tr>\n<td>division</td>\n<td>String</td>\n<td>Division of work</td>\n</tr>\n<tr>\n<td>grade</td>\n<td>String</td>\n<td>Work grade of customer</td>\n</tr>\n<tr>\n<td>jobLocation</td>\n<td>String</td>\n<td>Job location of customer</td>\n</tr>\n<tr>\n<td>monthlyLeaves</td>\n<td>String</td>\n<td>Number of monthly leaves</td>\n</tr>\n<tr>\n<td>workAddress</td>\n<td>String</td>\n<td>Work Address</td>\n</tr>\n<tr>\n<td>workPincode</td>\n<td>String</td>\n<td>Work Address pincode</td>\n</tr>\n<tr>\n<td>jobCity</td>\n<td>String</td>\n<td>Job city</td>\n</tr>\n<tr>\n<td>workRegion</td>\n<td>String</td>\n<td>Work Region</td>\n</tr>\n<tr>\n<td>workDistrict</td>\n<td>String</td>\n<td>Work district</td>\n</tr>\n<tr>\n<td>workState</td>\n<td>String</td>\n<td>Work state</td>\n</tr>\n<tr>\n<td>internationalEmployee</td>\n<td>String</td>\n<td>does customer is international employee, one of <code>Yes</code>, <code>No</code>, <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>highestEducation</td>\n<td>String</td>\n<td>Highest education of the customer</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>timezone of employment eg. <code>kolkata</code></td>\n</tr>\n<tr>\n<td>employmentStatus</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>employerStatus</td>\n<td>String</td>\n<td>Status of employment of customer: <code>ACTIVE</code> <code>DORMANT</code> <code>PROCESS_OF_STRIKING_OFF</code> <code>NOT_AVAILABLE_FOR_E_FILING</code> <code>CLOSED</code> <code>DOES_NOT_EXIST</code></td>\n</tr>\n<tr>\n<td>employmentType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>probationPeriod</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>cinNumber</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>dateOfIncorporation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>companyAge</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>addressOnMCA</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>classOfCompany</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>State</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>region</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>directors</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>retirementDate</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>leaveType</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>leavesAvailed</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>leavesAvailable</td>\n<td>Integer</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"identity-details-table-2\">Identity Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>Phone number of the customer</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>String</td>\n<td>Permanent account number of the customer</td>\n</tr>\n<tr>\n<td>aadhar</td>\n<td>String</td>\n<td>Aadhar number of the customer</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>String</td>\n<td>Passport number of the customer</td>\n</tr>\n<tr>\n<td>uan</td>\n<td>String</td>\n<td>Universal account number of the customer</td>\n</tr>\n<tr>\n<td>pf</td>\n<td>String</td>\n<td>Provident fund number of the customer</td>\n</tr>\n<tr>\n<td>drivingLicenseNo</td>\n<td>String</td>\n<td>Driving licence of customer</td>\n</tr>\n<tr>\n<td>bloodGroup</td>\n<td>String</td>\n<td>Blood group fo customer</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of birth of the customer</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>String</td>\n<td>Natioanality of the customer</td>\n</tr>\n<tr>\n<td>martialStatus</td>\n<td>String</td>\n<td>Martial status of the customer</td>\n</tr>\n<tr>\n<td>spouse</td>\n<td>String</td>\n<td>Name of the spouse if married</td>\n</tr>\n<tr>\n<td>dateOfAnniversary</td>\n<td>String</td>\n<td>Date of anniversary</td>\n</tr>\n<tr>\n<td>birthPlace</td>\n<td>String</td>\n<td>Birth place of customer</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>String</td>\n<td>Father name of customer</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>Fax number of customer</td>\n</tr>\n<tr>\n<td>houseType</td>\n<td>String</td>\n<td>Type of house <code>Owned</code> or <code>Rented</code></td>\n</tr>\n<tr>\n<td>religion</td>\n<td>String</td>\n<td>Religion of customer</td>\n</tr>\n<tr>\n<td>physicallyChallanged</td>\n<td>String</td>\n<td>Does customer is physically challenged <code>Y</code> or <code>N</code></td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>String</td>\n<td>Personal email of customer</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>String</td>\n<td>Bank of customer</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>String</td>\n<td>Bank Account number of customer</td>\n</tr>\n<tr>\n<td>branchName</td>\n<td>String</td>\n<td>Bank branch of customer</td>\n</tr>\n<tr>\n<td>bankAccType</td>\n<td>String</td>\n<td>Bank account type of customer</td>\n</tr>\n<tr>\n<td>ifscCode</td>\n<td>String</td>\n<td>IFSC code of customer</td>\n</tr>\n<tr>\n<td>paymentMode</td>\n<td>String</td>\n<td>payment mode eg. <code>online</code></td>\n</tr>\n<tr>\n<td>presentAddress</td>\n<td>String</td>\n<td>present address of customer</td>\n</tr>\n<tr>\n<td>presentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>presentAddressRegion</td>\n<td>String</td>\n<td>present address region</td>\n</tr>\n<tr>\n<td>presentAddressDistrict</td>\n<td>String</td>\n<td>address district</td>\n</tr>\n<tr>\n<td>presentAddressState</td>\n<td>String</td>\n<td>present address stage</td>\n</tr>\n<tr>\n<td>permanentAddress</td>\n<td>String</td>\n<td>permanent address</td>\n</tr>\n<tr>\n<td>permanentAddressPincode</td>\n<td>Integer</td>\n<td>Address pincode</td>\n</tr>\n<tr>\n<td>permanentAddressRegion</td>\n<td>String</td>\n<td>permanent address region</td>\n</tr>\n<tr>\n<td>permanentAddressDistrict</td>\n<td>String</td>\n<td>permanent address district</td>\n</tr>\n<tr>\n<td>permanentAddressState</td>\n<td>String</td>\n<td>permanent address state</td>\n</tr>\n<tr>\n<td>officialcontactMobile</td>\n<td>String</td>\n<td>official contact number of cutomer</td>\n</tr>\n<tr>\n<td>bankAddress</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankState</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankCentre</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>bankDistrict</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>graduation</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>motherTongue</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>landline</td>\n<td>String</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"panvalidatedresponse-details-table-1\">panValidatedResponse Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pan</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lastFourDigitAadhaar</td>\n<td>String</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>String</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9eb42031-360c-4c9f-bf54-54745f1f2317"},{"name":"Failed Webhook Response","item":[],"id":"b851acf1-b64b-4288-9410-68cec34958c4","description":"<p>The \"No Data Points Extracted\" response indicates that the system was unable to extract any meaningful data from the submitted documents. This status is typically encountered when the input files are invalid, contain insufficient information, or do not match expected formats.</p>\n<h4 id=\"response-structure\"><strong>Response</strong> <strong>Structure</strong>:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T204\",\n  \"status\": \"Failed\",\n  \"error\": \"No Data Points Extracted\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"2a661479-a631-49f2-89cd-5de3c12717a2\",\n  \"QA\": {\n    \"status\": \"Application Rejected\",\n    \"remarks\": \"No Data Points Extracted\",\n    \"zipFileLink\": \"https://dev-tekken-payslips.s3.ap-south-1.amazonaws.com/2a661479-a631-49f2-89cd-5de3c12717a2/2a661479-a631-49f2-89cd-5de3c12717a2.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Date=20230124T134254Z&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Expires=3599&amp;X-Amz-Credential=AKIAWDQCA6LR3VQZ62PF/20230124/ap-south-1/s3/aws4_request&amp;X-Amz-Signature=2ba281fe3ed3c0e96ffde185582ad81df8602dba1ede261e5139dca131eceeae\",\n    \"employeeMismatchConfidence\": null,\n    \"employerMismatchConfidence\": null,\n    \"blurDocuments\": [],\n    \"duplicatePayslips\": null,\n    \"payslipsClassification\": []\n  }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"fields-table\">Fields Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>error*</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>applicationId*</td>\n<td>String</td>\n<td>Unique identifier from you system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>QA*</td>\n<td>Object</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"qa-details-table\">QA Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status one of <code>Application Processed</code> or <code>Application Rejected</code></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>remarks for the payslips</td>\n</tr>\n<tr>\n<td>zipFileLink</td>\n<td>String</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n<tr>\n<td>employeeMismatchConfidence</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>employerMismatchConfidence</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>blurDocuments</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>duplicatePayslips</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>payslipsClassification</td>\n<td>Object</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"payslipsclassification\">payslipsClassification</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payslip</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>score</td>\n<td>Float</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"payroll-not-found\">Payroll Not Found</h2>\n<p>The \"Payroll Not Found\" response indicates that the system could not locate payroll information for the provided details. This status is returned when no matching records are found in the payroll database or the provided inputs do not correspond to any existing payroll data.</p>\n<h4 id=\"response-structure-1\"><strong>Response</strong> <strong>Structure</strong>:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T404\",\n  \"status\": \"Failed\",\n  \"error\": \"Payroll Not Found\",\n  \"applicationId\": \"abcdef\",\n  \"id\": \"f5de5a32-14ad-4a62-981c-a3fb898297c5\",\n  \"QA\": {\n    \"status\": \"Payroll Not Found\",\n    \"remarks\": \"Payroll Not Found\",\n    \"zipFileLink\": null,\n    \"employeeMismatchConfidence\": null,\n    \"employerMismatchConfidence\": null,\n    \"blurDocuments\": [],\n    \"duplicatePayslips\": null,\n    \"payslipsClassification\": []\n  }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h3 id=\"fields-table-1\">Fields Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>error*</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>applicationId*</td>\n<td>String</td>\n<td>Unique identifier from you system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>QA*</td>\n<td>Object</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"qa-details-table-1\">QA Details Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status one of <code>Application Processed</code> or <code>Application Rejected</code></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>remarks for the payslips</td>\n</tr>\n<tr>\n<td>zipFileLink</td>\n<td>String</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n<tr>\n<td>employeeMismatchConfidence</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>employerMismatchConfidence</td>\n<td>Double</td>\n<td></td>\n</tr>\n<tr>\n<td>blurDocuments</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>duplicatePayslips</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>payslipsClassification</td>\n<td>Object</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"payslipsclassification-1\">payslipsClassification</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payslip</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>score</td>\n<td>Float</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b851acf1-b64b-4288-9410-68cec34958c4"}],"id":"bd2d6b9c-7819-4b68-bcb3-63562332ab93","description":"<p>A webhook is a mechanism that sends real-time updates to a client-specified URL when specific events occur. In this case, the webhook notifies the client about the status and results of payslip processing.</p>\n<h4 id=\"key-points\"><strong>Key Points</strong>:</h4>\n<ul>\n<li><p><strong>Purpose</strong>: Deliver real-time status updates, such as success or failure of document extraction.</p>\n</li>\n<li><p><strong>Workflow</strong>: Triggers on event completion and sends an HTTP POST request with the event details.</p>\n</li>\n</ul>\n","_postman_id":"bd2d6b9c-7819-4b68-bcb3-63562332ab93"},{"name":"Status Codes","item":[],"id":"68f049c1-81b2-46d4-9d0c-e8ec8f215d39","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Status</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>T200</td>\n<td>Successful</td>\n<td>SUCCESSFUL</td>\n</tr>\n<tr>\n<td>T101</td>\n<td>Employee name mismatch</td>\n<td>MISMATCH_CHECK_FAILED</td>\n</tr>\n<tr>\n<td>T102</td>\n<td>Employer name mismatch</td>\n<td>MISMATCH_CHECK_FAILED</td>\n</tr>\n<tr>\n<td>T103</td>\n<td>Month or year mismatch (uploaded payslips are not of prev month they are of some other month)</td>\n<td>MISMATCH_CHECK_FAILED</td>\n</tr>\n<tr>\n<td>T106</td>\n<td>Duplicate payslips found</td>\n<td>DUPLICATE_PAYSLIPS_FOUND</td>\n</tr>\n<tr>\n<td>T204</td>\n<td>No Data Points Extracted</td>\n<td>FAILED</td>\n</tr>\n<tr>\n<td>T205</td>\n<td>Min Criteria Failed (Income, Employment, or both)</td>\n<td>MIN_CRITERIA_FAILED</td>\n</tr>\n<tr>\n<td>T206</td>\n<td>Partial content</td>\n<td>PARTIAL_CONTENT</td>\n</tr>\n<tr>\n<td>T207</td>\n<td>Multiple Checks Failed (Min Criteria &amp; Mismatch check both failed)</td>\n<td>MULTIPLE_VALIDATIONS_FAILED</td>\n</tr>\n<tr>\n<td>T429</td>\n<td>Exhausted maximum Login Attempts</td>\n<td>FAILED</td>\n</tr>\n<tr>\n<td>T404</td>\n<td>payroll not Found</td>\n<td>PAYROLL_NOT_FOUND</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"68f049c1-81b2-46d4-9d0c-e8ec8f215d39"}],"id":"daf96deb-9bfb-469f-8bf3-e6fd333fe660","description":"<p>Tartan provides you the power to connect with your customer's payroll system and enables you to:</p>\n<ul>\n<li><p>Pre-populate user data points around income, employment, reputation and identity</p>\n</li>\n<li><p>Verify Income &amp; Employment</p>\n</li>\n<li><p>Get real-time account updates via webhook response</p>\n</li>\n</ul>\n<p>What we ultimately enable here is the instant transfer of relevant end user information, right from the source - i.e. the payroll portal of your customer. This ensures the authenticity of the data you receive and helps you understand your users more closely</p>\n<p>We are integrated with most of the major payroll providers, thereby, ensuring a coverage of a large chunk salaried section.</p>\n<img src=\"https://content.pstmn.io/02fa08a0-09be-4958-a1e3-32afbe42950e/cmVjZW50LnBuZw==\" />","_postman_id":"daf96deb-9bfb-469f-8bf3-e6fd333fe660"},{"name":"Payslip OCR","item":[{"name":"Create Link","item":[{"name":"Create link","id":"8dc92972-84a0-4685-8ef3-daa032c35831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"<p>An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyName\": \"Some Company\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link","urlObject":{"path":["aphrodite","external","v1","create-link"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"99a8a071-e7f3-4a39-a5f6-b1fb088d4e9f","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Authorization","value":"Bearer {{tooken}}"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyName\": \"Some Company\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successfully Created Link\",\n  \"id\": \"1638358932556-XXXXXXXX\",\n  \"link\": \"external.tartanhq.com/?tkn=t933tlrk&companyName=Some+Company&type=visualise\"\n}"},{"id":"5bf29645-3415-4757-9144-bd59a1252266","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyName\": \"Some Company\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Missing parameter in request\"\n}"},{"id":"9d81599d-f9a4-476d-8db1-7f695954697e","name":"Bearer token expired or x-api-key missing in header. \n\nAll credits are exhausted contact [support@tartanhq.com](support@tartanhq.com)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, application/xml"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mr ABC XYZ\",\n  \"applicationId\": \"APP001002\",\n  \"companyName\": \"Some Company\",\n  \"phoneNumber\": \"91XXXXXXXXXX\",\n  \"email\": \"xyz@abc.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/create-link"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"8dc92972-84a0-4685-8ef3-daa032c35831"}],"id":"a8453882-7576-4d8d-b1f7-2a42a3950886","_postman_id":"a8453882-7576-4d8d-b1f7-2a42a3950886","description":""},{"name":"Webhook","item":[{"name":"Document Based","item":[],"id":"7cee2338-acd8-4396-8dc9-7ca75bba4503","description":"<h3 id=\"success-error-cases-priority-list\">Success Error Cases Priority List</h3>\n<p>This is the order of different non-failure cases thrown for payslips in case the payslip passes multiple cases</p>\n<ol>\n<li><p>Employer Mismatch</p>\n</li>\n<li><p>Employee Mismatch</p>\n</li>\n<li><p>Duplicate Payslips</p>\n</li>\n<li><p>Payslip out of range</p>\n</li>\n<li><p>Minimum Criteria Failed</p>\n</li>\n<li><p>Multiple Validations Failed</p>\n</li>\n</ol>\n<h4 id=\"success-case\">Success Case</h4>\n<p>The operation was completed successfully, and the requested data is returned as expected.</p>\n<h5 id=\"response-structure\">Response Structure:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T200\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T11:36:01.019+05:30\",\n    \"updatedDate\": \"2023-03-20T11:36:01.019+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2022,\n        \"month\": \"Dec\",\n        \"totalEarnings\": 141667,\n        \"totalDeductions\": 49798,\n        \"netPay\": 91869,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"hra\": 22667,\n        \"basic\": 56667,\n        \"specialAllowance\": 59483,\n        \"otherAllowance\": 1250,\n        \"tds\": 24464,\n        \"pfDeductions\": 6800,\n        \"otherDeductions\": 18334,\n        \"gratuity\": 163462,\n        \"gratuityStatus\": \"INDICATIVE\"\n      },\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2023,\n        \"month\": \"Jan\",\n        \"totalEarnings\": 141667,\n        \"totalDeductions\": 59797,\n        \"netPay\": 81870,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"hra\": 22667,\n        \"basic\": 56667,\n        \"specialAllowance\": 59483,\n        \"otherAllowance\": 1250,\n        \"tds\": 24463,\n        \"pfDeductions\": 6800,\n        \"otherDeductions\": 10000,\n        \"gratuity\": 163462,\n        \"gratuityStatus\": \"INDICATIVE\"\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"designation\": \"CTO\",\n      \"department\": \"Technology\",\n      \"doj\": \"2021-06-01\",\n      \"employeeId\": \"HUL80003\",\n      \"personalEmail\": \"john8989@gmail.com\",\n      \"cinNumber\": \"U65999MH2016PTC285244\",\n      \"dateOfIncorporation\": \"29 08 2016\",\n      \"companyAge\": \"6 years, 0 month, 3 days\",\n      \"addressOnMCA\": \"B/202,Times Square Bldg, Opp, Mittal Industrial Estate Andheri Kurla Road, Andheri East Mumbai Mumbai City MH 400059 IN\",\n      \"classOfCompany\": \"Private\",\n      \"pincode\": \"400059\",\n      \"city\": \"MUMBAI SUBUEBAN\",\n      \"state\": \"Maharashtra\",\n      \"region\": \"J.B. Nagar S.O\",\n      \"directors\": [\n        \"RAHEEL CHETAN SHAH\",\n        \"VARUN CHOPRA\"\n      ]\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"pan\": \"HOLGH1983K\",\n      \"uan\": \"100082961109\",\n      \"pf\": \"TNAMB16774820000010368\",\n      \"bankName\": \"HDFC Bank\",\n      \"bankAccountNumber\": \"576870980\"\n    },\n    \"QA\": {\n      \"status\": \"Application Processed\",\n      \"confidence\": 0,\n      \"payslipsClassification\": [\n        {\n          \"name\": \"xxxxxxx.pdf\",\n          \"payslip\": true,\n          \"score\": 99\n        }\n      ]\n    }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"fields-table\">Fields Table</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <a href=\"https://docs.tartanhq.com/docs/api-docs/branches/Version-3.1/yivnmv5y0urrd-status-codes\">Status codes</a></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>applicationId*</td>\n<td>String</td>\n<td>Unique identifier from your system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>submittedDate*</td>\n<td>iso Date</td>\n<td>Application submission date</td>\n</tr>\n<tr>\n<td>updatedDate*</td>\n<td>iso Date</td>\n<td>Application latest update date</td>\n</tr>\n<tr>\n<td>income</td>\n<td>object</td>\n<td>Object containing details about income.</td>\n</tr>\n<tr>\n<td>employment</td>\n<td>object</td>\n<td>Object containing details about employment.</td>\n</tr>\n<tr>\n<td>identity</td>\n<td>object</td>\n<td>Object containing details about identity.</td>\n</tr>\n<tr>\n<td>QA*</td>\n<td>Object</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"income-details-table\">Income Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>year</td>\n<td>Integer</td>\n<td>Year of the payslip</td>\n</tr>\n<tr>\n<td>month</td>\n<td>String</td>\n<td>Month of Payslip(First 3 letters)</td>\n</tr>\n<tr>\n<td>totalEarnings*</td>\n<td>Decimal</td>\n<td>Total Earnings amount</td>\n</tr>\n<tr>\n<td>totalDeductions*</td>\n<td>Decimal</td>\n<td>Total decution amount</td>\n</tr>\n<tr>\n<td>netPay*</td>\n<td>Decimal</td>\n<td>Net amount received</td>\n</tr>\n<tr>\n<td>doj</td>\n<td>Date</td>\n<td>In format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>employeeId</td>\n<td>String</td>\n<td>Unique Employee Id</td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>String</td>\n<td>Personal email of customer</td>\n</tr>\n<tr>\n<td>workEmail</td>\n<td>String</td>\n<td>Work email of customer</td>\n</tr>\n<tr>\n<td>lopDays</td>\n<td>integer</td>\n<td>Loss of pay days</td>\n</tr>\n<tr>\n<td>stdDays</td>\n<td>integer</td>\n<td>Working days</td>\n</tr>\n<tr>\n<td>paidDays</td>\n<td>integer</td>\n<td>Number of paid leaves</td>\n</tr>\n<tr>\n<td>leaveTravelAllowance</td>\n<td>BigDecimal</td>\n<td>Amount paid to cover expenses for domestic travel during leave. (tax-exempt benefit)</td>\n</tr>\n<tr>\n<td>telephoneAllowance</td>\n<td>BigDecimal</td>\n<td>Amount paid to cover telephone expenses</td>\n</tr>\n<tr>\n<td>personalAllowance</td>\n<td>BigDecimal</td>\n<td>Amount paid to cover personal expenses, often customizable based on individual needs.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"employment-details-table\">Employment Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedNam</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>String</td>\n<td>Tartan unique identifier</td>\n</tr>\n<tr>\n<td>department</td>\n<td>String</td>\n<td>Department of work</td>\n</tr>\n<tr>\n<td>doj</td>\n<td>Date</td>\n<td>In format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>employeeId</td>\n<td>String</td>\n<td>Unique Employee Id</td>\n</tr>\n<tr>\n<td>personalEmail</td>\n<td>String</td>\n<td>Personal email of customer</td>\n</tr>\n<tr>\n<td>workEmail</td>\n<td>String</td>\n<td>Work email of customer</td>\n</tr>\n<tr>\n<td>jobCity</td>\n<td>String</td>\n<td>Job city of customer</td>\n</tr>\n<tr>\n<td>workAddress</td>\n<td>String</td>\n<td>Work address</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>String</td>\n<td>Work address pincode</td>\n</tr>\n<tr>\n<td>workRegion</td>\n<td>String</td>\n<td>Work address region</td>\n</tr>\n<tr>\n<td>workDistrict</td>\n<td>String</td>\n<td>Work address district</td>\n</tr>\n<tr>\n<td>workState</td>\n<td>String</td>\n<td>Work address state</td>\n</tr>\n<tr>\n<td>stateForPT</td>\n<td>String</td>\n<td>State for which the professional tax is being charged</td>\n</tr>\n<tr>\n<td>costCentre</td>\n<td>String</td>\n<td>String</td>\n</tr>\n<tr>\n<td>employeeStatus</td>\n<td>String</td>\n<td>Employee status of customer</td>\n</tr>\n<tr>\n<td>totalExperience</td>\n<td>Integer</td>\n<td>Total Work experience of the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"identity-details-table\">Identity Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Name of the customer while creating link</td>\n</tr>\n<tr>\n<td>extractedName</td>\n<td>String</td>\n<td>Extracted name of the customer</td>\n</tr>\n<tr>\n<td>employer*</td>\n<td>String</td>\n<td>Employer Name</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>String</td>\n<td>Permanent account number of the customer</td>\n</tr>\n<tr>\n<td>uan</td>\n<td>String</td>\n<td>Universal account number of the customer</td>\n</tr>\n<tr>\n<td>pf</td>\n<td>String</td>\n<td>Provident fund number of the customer</td>\n</tr>\n<tr>\n<td>esic</td>\n<td>String</td>\n<td>Employee state insurance number of the customer</td>\n</tr>\n<tr>\n<td>pen</td>\n<td>String</td>\n<td>Permanent employee number of the customer</td>\n</tr>\n<tr>\n<td>aadhar</td>\n<td>String</td>\n<td>Aadhar number of the customer</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td>Gender of the customer</td>\n</tr>\n<tr>\n<td>bankName</td>\n<td>String</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>bankAccountNumber</td>\n<td>String</td>\n<td>Bank account number of the customer</td>\n</tr>\n<tr>\n<td>branchName</td>\n<td>String</td>\n<td>Name of the branch</td>\n</tr>\n<tr>\n<td>ifscCode</td>\n<td>String</td>\n<td>Ifsc code of the branch where account is present</td>\n</tr>\n<tr>\n<td>age</td>\n<td>Integer</td>\n<td>Age of the customer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"qa-details-table\">QA Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zipFileLink</td>\n<td>String</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n<tr>\n<td>confidence</td>\n<td>Float</td>\n<td>OCR cofidence for payslips 100 is the highest</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status one of <code>Application Processed</code> or <code>Application Rejected</code> by OCR</td>\n</tr>\n<tr>\n<td>forgeryAnalysis</td>\n<td>Object</td>\n<td>Does payslip is forged <code>true</code> or <code>false</code></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"forgeryanalysis-details-table\">forgeryAnalysis Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>forgery</td>\n<td>Boolean</td>\n<td>Is forgery or not</td>\n</tr>\n<tr>\n<td>forgeryScore</td>\n<td>Double</td>\n<td>If forgery is true, how much forgery percentage</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>String</td>\n<td>Reason for why it is a forgery</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"case-1--employee-mismatch\"><strong>Case 1 : Employee Mismatch</strong></h3>\n<p>The employee name on the provided document does not match the records in the system.</p>\n<h5 id=\"response-structure-\">Response Structure :</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T101\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T11:50:22.965+05:30\",\n    \"updatedDate\": \"2023-03-20T11:50:22.965+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Vaishnwa\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2023,\n        \"month\": \"Jan\",\n        \"totalEarnings\": 63157,\n        \"totalDeductions\": 2000,\n        \"netPay\": 61157,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"hra\": 13542,\n        \"otherAllowance\": 49615,\n        \"pfDeductions\": 1800,\n        \"gratuity\": 78126.92,\n        \"gratuityStatus\": \"INDICATIVE\"\n      },\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Vaishnwa\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2023,\n        \"month\": \"Feb\",\n        \"totalEarnings\": 52367,\n        \"totalDeductions\": 9398,\n        \"netPay\": 42969,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 28,\n        \"lopDays\": 0,\n        \"basic\": 27084,\n        \"otherAllowance\": 25283,\n        \"tds\": 7298,\n        \"pfDeductions\": 1800,\n        \"gratuity\": 78126.92,\n        \"gratuityStatus\": \"INDICATIVE\"\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Vaishnwa\",\n      \"employer\": \"Hindustan Unilever\",\n      \"designation\": \"Credit Risk Manager\",\n      \"doj\": \"2020-01-06\",\n      \"employeeId\": \"HUL80003\",\n      \"personalEmail\": \"john8989@gmail.com\",\n      \"cinNumber\": \"U65999MH2016PTC285244\",\n      \"dateOfIncorporation\": \"29 08 2016\",\n      \"companyAge\": \"6 years, 0 month, 3 days\",\n      \"addressOnMCA\": \"B/202,Times Square Bldg, Opp, Mittal Industrial Estate Andheri Kurla Road, Andheri East Mumbai Mumbai City MH 400059 IN\",\n      \"classOfCompany\": \"Private\",\n      \"pincode\": \"400059\",\n      \"city\": \"MUMBAI SUBUEBAN\",\n      \"state\": \"Maharashtra\",\n      \"region\": \"J.B. Nagar S.O\",\n      \"directors\": [\n        \"RAHEEL CHETAN SHAH\",\n        \"VARUN CHOPRA\"\n      ]\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Vaishnwa\",\n      \"employer\": \"Hindustan Unilever\",\n      \"pan\": \"HOLGH1983K\",\n      \"uan\": \"100082961109\",\n      \"pf\": \"TNAMB16774820000010368\",\n      \"bankAccountNumber\": \"920010011772167\"\n    },\n    \"QA\": {\n      \"status\": \"One of the mismatch checks failed\",\n      \"remarks\": \"Employee name mismatch found. Name on invite: John Doe. Extracted employee names: john Vaishnwa,\",\n      \"confidence\": 0,\n      \"payslipsClassification\": [\n        {\n          \"name\": \"John_Doe.pdf\",\n          \"payslip\": true,\n          \"score\": 99\n        }\n      ],\n    \"employeeMismatchConfidence\": 51.42857142857144\n    },\n    \"Validation\": {\n      \"type\": \"MISMATCH_CHECK_FAILED\",\n      \"message\": \"Employee name mismatch found. Name on invite: John Doe. Extracted employee names: John Vaishnwa,\"\n    }\n}\n\n</code></pre>\n<h3 id=\"case-2--employer-mismatch\"><strong>Case 2 :</strong> Employer Mismatch</h3>\n<p>The employer name on the provided document does not match the records in the system.</p>\n<h5 id=\"response-structure--1\">Response Structure :</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T102\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T11:59:30.125+05:30\",\n    \"updatedDate\": \"2023-03-20T11:59:30.125+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2023,\n        \"month\": \"Jan\",\n        \"totalEarnings\": 63157,\n        \"totalDeductions\": 2000,\n        \"netPay\": 61157,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"hra\": 13542,\n        \"otherAllowance\": 49615,\n        \"pfDeductions\": 1800,\n        \"gratuity\": 78126.92,\n        \"gratuityStatus\": \"INDICATIVE\"\n      },\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2023,\n        \"month\": \"Feb\",\n        \"totalEarnings\": 52367,\n        \"totalDeductions\": 9398,\n        \"netPay\": 42969,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 28,\n        \"lopDays\": 0,\n        \"basic\": 27084,\n        \"otherAllowance\": 25283,\n        \"tds\": 7298,\n        \"pfDeductions\": 1800,\n        \"gratuity\": 78126.92,\n        \"gratuityStatus\": \"INDICATIVE\"\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"designation\": \"Credit Risk Manager\",\n      \"doj\": \"2020-01-06\",\n      \"employeeId\": \"HUL80003\",\n      \"personalEmail\": \"john8989@gmail.com\"\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"pan\": \"HOLGH1983K\",\n      \"uan\": \"100082961109\",\n      \"pf\": \"TNAMB16774820000010368\",\n      \"bankAccountNumber\": \"920010011772167\"\n    },\n    \"QA\": {\n      \"status\": \"One of the mismatch checks failed\",\n      \"remarks\": \"None of the payslips match with employer name. User entered:Hindustan Unilever                Extracted employer names: Finwizard Technology Pvt Ltd\",\n      \"confidence\": 0,\n      \"payslipsClassification\": [\n        {\n          \"name\": \"John_Doe.pdf\",\n          \"payslip\": true,\n          \"score\": 99\n        }\n      ],\n      \"employerMismatchConfidence\": 43.05555555555557\n    },\n    \"Validation\": {\n      \"type\": \"MISMATCH_CHECK_FAILED\",\n      \"message\": \"None of the payslips match with employer name. User entered: Hindustan Unilever              Extracted employer names: Finwizard Technology Pvt Ltd\"\n    }\n}\n\n</code></pre>\n<h3 id=\"case-3--payslip-out-of-range\"><strong>Case 3 :</strong> Payslip out of range</h3>\n<p>The payslips provided are outside the acceptable date range for processing.</p>\n<h5 id=\"response-structure-1\">Response Structure:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T103\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T12:09:22.876+05:30\",\n    \"updatedDate\": \"2023-03-20T12:09:22.876+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2022,\n        \"month\": \"Oct\",\n        \"totalEarnings\": 63157,\n        \"totalDeductions\": 2000,\n        \"netPay\": 61157,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"pfDeductions\": 1800,\n        \"gratuity\": 78126.92,\n        \"gratuityStatus\": \"INDICATIVE\"\n      },\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2023,\n        \"month\": \"Feb\",\n        \"totalEarnings\": 52367,\n        \"totalDeductions\": 9398,\n        \"netPay\": 42969,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 28,\n        \"lopDays\": 0,\n        \"basic\": 27084,\n        \"otherAllowance\": 25283,\n        \"tds\": 7298,\n        \"pfDeductions\": 1800,\n        \"gratuity\": 78126.92,\n        \"gratuityStatus\": \"INDICATIVE\"\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"designation\": \"Credit Risk Manager\",\n      \"doj\": \"2020-01-06\",\n      \"employeeId\": \"HUL80003\",\n      \"personalEmail\": \"john8989@gmail.com\",\n      \"cinNumber\": \"U65999MH2016PTC285244\",\n      \"dateOfIncorporation\": \"29 08 2016\",\n      \"companyAge\": \"6 years, 0 month, 3 days\",\n      \"addressOnMCA\": \"B/202,Times Square Bldg, Opp, Mittal Industrial Estate Andheri Kurla Road, Andheri East Mumbai Mumbai City MH 400059 IN\",\n      \"classOfCompany\": \"Private\",\n      \"pincode\": \"400059\",\n      \"city\": \"MUMBAI SUBUEBAN\",\n      \"state\": \"Maharashtra\",\n      \"region\": \"J.B. Nagar S.O\",\n      \"directors\": [\n        \"RAHEEL CHETAN SHAH\",\n        \"VARUN CHOPRA\"\n      ]\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"pan\": \"HOLGH1983K\",\n      \"uan\": \"100082961109\",\n      \"pf\": \"TNAMB16774820000010368\",\n      \"bankAccountNumber\": \"920010011772167\"\n    },\n    \"QA\": {\n      \"status\": \"One of the mismatch checks failed\",\n      \"remarks\": \"Payslip date out of range for 1 payslip(s)\",\n      \"confidence\": 0,\n      \"payslipsClassification\": [\n        {\n        \"name\": \"John_Doe.pdf\",\n        \"payslip\": true,\n        \"score\": 99\n        }\n      ]\n    },\n    \"Validation\": {\n      \"type\": \"MISMATCH_CHECK_FAILED\",\n      \"message\": \"Payslip date out of range for 1 payslip(s)\"\n   }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked fields are mandatory,all other fields subject to availability.</p>\n<h3 id=\"case-5--duplicate-payslips\"><strong>Case 5 :</strong> Duplicate Payslips</h3>\n<p>Multiple identical payslips were detected during verification.</p>\n<h5 id=\"response-structure-2\">Response Structure:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T106\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T12:12:10.898+05:30\",\n    \"updatedDate\": \"2023-03-20T12:13:15.313+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"employer\": \"Hindustan Unilever\",\n        \"year\": 2022,\n        \"month\": \"MAY\",\n        \"totalEarnings\": 63157,\n        \"totalDeductions\": 2000,\n        \"netPay\": 61157,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"hra\": 13542,\n        \"otherAllowance\": 49615,\n        \"pfDeductions\": 1800\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"designation\": \"Credit Risk Manager\",\n      \"doj\": \"2020-01-06\",\n      \"employeeId\": \"HUL80003\",\n      \"personalEmail\": \"john8989@gmail.com\"\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"employer\": \"Hindustan Unilever\",\n      \"pan\": \"HOLGH1983K\",\n      \"uan\": \"100082961109\",\n      \"pf\": \"TNAMB16774820000010368\",\n      \"bankAccountNumber\": \"920010011772167\"\n    },\n    \"QA\": {\n      \"status\": \"Duplicate Payslips Found\",\n      \"remarks\": \"Duplicate payslips found for MAY'2022\",\n      \"confidence\": 99,\n      \"zipFileLink\": \"https://xmansion-application.s3.ap-south-1.amazonaws.com/zip/e5edb71b-fdd3-4c8a-b6cc-2d69f3c6beb8.zip?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBoaCmFwLXNvdXRoLTEiRjBEAiBHfJwW7e1GQ3vQIrW5r4cuYqNR2ow5/OifcFsE7YsWCQIgNnCduI5z7wmFQNb3XK4y2NPbfBqmCk5DsI/F27FS1zkqkwQI0///////////ARABGgw0MTk4MzczMDk2NjciDBDe+xgvUt2IN9KxUyrnAyDCPPrYngVs+IrHO3MiRLE/hTkspNeFR3yxMYWhuCEW96LOdnADaDap3hPGQS43Fn2uFxhwc7QiwUEzY3mF/HB35i4PVIWsCK5HFF6vNS8ZWTHNrdfgXC0zRc0cUYXC70rUW4778/D93TSLLq3JPT5aFIFP4p/RBZMlmZUU0+PVrAiwXCA5Tj9HFz/o2n8dRBOOMfu89W/whd5m5eGX5lcQJnNSfHQuDkBS10o/qAbytSzdFwR9NImVJ87fEV6vf0vFUKhTfZWkvetK3ntffBZM/Cfymug5BOTa54vqu4GsviYoojD/vyO4NZViT9wmSc9mupZsPqfnJROtj37jcKdeIedDfkrLeRrBKx9efgRkxJJepBVtDbG2pjayELW1+I79wB6JMmLZV68zbLT3nm48ToOwd6fVsS2a6wMy37mi9vulwJ4+bfCtulcrD/Ob2KsfnnZGq7Q1XgwyjzKsCzZ75qGT9X5dJ9hjtmf8+KDwsgMs55OVSkqu4oM39kyTMdCTuFKNKk0Z26EwthTLMgl1l/uuuuNvbpeKvdku/v8vB8+2lHC7uNmZzWZPHrnhb8NQqesXuS1Jya/FjjaEOlyjvUp7KGgUwKOy7KXTfQ9ofxvkKfg/pU4F/Al0XP/IvVHg0gkbuRswy/3AoAY6pgEb0oMw4VKlU9cGUWCWEwNKv5ufsT/DyrTgnV8GSM0AzxTRbI3uKwog27kNe3N/TcasdbWyb9i8s5kgk8/ts4/kZG898RWtgjxcGkKw4524gxD2oKQ98T2bSsg3fd9VLAJvFblMjeF03qxDhnDM/8SO9p0lWULI7eoNqUyO5nejAO9BCrpkgWz58ha3bhH4MHGDFzcHCDTobtitWRAlUWxWrr3N0M+t&amp;X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Date=20230314T102234Z&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Expires=3600&amp;X-Amz-Credential=ASIAWDQCA6LRUUXBQMN6/20230314/ap-south-1/s3/aws4_request&amp;X-Amz-Signature=4f46975c0ae322364b05cec484791b484162802e08e06fd25af0847edbd402af\",\n      \"duplicatePayslips\": [\n        \"MAY'2022\"\n      ],\n      \"payslipsClassification\": [\n        {\n          \"name\": \"John_Doe.pdf\",\n          \"payslip\": true,\n          \"score\": 99\n        }\n      ]\n    },\n    \"Validation\": {\n      \"type\": \"DUPLICATE_PAYSLIPS_FOUND\",\n      \"message\": \"Duplicate payslips found for MAY'2022\",\n      \"payslipName\": [\n        \"MAY'2022\"\n      ]\n    }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h3 id=\"case-6--multiple-validation-failed\"><strong>Case 6 :</strong> Multiple Validation Failed</h3>\n<p>Several validation checks failed during the verification process.</p>\n<h5 id=\"response-structure-3\">Response Structure:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T207\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T12:24:31.084+05:30\",\n    \"updatedDate\": \"2023-03-20T12:24:31.084+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"year\": 0,\n        \"month\": \"0\",\n        \"personalEmail\": \"john8989@gmail.com\"\n      },\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"year\": 0,\n        \"month\": \"0\",\n        \"personalEmail\": \"john8989@gmail.com\"\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"personalEmail\": \"john8989@gmail.com\",\n      \"cinNumber\": \"U65999MH2016PTC285244\",\n      \"dateOfIncorporation\": \"29 08 2016\",\n      \"companyAge\": \"6 years, 0 month, 3 days\",\n      \"addressOnMCA\": \"B/202,Times Square Bldg, Opp, Mittal Industrial Estate Andheri Kurla Road, Andheri East Mumbai Mumbai City MH 400059 IN\",\n      \"classOfCompany\": \"Private\",\n      \"pincode\": \"400059\",\n      \"city\": \"MUMBAI SUBUEBAN\",\n      \"state\": \"Maharashtra\",\n      \"region\": \"J.B. Nagar S.O\",\n      \"directors\": [\n        \"RAHEEL CHETAN SHAH\",\n        \"VARUN CHOPRA\"\n      ]\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"esic\": \"558327284\"\n    },\n   \"QA\": {\n      \"status\": \"Mismatch and Minimum verification failed\",\n      \"remarks\": \"Employee name mismatch found. Name on invite: sagar. Extracted employee names: John Doe,,Income Verification Failed for relevant data\",\n      \"confidence\": 0,\n      \"payslipsClassification\": [\n      {\n      \"name\": \"joh_doe.pdf\",\n      \"payslip\": true,\n      \"score\": 98\n      }\n      ],\n      \"employeeMismatchConfidence\": 51.42857142857144\n    },\n   \"Validation\": {\n      \"type\": \"MULTIPLE_VALIDATIONS_FAILED\",\n      \"message\": \"Employee name mismatch found. Name on invite: sagar. Extracted employee names: John Doe,,Income Verification Failed for relevant data\"\n   }\n}\n\n</code></pre>\n<h2 id=\"income-verification-failed\">Income Verification Failed</h2>\n<p>The <strong>Income Verification Failed</strong> response indicates that the provided income data or supporting documents did not meet the required verification criteria. This status may occur due to discrepancies, missing information, or validation failures during the verification process.</p>\n<p>Response Structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"statusCode\": \"T205\",\n\"status\": \"Success\",\n\"id\": \"b8115b1f-6578-4f40-896f-95e3cf86f847\",\n\"applicationId\": \"ABFLforgerycasetwo\",\n\"submittedDate\": \"2023-05-03T21:30:05.617+05:30\",\n\"updatedDate\": \"2023-05-03T21:30:43.088+05:30\",\n\"webhookType\": \"payslip_ocr\",\n\"income\": [\n{\n\"salaryMonthStatus\": \"Extracted\",\n\"name\": \"John Doe\",\n\"extractedName\": \"John Doe\",\n\"employer\": \"Hindustan Unilever\",\n\"year\": 2022,\n\"month\": \"Nov\",\n\"employeeId\": \"HUL80003\",\n\"personalEmail\": \"john8989@gmail.com\",\n\"paidDays\": 31,\n\"lopDays\": 0,\n\"pfDeductions\": 1800,\n\"gratuity\": 78126.92,\n\"gratuityStatus\": \"INDICATIVE\"\n}\n],\n\"employment\": {\n\"name\": \"John Doe\",\n\"extractedName\": \"John Doe\",\n\"personalEmail\": \"john8989@gmail.com\",\n\"cinNumber\": \"U65999MH2016PTC285244\",\n\"dateOfIncorporation\": \"29 08 2016\",\n\"companyAge\": \"6 years, 0 month, 3 days\",\n\"addressOnMCA\": \"B/202,Times Square Bldg, Opp, Mittal Industrial Estate Andheri Kurla Road, Andheri East Mumbai Mumbai City MH 400059 IN\",\n\"classOfCompany\": \"Private\",\n\"pincode\": \"400059\",\n\"city\": \"MUMBAI SUBUEBAN\",\n\"state\": \"Maharashtra\",\n\"region\": \"J.B. Nagar S.O\",\n\"directors\": [\n\"RAHEEL CHETAN SHAH\",\n\"VARUN CHOPRA\"\n]\n},\n\"identity\": {\n\"name\": \"John Doe\",\n\"extractedName\": \"John Doe\",\n\"employer\": \"Hindustan Unilever\",\n\"pan\": \"HOLGH1983K\",\n\"uan\": \"100082961109\",\n\"pf\": \"TNAMB16774820000010368\",\n\"bankAccountNumber\": \"920010011772167\"\n},\n\"QA\": {\n\"status\": \"Minimum Criteria for data points was not met\",\n\"remarks\": \"Income Verification Failed for relevant data points\",\n\"confidence\": 0,\n\"payslipsClassification\": [\n{\n\"name\": \"john_doe.pdf\",\n\"payslip\": true,\n\"score\": 98\n}\n]\n},\n\"Validation\": {\n\"type\": \"MIN_CRITERIA_FAILED\",\n\"message\": \"Income Verification Failed for relevant data points\"\n}\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"employment-verification-failed\">Employment Verification Failed</h2>\n<p>The system was unable to verify the employment details against the provided data.</p>\n<h5 id=\"response-structure--2\">Response Structure :</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T205\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T12:36:15.462+05:30\",\n    \"updatedDate\": \"2023-03-20T12:36:15.462+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"year\": 2023,\n        \"month\": \"Jan\",\n        \"totalEarnings\": 362500,\n        \"totalDeductions\": 68368,\n        \"netPay\": 294132,\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\",\n        \"stdDays\": 31,\n        \"paidDays\": 31,\n        \"lopDays\": 0,\n        \"hra\": 58000,\n        \"basic\": 145000,\n        \"specialAllowance\": 143544,\n        \"otherAllowance\": 833,\n        \"tds\": 67068,\n        \"pfDeductions\": 1100,\n        \"gratuity\": 585576,\n        \"gratuityStatus\": \"TRUE\"\n      }\n    ],\n    \"employment\": {\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"designation\": \"Head  Operations\",\n        \"department\": \"Operations\",\n        \"doj\": \"2016-07-04\",\n        \"employeeId\": \"HUL80003\",\n        \"personalEmail\": \"john8989@gmail.com\"\n    },\n    \"identity\": {\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"pan\": \"HOLGH1983K\",\n        \"bankName\": \"Yes Bank\",\n        \"bankAccountNumber\": \"1829A389S9992\",\n        \"branchName\": \"KASTURBA ROAD, BANGALORE\",\n        \"ifscCode\": \"YESB0000022\",\n        \"bankAddress\": \"GROUND FLOOR, PRESTIGE OBELISK, MUNICIPAL NO 3, KASTURBA ROAD, BANGALORE, KARNATAKA-560001\",\n        \"bankState\": \"KARNATAKA\",\n        \"bankCity\": \"BANGALORE\",\n        \"bankCentre\": \"BANGALORE URBAN\",\n        \"bankDistrict\": \"BANGALORE URBAN\"\n    },\n    \"QA\": {\n        \"status\": \"Minimum Criteria for data points was not met\",\n        \"remarks\": \"Income Verification Failed for relevant data points\",\n        \"confidence\": 0,\n        \"payslipsClassification\": [\n          {\n            \"name\": \"allmissing_John_Doe.pdf\",\n            \"payslip\": true,\n            \"score\": 98\n          }\n        ]\n  },\n    \"Validation\": {\n        \"type\": \"MIN_CRITERIA_FAILED\",\n        \"message\": \"Employment Verification Failed for relevant data points\"\n    }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"income-and-employment-min-verification-failed\">Income and Employment min. Verification Failed</h2>\n<p>The <strong>Income and Employment Minimum Verification Failed</strong> response indicates that the submitted documents or data did not meet the minimum verification criteria required to confirm income and employment details</p>\n<h5 id=\"response-structure-4\">Response Structure:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"statusCode\": \"T205\",\n    \"status\": \"Success\",\n    \"id\": \"ABCD-XXXXXXXXXX\",\n    \"applicationId\": \"ABCD-XXXXXXXXXX\",\n    \"submittedDate\": \"2023-03-20T12:39:48.653+05:30\",\n    \"updatedDate\": \"2023-03-20T12:39:48.653+05:30\",\n    \"webhookType\": \"payslip_ocr\",\n    \"income\": [\n      {\n        \"salaryMonthStatus\": \"Not Extracted\",\n        \"name\": \"John Doe\",\n        \"extractedName\": \"John Doe\",\n        \"year\": 0,\n        \"month\": \"0\",\n        \"personalEmail\": \"john8989@gmail.co\"\n      }\n    ],\n    \"employment\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"personalEmail\": \"john8989@gmail.com\",\n      \"cinNumber\": \"U65999MH2016PTC285244\",\n      \"dateOfIncorporation\": \"29 August 2016\",\n      \"companyAge\": \"6 years, 0 month, 3 days\",\n      \"addressOnMCA\": \"B/202,Times Square Bldg, Opp, Mittal Industrial Estate Andheri Kurla Road, Andheri East Mumbai Mumbai City MH 400059 IN\",\n      \"classOfCompany\": \"Private\",\n      \"pincode\": \"400059\",\n      \"city\": \"MUMBAI SUBUEBAN\",\n      \"state\": \"Maharashtra\",\n      \"region\": \"J.B. Nagar S.O\",\n      \"directors\": [\n        \"RAHEEL CHETAN SHAH\",\n        \"VARUN CHOPRA\"\n      ]\n    },\n    \"identity\": {\n      \"name\": \"John Doe\",\n      \"extractedName\": \"John Doe\",\n      \"esic\": \"558327284\"\n    },\n    \"QA\": {\n    \"status\": \"Minimum Criteria for data points was not met\",\n      \"remarks\": \"Income &amp; Employment Verification Failed for relevant data points\",\n      \"confidence\": 0,\n      \"payslipsClassification\": [\n        {\n          \"name\": \"John_Doe.pdf\",\n          \"payslip\": true,\n          \"score\": 99\n        }\n      ],\n    },\n    \"Validation\": {\n      \"type\": \"MIN_CRITERIA_FAILED\",\n      \"message\": \"Income &amp; Employment Verification Failed for relevant data points\"\n    }\n  }\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h2 id=\"failed\">Failed</h2>\n<p>The <strong>Failed</strong> response indicates that the process could not be completed successfully due to validation errors, missing data, or discrepancies in the provided information.</p>\n<h4 id=\"response-structure-5\">Response Structure:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"Failed\",\n    \"error\": \"Not a payslip\",\n    \"applicationId\": \"ABFLforgerycasetwo\",\n    \"id\": \"9763e9d4-ce54-4129-9331-ce727c28ed39\",\n    \"webhookType\": \"payslip_ocr\",\n    \"QA\": {\n        \"status\": \"Application Rejected\",\n        \"remarks\": \"Not a payslip\",\n        \"zipFileLink\": \"https://xmansion-application.s3.ap-south-1.amazonaws.com/zip/9763e9d4-ce54-4129-9331-ce727c28ed39.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Date=20230504T045306Z&amp;X-Amz-SignedHeaders=host&amp;X-Amz-Expires=1800&amp;X-Amz-Credential=AKIAWDQCA6LR5CUI2IHJ/20230504/ap-south-1/s3/aws4_request&amp;X-Amz-Signature=9e4ef193903e81e83bdebfddde2655718551c9b191dc6bbe47cd4bc33a0f9c75\",\n      \"employeeMismatchConfidence\": null,\n      \"employerMismatchConfidence\": null,\n      \"blurDocuments\": [],\n      \"duplicatePayslips\": null,\n      \"payslipsClassification\": []\n    }\n}\n\n</code></pre>\n<p><code>\\\\\\\\\\\\\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <a href=\"https://docs.tartanhq.com/docs/api-docs/branches/Version-3.1/yivnmv5y0urrd-status-codes\">Status codes</a></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>error*</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>applicationId*</td>\n<td>String</td>\n<td>Unique identifier from you system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Object</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"qa-details-table-1\">QA Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zipFileLink</td>\n<td>String</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n<tr>\n<td>confidence</td>\n<td>Float</td>\n<td>OCR cofidence for payslips 100 is the highest</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>Float</td>\n<td>QA message for the application</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status one of <code>Application Processed</code> or <code>Application Rejected</code> by OCR</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7cee2338-acd8-4396-8dc9-7ca75bba4503"},{"name":"Fast-Track","item":[],"id":"4144de24-02a3-4499-ba8b-e84a4b13fe2f","description":"<h1 id=\"fastrack-responses\">Fastrack-Responses</h1>\n<h2 id=\"case-1--fastrack-off--employee-mismatch-case\">Case 1 : Fastrack OFF : Employee Mismatch Case</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"Failed\",\n  \"error\": \"Employee name mismatch found. Name on invite: Jon Doer. Extracted employee names: Marry kon,\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n  \"QA\": {\n    \"status\": \"Application Rejected\",\n    \"remarks\": \"Employee name mismatch found. Name on invite: Jon Doer. Extracted employee names: Marry kon,\",\n    \"zipFileLink\": \"https://abcds-adfa.s3.ap-south-1.amazonaws.com/zip/aaa03ebe-4695-46b6-9328-3a5fca39dbdf.zip?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMX//////////wEaCmFwLXNvdXRoLTEiSDBGAiEAy4NtFgbNepH4fsKomIJrbc7qbQfBnoLik+hxWlBhlgsCIQDPeW3HwKS3KdxSr\"\n  }         \n}   \n\n</code></pre>\n<h2 id=\"case-2--fastrack-off--employer-mismatch-case\">Case 2 : Fastrack OFF : Employer Mismatch Case</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"Failed\",\n  \"error\": \"None of the payslips match with employer name. User entered: ABC Financing Private Limited Extracted employer names: XYZ Technology Pvt Ltd\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n  \"QA\": {\n    \"status\": \"Application Rejected\",\n    \"remarks\": \"None of the payslips match with employer name. User entered: ABC Financing Private Limited Extracted employer names: XYZ Technology Pvt Ltd\",\n    \"zipFileLink\": \"https://xmansion-application.s3.ap-south-1.amazonaws.com/zip/7abd6006-43b3-4248-ad77-50f0e400f454.zip?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMf//////////wEaCmFwLXNvdXRoLTEiSDBGAiEA3FWfcbKXYrc8qY+gZPLkvQpXtnKSZNF/L626U+JdXVUCIQC81ewS3\"\n  }\n}\n\n</code></pre>\n<h2 id=\"case-3--fastrack-off--employer-and-employer-mismatch-case\">Case 3 : Fastrack OFF : Employer and Employer Mismatch Case</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"Failed\",\n  \"error\": \"None of the payslips match with employer name. User entered: ABC Financing Private Limited Extracted employer names: XYZ Technology Pvt Ltd\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n  \"QA\": {\n    \"status\": \"Application Rejected\",\n    \"remarks\": \"None of the payslips match with employer name. User entered: Eduvanz Financing Private Limited Extracted employer names: Finwizard Technology Pvt Ltd\",\n    \"zipFileLink\": \"https://xmansion-application.s3.ap-south-1.amazonaws.com/zip/7abd6006-43b3-4248-ad77-50f0e400f454.zip?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEMf//////////wEaCmFwLXNvdXRoLTEiSDBGAiEA3FWfcbKXYrc8qY+gZPLkvQpXtnKSZNF/L626U+JdXVUCIQC81ewS3\"\n  }\n}\n\n</code></pre>\n<h2 id=\"case-4--fastrack-on--employee-mismatch-case\">Case 4 : Fastrack ON : Employee Mismatch Case</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T101\",\n  \"status\": \"Failed\",\n  \"error\": \"Employee name mismatch found. Name on invite: Joen Doer. Extracted employee names: Sagar J,\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n}\n\n</code></pre>\n<h2 id=\"case-5--fastrack-on--employer-mismatch-case\">Case 5 : Fastrack ON : Employer Mismatch Case</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T102\",\n  \"status\": \"Failed\",\n  \"error\": \"None of the payslips match with employer name. User entered: Dove ABC Private Limited Extracted employer names: XYZ Financing Private Limited\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n}\n\n</code></pre>\n<h2 id=\"case-6--employer-and-employer-mismatch-case\">Case 6 : Employer and Employer Mismatch Case</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T102\",\n  \"status\": \"Failed\",\n  \"error\": \"None of the payslips match with employer name. User entered: ABC Financing Private Limited Extracted employer names: XYZ Financing Private Limited\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n}\n\n</code></pre>\n<h2 id=\"case-7--payslip-out-of-range\">Case 7 : Payslip out of range</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T103\",\n  \"status\": \"Failed\",\n  \"error\": \"Payslip date out of range for 2 payslip(s)\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n}\n\n</code></pre>\n<h2 id=\"case-8--duplicate-payslips\">Case 8 : Duplicate payslips</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"statusCode\": \"T106\",\n  \"status\": \"Failed\",\n  \"error\": \"Duplicate payslips found\",\n  \"applicationId\": \"ABCD-XXXXXXXXXX\",\n  \"id\": \"aaa03ebe-4695-xxxxxxxxx\",\n}\n\n</code></pre>\n<p><code>\\\\*</code> marked field are mandatory,all other fields subject to availability.</p>\n<h3 id=\"fields-table\">Fields Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusCode*</td>\n<td>String</td>\n<td>One of <a href=\"https://docs.tartanhq.com/docs/api-docs/branches/Version-3.1/yivnmv5y0urrd-status-codes\">Status codes</a></td>\n</tr>\n<tr>\n<td>status*</td>\n<td>String</td>\n<td>One of <code>Success</code> or <code>Failed</code></td>\n</tr>\n<tr>\n<td>error*</td>\n<td>String</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>applicationId*</td>\n<td>String</td>\n<td>Unique identifier from you system</td>\n</tr>\n<tr>\n<td>id*</td>\n<td>String</td>\n<td>Tartan unique identifier for application</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Object</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"qa-details-table\">QA Details Table</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status one of <code>Application Processed</code> or <code>Application Rejected</code></td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>String</td>\n<td>remarks for the payslips</td>\n</tr>\n<tr>\n<td>zipFileLink</td>\n<td>String</td>\n<td>Contains ziplink and remarks for payslip OCR</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4144de24-02a3-4499-ba8b-e84a4b13fe2f"}],"id":"cb33744e-6d87-45f5-a05f-bf09577950da","description":"<p>A webhook is a mechanism that sends real-time updates to a client-specified URL when specific events occur. In this case, the webhook notifies the client about the status and results of payslip processing.</p>\n<h4 id=\"key-points\"><strong>Key Points</strong>:</h4>\n<ul>\n<li><p><strong>Purpose</strong>: Deliver real-time status updates, such as success or failure of document extraction.</p>\n</li>\n<li><p><strong>Workflow</strong>: Triggers on event completion and sends an HTTP POST request with the event details.</p>\n</li>\n</ul>\n","_postman_id":"cb33744e-6d87-45f5-a05f-bf09577950da"},{"name":"Status Codes","item":[],"id":"d82541b8-e3fc-4a8f-9012-3fe0742d4a58","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n<th>Status</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>T200</td>\n<td>Successful</td>\n<td>SUCCESSFUL</td>\n</tr>\n<tr>\n<td>T101</td>\n<td>Employee name mismatch</td>\n<td>MISMATCH_CHECK_FAILED</td>\n</tr>\n<tr>\n<td>T102</td>\n<td>Employer name mismatch</td>\n<td>MISMATCH_CHECK_FAILED</td>\n</tr>\n<tr>\n<td>T103</td>\n<td>Month or year mismatch (uploaded payslips are not of prev month they are of some other month)</td>\n<td>MISMATCH_CHECK_FAILED</td>\n</tr>\n<tr>\n<td>T106</td>\n<td>Duplicate payslips found</td>\n<td>DUPLICATE_PAYSLIPS_FOUND</td>\n</tr>\n<tr>\n<td>T204</td>\n<td>No Data Points Extracted</td>\n<td>FAILED</td>\n</tr>\n<tr>\n<td>T205</td>\n<td>Min Criteria Failed (Income, Employment, or both)</td>\n<td>MIN_CRITERIA_FAILED</td>\n</tr>\n<tr>\n<td>T206</td>\n<td>Partial content</td>\n<td>PARTIAL_CONTENT</td>\n</tr>\n<tr>\n<td>T207</td>\n<td>Multiple Checks Failed (Min Criteria &amp; Mismatch check both failed)</td>\n<td>MULTIPLE_VALIDATIONS_FAILED</td>\n</tr>\n<tr>\n<td>T429</td>\n<td>Exhausted maximum Login Attempts</td>\n<td>FAILED</td>\n</tr>\n<tr>\n<td>T404</td>\n<td>payroll not Found</td>\n<td>PAYROLL_NOT_FOUND</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d82541b8-e3fc-4a8f-9012-3fe0742d4a58"},{"name":"Standalone APIs","item":[{"name":"Payslip extraction standalone","id":"a0fc4d15-4c3a-42ee-b574-5d76801e5e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"<p>(Required) An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"applicationId","value":"<string>","description":"<p>(Required) </p>\n","type":"text"},{"key":"payslip","value":"<object>","description":"<p>(Required) Payslip file to be uploaded in the multipart form</p>\n","type":"text"},{"key":"password","value":"<string>","type":"text"},{"key":"employerName","value":"<string>","type":"text"},{"key":"employeeName","value":"<string>","type":"text"}]},"url":"{{baseUrl}}/aphrodite/external/v1/payslip","description":"<p>The API extracts key details from the uploaded payslip, such as employee information, employer details, and salary breakdown, enabling seamless integration into automated workflows.</p>\n","urlObject":{"path":["aphrodite","external","v1","payslip"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1edaea58-eb2b-4496-b271-113a08d1c0e7","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"applicationId","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"employerName","value":"","type":"text"},{"key":"employeeName","value":"","type":"text"},{"key":"payslip","value":"","type":"text"}]},"url":"{{baseUrl}}/aphrodite/external/v1/payslip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"payslip will be processed and data will be sent via webhook\",\n  \"applicationId\": \"test\",\n  \"id\": \"20081f3b-b49d-4005-b862-1fa1f8298345\"\n}"},{"id":"12576323-b016-432e-b824-7534c4da516c","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"applicationId","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"employerName","value":"","type":"text"},{"key":"employeeName","value":"","type":"text"},{"key":"payslip","value":"","type":"text"}]},"url":"{{baseUrl}}/aphrodite/external/v1/payslip"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Invalid file format. Valid file formats: JPG, PNG, PDF\"\n}"},{"id":"fd00a9ad-7ac2-4886-a1f0-006b236ccb8a","name":"Bearer token expired or x-api-key missing in header. \n\nAll credits are exhausted contact [support@tartanhq.com](support@tartanhq.com)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"applicationId","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"employerName","value":"","type":"text"},{"key":"employeeName","value":"","type":"text"},{"key":"payslip","value":"","type":"text"}]},"url":"{{baseUrl}}/aphrodite/external/v1/payslip"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"}],"_postman_id":"a0fc4d15-4c3a-42ee-b574-5d76801e5e05"},{"name":"GET Payslip Data API","id":"611db6bf-8fa1-4910-a357-a622ab5a1820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"<p>(Required) An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/aphrodite/external/v1/applications/:id","description":"<p>The <strong>GET Payslip Data API</strong> allows retrieval of detailed payslip data processed and stored through the Payslip Extraction Standalone API. By providing the unique application ID, you can access the extracted data for verification, analysis, or further processing.</p>\n","urlObject":{"path":["aphrodite","external","v1","applications",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"962fc992-5efc-4a82-9df5-2231c31ba5f4","description":{"content":"<p>(Required) Provide the ID you received from the payslip extraction API.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"4178666b-e7b5-413c-80e6-6768fb9a05ec","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{baseUrl}}/aphrodite/external/v1/applications/{id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endOfMessage\": false,\n  \"statusCode\": \"*****\",\n  \"status\": \"*****\",\n  \"customerSummary\": {\n    \"name\": \"*****\",\n    \"designation\": \"*****\",\n    \"employer\": \"*****\",\n    \"employeeId\": \"*****\",\n    \"age\": \"*****\",\n    \"workAddress\": \"*****\",\n    \"avgNetMonthlyIncome\": \"*****\",\n    \"annualIncome\": \"*****\",\n    \"annualGrossIncome\": \"*****\",\n    \"employementStatus\": \"*****\",\n    \"noticePeriodStatus\": \"*****\"\n  },\n  \"personalDetails\": {\n    \"name\": \"*****\",\n    \"extractedName\": \"*****\",\n    \"phoneNumber\": \"*****\",\n    \"fatherName\": \"*****\",\n    \"gender\": \"*****\",\n    \"officialcontactMobile\": \"*****\",\n    \"bloodGroup\": \"*****\",\n    \"inProbation\": \"*****\",\n    \"dob\": \"*****\",\n    \"age\": 0,\n    \"pan\": \"*****\",\n    \"gstin\": \"*****\",\n    \"pen\": \"*****\",\n    \"uan\": \"*****\",\n    \"pf\": \"*****\",\n    \"esic\": \"*****\",\n    \"passport\": \"*****\",\n    \"martialStatus\": \"*****\",\n    \"spouse\": \"*****\",\n    \"dateOfAniversary\": \"*****\",\n    \"familyMembers\": \"*****\",\n    \"houseType\": \"*****\",\n    \"homeAddress\": \"*****\",\n    \"homeAddressPincode\": 0,\n    \"homeAddressRegion\": \"*****\",\n    \"homeAddressDistrict\": \"*****\",\n    \"homeAddressState\": \"*****\",\n    \"personalEmail\": \"*****\",\n    \"graduation\": \"*****\",\n    \"highestEducation\": \"*****\",\n    \"insuranceCovered\": \"*****\",\n    \"contactAddress\": \"*****\",\n    \"contactAddressPincode\": 0,\n    \"contactAddressRegion\": \"*****\",\n    \"contactAddressDistrict\": \"*****\",\n    \"contactAddressState\": \"*****\",\n    \"emergencyContactPerson\": \"*****\",\n    \"emergencyContactNumber\": \"*****\",\n    \"emergencyAddress\": \"*****\",\n    \"emergencyAddressPincode\": 0,\n    \"emergencyAddressRegion\": \"*****\",\n    \"emergencyAddressDistrict\": \"*****\",\n    \"emergencyAddressState\": \"*****\",\n    \"spouseAddress\": \"*****\",\n    \"spouseAddressPincode\": 0,\n    \"spouseAddressRegion\": \"*****\",\n    \"spouseAddressDistrict\": \"*****\",\n    \"spouseAddressState\": \"*****\",\n    \"presentAddress\": \"*****\",\n    \"presentAddressCity\": \"*****\",\n    \"presentAddressPincode\": 0,\n    \"presentAddressRegion\": \"*****\",\n    \"presentAddressDistrict\": \"*****\",\n    \"presentAddressState\": \"*****\",\n    \"permanentAddress\": \"*****\",\n    \"permanentAddressPincode\": 0,\n    \"permanentAddressRegion\": \"*****\",\n    \"permanentAddressDistrict\": \"*****\",\n    \"permanentAddressState\": \"*****\",\n    \"nationality\": \"*****\",\n    \"maidenName\": \"*****\",\n    \"religion\": \"*****\",\n    \"category\": \"*****\",\n    \"birthPlace\": \"*****\",\n    \"countryOfBirth\": \"*****\",\n    \"stateOfBirth\": \"*****\",\n    \"linkedin\": \"*****\",\n    \"facebook\": \"*****\",\n    \"twitter\": \"*****\",\n    \"isDisable\": \"*****\",\n    \"disabilityType\": \"*****\",\n    \"personalMobile\": \"*****\",\n    \"panAadharLinkage\": \"*****\",\n    \"identificationMark\": \"*****\"\n  },\n  \"workProfile\": {\n    \"employer\": \"*****\",\n    \"employeeId\": \"*****\",\n    \"employmentType\": \"*****\",\n    \"designation\": \"*****\",\n    \"workEmail\": \"*****\",\n    \"doj\": \"*****\",\n    \"department\": \"*****\",\n    \"subDepartment\": \"*****\",\n    \"managerName\": \"*****\",\n    \"managerNameSecond\": \"*****\",\n    \"prevEmployer\": \"*****\",\n    \"promotionDate\": \"*****\",\n    \"insuranceCovered\": \"*****\",\n    \"pfAccNum\": \"*****\",\n    \"pfUAN\": \"*****\",\n    \"employementStatus\": \"*****\",\n    \"noticePeriodStatus\": \"*****\",\n    \"division\": \"*****\",\n    \"grade\": \"*****\",\n    \"internationalEmployee\": \"*****\",\n    \"timeType\": \"*****\",\n    \"rating\": \"*****\",\n    \"jobCompletionRate\": \"*****\",\n    \"hireRate\": \"*****\",\n    \"onTime\": \"*****\",\n    \"onBudget\": \"*****\",\n    \"overallJobs\": \"*****\",\n    \"confirmationPeriod\": \"*****\",\n    \"incrementDate\": \"*****\",\n    \"officeLandline\": \"*****\",\n    \"officeExtension\": \"*****\",\n    \"dojDepartment\": \"*****\",\n    \"dateOfResignation\": \"*****\",\n    \"lastWorkingDay\": \"*****\",\n    \"reasonForResignation\": \"*****\",\n    \"dateOfProbation\": \"*****\",\n    \"noticePeriod\": \"*****\",\n    \"totalExperience\": \"*****\",\n    \"matrixManager\": \"*****\",\n    \"workPermitID\": \"*****\",\n    \"workPermitExpiry\": \"*****\",\n    \"tenure\": \"*****\",\n    \"dateOfConfirmation\": \"*****\",\n    \"dateOfExit\": \"*****\",\n    \"dateOfSuperannuation\": \"*****\",\n    \"reEmployed\": \"*****\",\n    \"oldEmployeeCode\": \"*****\",\n    \"separationType\": \"*****\",\n    \"cinNumber\": \"*****\",\n    \"dateOfIncorporation\": \"*****\",\n    \"companyAge\": \"*****\",\n    \"addressOnMCA\": \"*****\",\n    \"scrapingStatus\": \"*****\",\n    \"classOfCompany\": \"*****\",\n    \"pincode\": \"*****\",\n    \"city\": \"*****\",\n    \"state\": \"*****\",\n    \"region\": \"*****\",\n    \"directors\": \"*****\",\n    \"costCentre\": \"*****\"\n  },\n  \"bankDetails\": {\n    \"bankAccountNumber\": \"*****\",\n    \"bankName\": \"*****\",\n    \"ifscCode\": \"*****\",\n    \"branchName\": \"*****\",\n    \"bankAddress\": \"*****\",\n    \"bankState\": \"*****\",\n    \"bankCity\": \"*****\",\n    \"bankCentre\": \"*****\",\n    \"bankDistrict\": \"*****\",\n    \"bankAccType\": \"*****\",\n    \"paymentMode\": \"*****\",\n    \"accountHolderName\": \"*****\",\n    \"accountOpType\": \"*****\"\n  },\n  \"incomeDetails\": {\n    \"incomes\": [\n      {\n        \"year\": 0,\n        \"month\": \"*****\",\n        \"basic\": 0,\n        \"hra\": 0,\n        \"otherAllowance\": 0,\n        \"totalEarnings\": 0,\n        \"otherDeductions\": 0,\n        \"totalDeductions\": 0,\n        \"bonus\": 0,\n        \"taxes\": 0,\n        \"netPay\": 0,\n        \"lopDays\": 0,\n        \"stdDays\": 0,\n        \"paidDays\": 0,\n        \"specialAllowance\": 0,\n        \"medicalAllowance\": 0,\n        \"educationAllowance\": 0,\n        \"transportAllowance\": 0,\n        \"dearnessAllowance\": 0,\n        \"otherBenefits\": 0,\n        \"pfDeductions\": 0,\n        \"esiDeductions\": 0,\n        \"professionalTax\": 0,\n        \"providentFund\": 0,\n        \"currency\": \"*****\",\n        \"travelAllowance\": 0,\n        \"gratuity\": 0,\n        \"pfContribution\": 0,\n        \"tds\": 0,\n        \"labourWelfFund\": 0\n      }\n    ],\n    \"ytdTotalEarnings\": 0,\n    \"ytdTotalDeduction\": 0,\n    \"overallEarning\": 0\n  },\n  \"careerDetails\": {\n    \"prevRating\": \"*****\",\n    \"prevPromotionDate\": \"*****\",\n    \"prevRole\": \"*****\",\n    \"currentCompensationYears\": \"*****\",\n    \"yearsHighestEducation\": \"*****\",\n    \"yearsCurrentRole\": \"*****\",\n    \"jobLocation\": \"*****\"\n  },\n  \"otherDetails\": {\n    \"esop\": \"*****\",\n    \"carAllowance\": \"*****\",\n    \"telephoneAllowance\": \"*****\",\n    \"houseLoans\": \"*****\",\n    \"persLoans\": \"*****\",\n    \"insuranceCovered\": \"*****\",\n    \"otherBenefits\": \"*****\",\n    \"holidayHomeUtilization\": \"*****\",\n    \"leavesAvailed\": \"*****\",\n    \"leavesAvailable\": \"*****\",\n    \"annualLeaves\": \"*****\"\n  },\n  \"QA\": {\n    \"status\": \"*****\",\n    \"isForgery\": false,\n    \"remarks\": \"*****\",\n    \"zipFileLink\": \"*****\",\n    \"confidence\": \"*****\"\n  },\n  \"applicationId\": \"*****\",\n  \"id\": \"*****\",\n  \"submittedDate\": 0,\n  \"updatedDate\": 0\n}"},{"id":"b73e7ecc-8dbc-4c95-b2f2-c34f761a8f6d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{baseUrl}}/aphrodite/external/v1/applications/{id}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"User authentication failed due to invalid Headers\"\n}"},{"id":"3a29ac9a-5a92-43a5-ae17-8d0bc99c43d4","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{baseUrl}}/aphrodite/external/v1/applications/{id}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1702463920867\n}"},{"id":"49fbc8d5-2aca-4047-84c7-94d6e2f8525a","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{baseUrl}}/aphrodite/external/v1/applications/{id}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Item not found\"\n}"}],"_postman_id":"611db6bf-8fa1-4910-a357-a622ab5a1820"}],"id":"fb341aba-b01b-4d34-8431-d8b60408e17e","description":"<p>The <strong>Standalone Payslip Extraction API</strong> enables seamless extraction of data from uploaded payslips. By providing the necessary input parameters, this API processes and extracts relevant details from the payslip.</p>\n","_postman_id":"fb341aba-b01b-4d34-8431-d8b60408e17e"}],"id":"d7f82ffb-deff-4bc6-86ba-6d0760902271","description":"<p>Even though the Digital Journey provides instant verification via payroll connectivity, there are still employers who do not use a standard payroll system and are dependent on payslips as a form of employee logging and database maintenance. To expand our coverage and ensure journey completion for all sets of your users, we also provide an option for your users to upload their payslips to complete their income &amp; employment verification journey</p>\n<p>We support multiple payslips formats such as pdf, png, jpeg, etc. to provide ease of accessibility for all user groups. By analysing these payslip documents, we provide you with 20+ data points around income &amp; employment that help you make astute decisions about your end users. Whats More, we provide all this in a standardised format. What this means is, that while payslips might come in multiple formats(which they do), we provide you every set of response in a uniform format. This helps your customers complete their journey each and every time and enables you to receive data about your end user in an easy to consume manner.</p>\n<img src=\"https://content.pstmn.io/52ec7579-1ee5-4a17-9d13-e807392f4a44/Y29weTEucG5n\" />\n\n<p>Along with the above, we do a host of checks to ensure the data that you receive is always correct, which are as follows:</p>\n<ul>\n<li><p><strong>Blur Check :</strong> to ensure the document uploaded is readable</p>\n</li>\n<li><p><strong>Document Classification:</strong> to establish the uploaded document is indeed a payslip</p>\n</li>\n<li><p><strong>Forgery Detection:</strong> to provide you fraud signals in case a document is tampered/edited/forged.</p>\n</li>\n</ul>\n","_postman_id":"d7f82ffb-deff-4bc6-86ba-6d0760902271"}],"id":"590ad924-1727-46ef-9fc2-553d5dc53600","description":"<p>The Tartan Verification API enables you to verify Income &amp; Employment of your end users in real-time via a single webhook response. Once completed, you receive upto 60 insightful income &amp; employment data points about your users which enhances your decision making and provides additional layer of fraud prevention.</p>\n<h2 id=\"verify-your-user-in-real-time\"><strong>Verify your user in Real-time</strong></h2>\n<p>Our product is available in two variants, <strong>No-code and Low-code.</strong> Through the No code solution, you can get started right away by accessing the dashboard and inviting your users through email and SMS to verify their income and employment.</p>\n<p>Our no-code solution offers an embeddable white label link and takes less than 2 days to integrate with your application. This means your customers can now connect their payroll account right inside your product without leaving your product, ever. This not only lets you provide a frictionless onboarding experience but also lets you improve your credit underwriting models since you are getting income &amp; employment data right from the source (payroll systems) of your users/customers.</p>\n<h2 id=\"income-verification-flows\"><strong>Income Verification Flows</strong></h2>\n<ol>\n<li><p><strong>Intelligent OCR</strong>: Extracts income details from uploaded documents using advanced OCR. Ideal for unstructured or scanned documents.</p>\n</li>\n<li><p><strong>Payroll Sync</strong>: Fetches real-time income data directly from payroll systems. Best for integrated platforms.</p>\n</li>\n<li><p><strong>Payslip OCR</strong>: Extracts income data from standardized payslip images. Suitable for clear, structured formats.</p>\n</li>\n</ol>\n","_postman_id":"590ad924-1727-46ef-9fc2-553d5dc53600"},{"name":"3. Financial and Credit","item":[{"name":"3.1 ITR Details","item":[{"name":"3.1.1 ITR DATA PULL","item":[{"name":"Invite Customer/ Create Link","item":[{"name":"Create  link","event":[{"listen":"test","script":{"id":"d3e39ad2-e089-46ec-943f-0fbb905ade9e","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"Id\", jsonData.id);","var token = jsonData.link.split(\"=\");","var tkn = token[1].split(\"&\");","postman.setEnvironmentVariable(\"endUserToken\", tkn[0]);","var companyId = token[2].split(\"&\");","postman.setEnvironmentVariable(\"extCompanyId\", companyId[0]);"],"type":"text/javascript"}}],"id":"7e3acbf1-e607-428e-a6fc-daf215bbff01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"TEST\",\n    \"applicationId\": \"End-User ID\",\n    \"email\": \"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/create-link/itr","urlObject":{"path":["aphrodite","external","v1","create-link","itr"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6d50a368-d003-4a81-be69-70ffd3cc07bd","name":"ITR create link","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"TEST \",\n    \"applicationId\": \"End-User ID\",\n    \"email\": \"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/create-link/itr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Created Link\",\n    \"id\": \"XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb\",\n    \"link\": \"extprod.tartanhq.com/?tkn={{endUserToken}}&type=itr\"\n}"},{"id":"7a38de10-4f97-4766-900e-1fb02bfbc8e5","name":"Authentication failed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{token}}","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\": \"TEST\",\n    \"applicationId\": \"End-User ID\",\n    \"email\": \"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/create-link/itr"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User authentication failed due to invalid Headers\"\n}"},{"id":"f7aec107-61ec-4940-bf4a-1029dfd0b2e9","name":"Invalid headers","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"TEST\",\n    \"applicationId\": \"End-User ID\",\n    \"email\": \"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/create-link/itr"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"17224585-1f0c-4887-81da-bd504596be95","name":"Tartan credit quota exhausted","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"TEST\",\n    \"applicationId\": \"End-User ID\",\n    \"email\": \"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/create-link/itr"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"7e3acbf1-e607-428e-a6fc-daf215bbff01"}],"id":"da346f27-407a-4f5d-81ae-3e3ccbf7269b","description":"<p>Use this API to create the link.</p>\n","_postman_id":"da346f27-407a-4f5d-81ae-3e3ccbf7269b"},{"name":"ITR Data Fetch","item":[{"name":"JSON Data","id":"1a3ac9e5-2d98-4a0b-8b8c-cec6899a4700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/{{Id}}","urlObject":{"path":["aphrodite","external","v1","itr","{{Id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"94f5c4c5-25fc-4842-a4f4-a70987252276","name":"ITR Data Fetch","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/{{Id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb\",\n    \"status\": \"SUCCESSFUL\",\n    \"message\": \"Successfully retrieved itr data.\",\n    \"itrInfo\": [\n        \n    ]\n}"},{"id":"3d81e762-e7d8-42d9-adb1-e14c0621bc74","name":"application in progress","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/{{Id}}"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb\",\n    \"status\": \"Extracting Data\",\n    \"message\": \"Please wait while we extract your itr data.\"\n}"},{"id":"71075c99-dbb7-43cb-85b2-9e53d05e8091","name":"data pull for failed application","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/{{Id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb\",\n    \"status\": \"Failure\",\n    \"message\": \"Failed to retrieve itr data.\"\n}"},{"id":"26846276-0ee8-48fb-8309-bb8eaa38f189","name":"Unauthorized access","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/{{Id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1699274699788,\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"\",\n    \"path\": \"/aphrodite/api/dashboard/v1/itr/XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb\"\n}"},{"id":"28e14342-b3f8-4de5-a4e7-2d62ad94bba5","name":"application not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/{{Id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"}],"_postman_id":"1a3ac9e5-2d98-4a0b-8b8c-cec6899a4700"},{"name":"ITR Data Download - Zip","id":"7686c93f-0b5f-4a62-9cb0-4422a44d93ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","urlObject":{"path":["aphrodite","external","v1","itr","download","{{Id}}"],"host":["{{host}}"],"query":[{"key":"type","value":"zipForms"},{"disabled":true,"key":"type","value":"latestITRForm"}],"variable":[]}},"response":[{"id":"da2c8c3a-2d0f-4bbb-8b79-74ed9546f634","name":"ITR From zip Download","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"filesMeta\": [\n        {\n            \"filename\": \"XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb_itrForms.zip\",\n            \"url\": \"{{link}}\"\n        }\n    ]\n}"},{"id":"7b9e9b93-0f06-4c09-bdf3-fb3b88e9324f","name":"ITR Latest Form Download","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"filesMeta\": [\n        {\n            \"filename\": \"XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb_itrForm_2022.pdf\",\n            \"url\": \"{{link}}\"\n        }\n    ]\n}"},{"id":"10351ee1-5ac3-4d92-8481-790374c1d8f6","name":"application in progress","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please wait while we extract your itr data.\"\n}"},{"id":"3ac038e4-5bfc-4fb7-a1d2-221870a99b69","name":"ITR Data Download - Zip when Unauthorized to access","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": 1699274699788,\n    \"status\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"\",\n    \"path\": \"/aphrodite/api/dashboard/v1/itr/XXXXXXXX-XXXX-XXXX-8a61-4e0f339dabcb\"\n}"},{"id":"573e4b3c-5ac4-44dd-a067-1f8cf446901d","name":"ITR Data Download - Zip application is failed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to retrieve itr data.\"\n}"},{"id":"b26f1561-24e3-4d7e-8e49-f2b26f818529","name":"ITR Data Download - Zip application id not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"52f213c0-d42b-4749-908c-94b73a861288","name":"ITR Data Download - Zip internal server error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/itr/download/{{Id}}?type=zipForms","host":["{{host}}"],"path":["aphrodite","external","v1","itr","download","{{Id}}"],"query":[{"key":"type","value":"zipForms"},{"key":"type","value":"latestITRForm","type":"text","disabled":true}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"}],"_postman_id":"7686c93f-0b5f-4a62-9cb0-4422a44d93ec"}],"id":"46d34b42-2458-4703-a854-c2b8eba289e9","description":"<p>Fetches the data in JSON format or Zip format</p>\n","_postman_id":"46d34b42-2458-4703-a854-c2b8eba289e9"}],"id":"51aafd88-81cd-4398-9a91-9c14daa04015","description":"<p>These set of Data pull API's is used to fetch the income tax filing data from the ITR portal using ITR credentials.</p>\n","_postman_id":"51aafd88-81cd-4398-9a91-9c14daa04015"}],"id":"9a175468-c3c2-4158-af68-b7780432cb28","description":"<p>This API allows you to fetch detailed ITR (Income Tax Return) information for an individual based on the provided parameters.</p>\n<p>Helps in verifying the ITR filing details of any end user for the last 3 years.</p>\n","_postman_id":"9a175468-c3c2-4158-af68-b7780432cb28"},{"name":"3.2 Bank Statement Analyser","item":[{"name":"Upload Bank Statement","event":[{"listen":"test","script":{"id":"3a4a75be-dd7f-4e97-b9b7-64a6476a585a","exec":["let jsonData = pm.response.json()","let bsaId = jsonData.jobId","pm.environment.set(\"bsaId\", bsaId)"],"type":"text/javascript","packages":{}}}],"id":"48c53f54-fb9a-489c-b64a-ac48c69527dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"NoTest","type":"text"},{"key":"fileData","value":"[{\"fileName\":\"file_name.pdf\",\"password\":\"12345678\"}]","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/bsa/auto-upload-statement","urlObject":{"path":["aphrodite","external","v1","bsa","auto-upload-statement"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d71cee7d-58fe-4c26-bf38-e509de0fdce2","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"test","type":"text"},{"key":"fileData","value":"[{\"fileName\":\"file_name.pdf\",\"password\":\"12345678\"}]","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/bsa/auto-upload-statement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"bfdf9249-6e99-4db2-a118-7e64b9110d12\",\n    \"message\": \"BSA Files Uploaded Successfully\",\n    \"status\": 1\n}"},{"id":"d9d841b1-59ed-4660-b56b-7716937d5f07","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"test","type":"text"},{"key":"fileData","value":"[\n  {\n    \"fileName\": \"PNB.pdf\",\n    \"password\": \"12231\"\n  }\n]","type":"text"},{"key":"file","type":"file","src":["/Users/harshilkachhadiya/Downloads/PNB.pdf"]}]},"url":"{{host}}/aphrodite/api/tp/v1/bsa/auto-upload-statement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Aug 2024 11:20:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0154f80b-d5b2-4a89-8ec1-8b7f70aa9021"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"Via","value":"1.1 google"},{"key":"x-amz-apigw-id","value":"cfvojG-GBcwEUMw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66bc9303-7f045d674e3f80d445ad1d3f"},{"key":"x-amzn-Remapped-Date","value":"Wed, 14 Aug 2024 11:20:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"93b53a34-b9ed-4aa6-9638-23925fc13de2\",\n    \"message\": \"BSA files uploaded Successfully!\",\n    \"status\": 1\n}"},{"id":"524ed1a9-d80c-4f33-a842-6cb6a06dc03d","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"test","type":"text"},{"key":"fileList","value":"[{\"fileName\":\"file_name.pdf\",\"password\":\"12345678\"}]","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/bsa/auto-upload-statement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"bfdf9249-6e99-4db2-a118-7e64b9110d12\",\n    \"error\": \"Unable to upload the statement, please try again later!\",\n    \"status\": 0\n}"},{"id":"0acc32bd-6e48-4d1a-a9f6-46cde3686c69","name":"Enter a Valid Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"test","type":"text"},{"key":"fileList","value":"[{\"fileName\":\"file_name.pdf\",\"password\":\"12345678\"}]","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/bsa/auto-upload-statement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"bfdf9249-6e99-4db2-a118-7e64b9110d12\",\n    \"error\": \"Enter a valid password.\",\n    \"status\": 0\n}"},{"id":"502ec479-069c-4022-ac1d-8081f1fffde9","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"test","type":"text"},{"key":"fileList","value":"[{\"fileName\":\"file_name.pdf\",\"password\":\"12345678\"}]","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/bsa/auto-upload-statement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Internal Server Error!\",\n    \"status\": 0\n}"},{"id":"e66109a3-137c-457e-8729-9d176ce2ede6","name":"Request Body is Invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"customerApplicationId","value":"test","type":"text"},{"key":"fileData","value":"[{\"fileName\":\"file_name.pdf\",\"password\":\"12345678\"}]","type":"text"},{"key":"file","type":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/bsa/auto-upload-statement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 06:34:53 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"fcf9271b-bc84-40bb-85c4-a88823e16794\",\n    \"error\": \"Request body is invalid.\",\n    \"status\": 0\n}"}],"_postman_id":"48c53f54-fb9a-489c-b64a-ac48c69527dd"},{"name":"Report Status","id":"312c6c65-80b4-4488-8924-aa18f1ac5ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/bsa/get-report-status?jobId={{bsaId}}","urlObject":{"path":["aphrodite","external","v1","bsa","get-report-status"],"host":["{{host}}"],"query":[{"key":"jobId","value":"{{bsaId}}"}],"variable":[]}},"response":[{"id":"d7cbeaf7-ff38-46f1-bc0e-9ea9d57ae0bb","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/aphrodite/api/tp/v1/bsa/get-report-status?jobId={{bsaId}}","host":["{{host}}"],"path":["aphrodite","api","tp","v1","bsa","get-report-status"],"query":[{"key":"jobId","value":"{{bsaId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 08:14:49 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"ad3f7a18-5d25-415a-9792-7818a223d1c7\",\n    \"response\": {\n        \"message\": \"BSA files uploaded Successfully!\",\n        \"status\": 1\n    },\n    \"jobStatus\": \"IN_PROGRESS\"\n}"},{"id":"dc966a6c-1a25-4e06-8388-6b3d76ea706a","name":"Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/aphrodite/external/v1/bsa/get-report-status?jobId={{bsaId}}","host":["{{host}}"],"path":["aphrodite","external","v1","bsa","get-report-status"],"query":[{"key":"jobId","value":"{{bsaId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 09:32:56 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"2167f043-94ca-4c0d-8505-1f6e3fd31135\",\n    \"response\": {\n        \"message\": \"File mentioned in the fileList is/are not present in request attachment.\",\n        \"status\": 0\n    },\n    \"jobStatus\": \"FAILED\"\n}"},{"id":"aa2b3c7a-cd45-4863-85e7-db2ec9316518","name":"Invalid Body","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/aphrodite/external/v1/bsa/get-report-status?jobId={{bsaId}}","host":["{{host}}"],"path":["aphrodite","external","v1","bsa","get-report-status"],"query":[{"key":"jobId","value":"{{bsaId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 09:33:58 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"8506eae8-973b-4ad3-bc57-a780bf4cabfe\",\n    \"response\": {\n        \"message\": \"Request body is invalid.\",\n        \"status\": 0\n    },\n    \"jobStatus\": \"FAILED\"\n}"},{"id":"ab1de1ea-6c1f-489e-8f65-263167bc0f96","name":"Analysed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/aphrodite/external/v1/bsa/get-report-status?jobId={{bsaId}}","host":["{{host}}"],"path":["aphrodite","external","v1","bsa","get-report-status"],"query":[{"key":"jobId","value":"{{bsaId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 11:29:03 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"ad3f7a18-5d25-415a-9792-7818a223d1c7\",\n    \"response\": {\n        \"reportAnalysis\": [\n            {\n                \"accountStatus\": \"ANALYSED\",\n                \"accountId\": \"261\",\n                \"accountFiles\": \"\\\"PNB.pdf\\\"\",\n                \"xlsxReportUrl\": \"https://bank-statement-analyser-tartan.s3.ap-south-1.amazonaws.X-Amz-Credential=AKIAWDQCA6LRZ4UVOB7D%2F20240813%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Signature=680034d178bbad216ff81e6e934f5a21ed44ecc74b20f67ec9beb3c3cc8771ea\",\n                \"accountDetails\": {\n                    \"accountHolderName\": \"DHRUV SO XXXX KXXXUMAR SHARMA\",\n                    \"accountNumber\": \"07412XXXXX7361\",\n                    \"bankName\": \"Punjab National Bank\"\n                },\n                \"fraud\": {}\n            }\n        ],\n        \"reportFiles\": \"PNB.pdf\"\n    },\n    \"jobStatus\": \"SUCCESS\"\n}"},{"id":"d990c191-2ded-4468-aeea-d5ec6766c590","name":"Forgery Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/aphrodite/external/v1/bsa/get-report-status?jobId={{bsaId}}","host":["{{host}}"],"path":["aphrodite","external","v1","bsa","get-report-status"],"query":[{"key":"jobId","value":"{{bsaId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 13:29:30 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"cda7ea50-5742-4892-99d4-1b535cc15ce9\",\n    \"response\": {\n        \"reportFiles\": \"PNB Forged.pdf\",\n        \"reportAnalysis\": [\n            {\n                \"accountStatus\": \"ANALYSED\",\n                \"accountId\": \"264\",\n                \"accountFiles\": \"PNB Forged.pdf\",\n                \"xlsxReportUrl\": \"https://bank-statement-analyser-tartan.s3.ap-south-1.amazonaws.com/local/cda7ea50-5742-4892-99d4-1b535cc15ce9/264/bsa_report_264.xlsx?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20240813T132903Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604799&X-Amz-Credential=AKIAWDQCA6LRZ4UVOB7D%2F20240813%2Fap-south-1%2Fs3%2Faws4_request&X-Amz-Signature=89fd5ce9d4949282522bf2e7c95169c4540dbd3a3027df49149ee0d393e1c7fb\",\n                \"accountDetails\": {\n                    \"accountHolderName\": \"XXXXX SO XXXXX XXXXX SHARMA\",\n                    \"accountNumber\": \"0741XXXXXX361\",\n                    \"bankName\": \"Punjab National Bank\"\n                },\n                \"fraud\": {\n                    \"fraudScore\": \"400\",\n                    \"authenticityDetails\": [\n                        \"Unexpected font style found\",\n                        \"PDF Creator/ Producer check failed\",\n                        \"PDF Created & Modified dates check failed\"\n                    ]\n                }\n            }\n        ]\n    },\n    \"jobStatus\": \"SUCCESS\"\n}"},{"id":"c5ed9057-ee8e-40a5-9654-6fe296316aee","name":"Failed","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/aphrodite/external/v1/bsa/get-report-status?jobId={{bsaId}}","host":["{{host}}"],"path":["aphrodite","external","v1","bsa","get-report-status"],"query":[{"key":"jobId","value":"{{bsaId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 13 Aug 2024 13:49:13 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"24d1ad53-3e74-4f14-ac86-0dd497e68d29\",\n    \"response\": {\n        \"error\": \"Bank statement needs Verification\",\n        \"status\": 0\n    },\n    \"jobStatus\": \"FAILED\"\n}"}],"_postman_id":"312c6c65-80b4-4488-8924-aa18f1ac5ce4"}],"id":"77f01239-27de-4254-912c-20dd0ec4d51d","description":"<p>The Bank Statement Analyser API processes uploaded bank statements to deliver deep insights into an individual’s or business's financial behavior. It parses, classifies, and analyzes transaction data to identify patterns, detect anomalies, and surface key financial indicators.</p>\n<p>This API supports aggregation across multiple bank accounts and integrates seamlessly with the Account Aggregator framework. It highlights fraudulent patterns, irregularities, cheque returns, circular transactions, and income/expense volatility. Users can also export the complete analysis in Excel format for reporting or further evaluation.</p>\n<h4 id=\"key-features\"><strong>Key Features</strong></h4>\n<ul>\n<li><p><strong>Transaction Classification</strong>: Automatically categorizes income, expenses, transfers, and other transaction types.</p>\n</li>\n<li><p><strong>Volatility Detection</strong>: Identifies fluctuations in inflow and outflow to highlight financial instability.</p>\n</li>\n<li><p><strong>Irregularity Flags</strong>: Surfaces suspicious, unexpected, or inconsistent activities.</p>\n</li>\n<li><p><strong>Behavioral Pattern Insights</strong>: Recognizes recurring patterns such as salary credits, EMI deductions, and bulk transfers.</p>\n</li>\n<li><p><strong>Circular Transaction Detection</strong>: Detects fund movements that loop back to the originating account.</p>\n</li>\n<li><p><strong>Cheque Return Summary</strong>: Highlights both inward and outward cheque bounces.</p>\n</li>\n<li><p><strong>Multi-Account Aggregation</strong>: Supports analysis across multiple uploaded bank statements.</p>\n</li>\n<li><p><strong>Account Aggregator Integration</strong>: Enables secure, consent-driven data collection via India’s AA framework.</p>\n</li>\n<li><p><strong>Excel Export</strong>: Allows users to download the full analytical report for offline access and sharing.</p>\n</li>\n</ul>\n","_postman_id":"77f01239-27de-4254-912c-20dd0ec4d51d"},{"name":"3.3 Bank Account Verification","id":"3b42c49d-c9da-479a-ad52-9023c6999632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"12356547587\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Bank Account Verification API</strong> provides a reliable method to verify the legitimacy of a user's bank account using the <strong>penny drop method</strong>. This ensures the account exists and is active, while also confirming ownership details. It is a secure, fast, and effective solution for verifying bank account information in real-time.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Account no.</td>\n<td>Bank Account number of the end-user</td>\n</tr>\n<tr>\n<td>IFSC code</td>\n<td>IFSC code of the bank branch</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains user and account details like <code>endUserId</code>, <code>account_status</code>, <code>account_number</code>, <code>bank_reference</code>, <code>IFSC</code>, <code>registered_name</code>, verification results, and timestamps for tracking verification status and transactions.</p>\n<h4 id=\"response-scheme--\"><strong>Response Scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>account_status</td>\n<td>Status of the bank account</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>Masked bank account number</td>\n</tr>\n<tr>\n<td>bank_reference</td>\n<td>Reference number from the bank</td>\n</tr>\n<tr>\n<td>ifsc</td>\n<td>IFSC code of the bank</td>\n</tr>\n<tr>\n<td>registered_name</td>\n<td>Registered name of the account holder</td>\n</tr>\n<tr>\n<td>name_match</td>\n<td>Result of name matching</td>\n</tr>\n<tr>\n<td>nameMatchScore</td>\n<td>Score for name matching</td>\n</tr>\n<tr>\n<td>statuscode</td>\n<td>Status code for the verification process</td>\n</tr>\n<tr>\n<td>statusmessage</td>\n<td>Message related to the verification status</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>Additional remarks</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique application identifier</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp for the status update</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a66c552a-819b-4dbd-be40-326fda8287a5","name":"Bank Account Verification Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"123565475XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - Penny Drop New (V1) Request Processed\",\n        \"transactionId\": \"aa0f84ab-08d0-4846-a652-e6e87d43d6df\",\n        \"input\": {\n            \"accountNumber\": \"123565475XX\",\n            \"ifsc\": \"ICIC0003445\",\n            \"name\": \"\"\n        },\n        \"timestamp\": \"2024-01-06 23:59:31\"\n    },\n    \"applicationId\": \"k0f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"response\": {\n        \"data\": {\n            \"account_status\": \"active\",\n            \"details\": {\n                \"account_number\": \"123565475XX\",\n                \"bank_reference\": \"400510306165\",\n                \"ifsc\": \"ICIC0003445\",\n                \"registered_name\": \"XXXXX XXXX\"\n            },\n            \"name_match\": {\n                \"match_result\": \"yes\",\n                \"nameMatchScore\": 1\n            }\n        },\n        \"status\": {\n            \"statuscode\": 200,\n            \"statusmessage\": \"ACCOUNT VERIFICATION IS COMPLETED\",\n            \"remarks\": \"success\",\n            \"created_at\": \"2023-10-05T05:17:20.737Z\"\n        }\n    }\n}"},{"id":"60c32934-1696-466e-b4a0-a85b54692ff6","name":"Bank Account Verification Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"16450150054\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - Penny Drop New (V1) Request Processed\",\n        \"transactionId\": \"84c9c84a-6243-48cf-a7f1-b36d258a209f\",\n        \"input\": {\n            \"accountNumber\": \"16450150054\",\n            \"ifsc\": \"ICIC0003445\",\n            \"name\": \"\"\n        },\n        \"timestamp\": \"2023-10-06 23:59:59\"\n    },\n    \"applicationId\": \"q1f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"response\": {\n        \"data\": {\n            \"account_status\": \"inactive\",\n            \"details\": {\n                \"account_number\": \"16450150054\"\n            },\n            \"name_match\": {\n                \"match_result\": \"not available\",\n                \"nameMatchScore\": \"not available\"\n            }\n        },\n        \"status\": {\n            \"statuscode\": 100,\n            \"statusmessage\": \"ACCOUNT NOT VERIFIED\",\n            \"remarks\": \"Either ifsc or bank account is invalid\",\n            \"created_at\": \"\"\n        }\n    }\n}"},{"id":"0800a1bc-da3e-4e05-8a14-09ec67608a8b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"123565475XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"4ef6fced-d324-400c-991e-cbb4aaafcc25","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"123565475XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"3c0e5197-8bf1-4650-9da6-fbffa3e0809c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"123565475XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"5795482c-4ed1-4867-a3ce-e56426cd3155","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"123565475XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"b7f40011-0882-4012-8244-77b4bbeba127","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"123565475XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"3b42c49d-c9da-479a-ad52-9023c6999632"},{"name":"3.4 Bank Account Verification - Penny Less","id":"99fba04a-a9d3-41db-b13b-a8a60d6e3a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"164501500548\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API verifies the legitimacy of a user's bank account using a <strong>penny-less method</strong>. It confirms whether the account exists and belongs to the specified user without the need for a penny deposit, ensuring a faster and seamless verification process.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Account no.</td>\n<td>Bank Account number of the end-user</td>\n</tr>\n<tr>\n<td>IFSC code</td>\n<td>IFSC code of the bank branch</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains user and account details like <code>endUserId</code>, <code>account_status</code>, <code>account_number</code>, <code>bank_reference</code>, <code>IFSC</code>, <code>registered_name</code>, verification results, and timestamps for tracking verification status and transactions.</p>\n<h4 id=\"response-scheme--\"><strong>Response Scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>account_status</td>\n<td>Status of the bank account</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>Masked bank account number</td>\n</tr>\n<tr>\n<td>bank_reference</td>\n<td>Reference number from the bank</td>\n</tr>\n<tr>\n<td>ifsc</td>\n<td>IFSC code of the bank</td>\n</tr>\n<tr>\n<td>registered_name</td>\n<td>Registered name of the account holder</td>\n</tr>\n<tr>\n<td>name_match</td>\n<td>Result of name matching</td>\n</tr>\n<tr>\n<td>nameMatchScore</td>\n<td>Score for name matching</td>\n</tr>\n<tr>\n<td>statuscode</td>\n<td>Status code for the verification process</td>\n</tr>\n<tr>\n<td>statusmessage</td>\n<td>Message related to the verification status</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>Additional remarks</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique application identifier</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp for the status update</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c84385e7-6ef3-444e-a193-e01acef61295","name":"bank-account-verify-pennyLess Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"1645015005XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"data\": {\n            \"account_status\": \"SUCCESS\",\n            \"details\": {\n                \"account_number\": \"1645015005XX\",\n                \"bank_reference\": \"403813000707\",\n                \"ifsc\": \"ICIC0003445\",\n                \"registered_name\": \"XXXXXX XXXXX\"\n            },\n            \"name_match\": {\n                \"match_result\": \"no\",\n                \"nameMatchScore\": \"\"\n            }\n        },\n        \"status\": {\n            \"created_at\": \"07/02/2024 13:06:27\",\n            \"statuscode\": \"00\",\n            \"statusmessage\": \"SUCCESS\",\n            \"remarks\": \"SUCCESS\"\n        }\n    },\n    \"applicationId\": \"7e7bd817-4b21-4818-aba9-caa376c9b5c8\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - Penny Less Request Processed\",\n        \"transactionId\": \"9e4d0760-157b-440e-a4d7-f9b86466f20b\",\n        \"input\": {\n            \"accountNumber\": \"1645015005XX\",\n            \"ifsc\": \"ICIC0003445\"\n        },\n        \"timestamp\": \"2024-02-07 13:06:27\"\n    }\n}"},{"id":"558b10cc-f150-4ff8-a49b-f06f164c523e","name":"bank-account-verify-pennyLess Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"16450150058\",    // Wrong Account Number\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"data\": {\n            \"account_status\": \"FAILURE\",\n            \"details\": {\n                \"account_number\": \"16450150058\",\n                \"bank_reference\": \"403813002068\",\n                \"ifsc\": \"ICIC0003445\",\n                \"registered_name\": \"\"\n            },\n            \"name_match\": {\n                \"match_result\": \"no\",\n                \"nameMatchScore\": \"\"\n            }\n        },\n        \"status\": {\n            \"created_at\": \"07/02/2024 13:14:47\",\n            \"statuscode\": \"12\",\n            \"statusmessage\": \"INVALID ACCOUNT\",\n            \"remarks\": \"Invalid transaction\"\n        }\n    },\n    \"applicationId\": \"ed85423d-ecd9-49a6-8626-2ab6d1976514\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - Penny Less Request Processed\",\n        \"transactionId\": \"8b6d2947-9912-4830-a944-b78531c62a47\",\n        \"input\": {\n            \"accountNumber\": \"16450150058\",\n            \"ifsc\": \"ICIC0003445\"\n        },\n        \"timestamp\": \"2024-02-07 13:14:47\"\n    }\n}"},{"id":"09ef8082-6a6a-42a5-94dd-575870b11ab1","name":"bank-account-verify-pennyLess Success3","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"16450150054\",    // Wrong Account Number\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"data\": {\n            \"account_status\": \"FAILURE\",\n            \"details\": {\n                \"account_number\": \"16450150054\",\n                \"bank_reference\": \"NA\",\n                \"ifsc\": \"ICIC0003445\",\n                \"registered_name\": \"\"\n            },\n            \"name_match\": {\n                \"match_result\": \"no\",\n                \"nameMatchScore\": \"\"\n            }\n        },\n        \"status\": {\n            \"created_at\": \"\",\n            \"statuscode\": \"V00001\",\n            \"statusmessage\": \"HASHKEY does not match\",\n            \"remarks\": \"HashKey does not match\"\n        }\n    },\n    \"applicationId\": \"bc2acdf1-d58c-4dbe-b74d-d5b465288c7f\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - Penny Less Request Processed\",\n        \"transactionId\": \"d3c9fddc-7827-4bad-b133-4ac4faef90b2\",\n        \"input\": {\n            \"accountNumber\": \"16450150054\",\n            \"ifsc\": \"ICIC0003445\"\n        },\n        \"timestamp\": \"2024-02-07 13:15:16\"\n    }\n}"},{"id":"9894fb84-2f8a-4ef6-ad7d-773b7ef7907b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"1645015005XX\",\n        \"ifsc\": \"ICIC0003445\"              // Wrong field name Or Value i.e., IFSC\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"00c65c33-7f7c-42ca-b915-a2fc297cb0d2","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",      // Wrong Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"1645015005XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"bba73589-8bb2-48a7-b443-47c0dc0daa40","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"1645015005XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c9474533-0abd-47f0-8bc3-23879d5686ce","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"1645015005XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"0260886c-9064-48be-aefb-b7334c14ec10","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"bank-account-verify-pennyless\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"accountNumber\": \"1645015005XX\",\n        \"ifsc\": \"ICIC0003445\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"99fba04a-a9d3-41db-b13b-a8a60d6e3a68"},{"name":"3.5 Bank Details - IFSC","id":"ba387540-f34f-4403-a874-5f88975bbba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-and-credit\",\n    \"type\": \"ifsc\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"ifscCode\": \"UTIB0001335\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to fetch the details of a bank branch using the <strong>IFSC code</strong> provided. It returns comprehensive information such as branch name, services available (like NEFT, IMPS, RTGS, UPI), contact details, location information, and other relevant bank details.  </p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IFSC code</td>\n<td>IFSC code of the bank branch</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains bank branch details like <code>BRANCH</code>, <code>BANK</code>, <code>IFSC</code>, <code>SWIFT</code>, <code>CONTACT</code>, availability of NEFT/IMPS/RTGS/UPI services, and location information including <code>ADDRESS</code>, <code>CITY</code>, <code>STATE</code>, <code>DISTRICT</code>, and <code>ISO3166</code> code.</p>\n<h4 id=\"response-scheme--\"><strong>Response Scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BRANCH</td>\n<td>Name of the bank branch</td>\n</tr>\n<tr>\n<td>NEFT</td>\n<td>Availability of NEFT services (true/false)</td>\n</tr>\n<tr>\n<td>CONTACT</td>\n<td>Contact number for the bank branch</td>\n</tr>\n<tr>\n<td>BANK</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>IMPS</td>\n<td>Availability of IMPS services (true/false)</td>\n</tr>\n<tr>\n<td>RTGS</td>\n<td>Availability of RTGS services (true/false)</td>\n</tr>\n<tr>\n<td>SWIFT</td>\n<td>SWIFT code (if available, otherwise null)</td>\n</tr>\n<tr>\n<td>STATE</td>\n<td>State where the bank branch is located</td>\n</tr>\n<tr>\n<td>MICR</td>\n<td>MICR code of the bank branch</td>\n</tr>\n<tr>\n<td>UPI</td>\n<td>Availability of UPI services (true/false)</td>\n</tr>\n<tr>\n<td>IFSC</td>\n<td>IFSC code for the bank branch</td>\n</tr>\n<tr>\n<td>DISTRICT</td>\n<td>District where the bank branch is located</td>\n</tr>\n<tr>\n<td>CITY</td>\n<td>City where the bank branch is located</td>\n</tr>\n<tr>\n<td>BANKCODE</td>\n<td>Code for the bank</td>\n</tr>\n<tr>\n<td>ADDRESS</td>\n<td>Complete address of the bank branch</td>\n</tr>\n<tr>\n<td>ISO3166</td>\n<td>ISO code for the state</td>\n</tr>\n<tr>\n<td>CENTRE</td>\n<td>Centre name</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cc3567d5-cca2-4156-b492-f01fc283a667","name":"bank-details-from-IFSC","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-and-credit\",\n    \"type\": \"ifsc\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"ifscCode\": \"UTIB0001335\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"BRANCH\": \"GHATLODIYA\",\n    \"NEFT\": true,\n    \"CONTACT\": \"+919099976042\",\n    \"BANK\": \"Axis Bank\",\n    \"IMPS\": true,\n    \"RTGS\": true,\n    \"SWIFT\": null,\n    \"STATE\": \"GUJARAT\",\n    \"MICR\": \"380211023\",\n    \"UPI\": true,\n    \"IFSC\": \"UTIB0001335\",\n    \"DISTRICT\": \"AHMADABAD\",\n    \"CITY\": \"GHATLODIYA\",\n    \"BANKCODE\": \"UTIB\",\n    \"ADDRESS\": \"GROUND FLOOR, PUSHPAK ARCADE,  SOLA ROAD, GHATLODIYA,  AHMEDABAD, GUJARAT ,  PIN 380061\",\n    \"ISO3166\": \"IN-GJ\",\n    \"applicationId\": \"test\",\n    \"CENTRE\": \"AHMADABAD\"\n}"}],"_postman_id":"ba387540-f34f-4403-a874-5f88975bbba5"},{"name":"3.6 Mobile Number to Bank Account Number","id":"c45fbf9b-8dc7-4935-adb9-35e6d5388858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"9999999999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This <strong>Mobile Number to Bank Account Number API</strong> verifies if a mobile number is linked to a bank account and retrieves associated details, including account information, balance, and transaction history. It provides a response that contains all the necessary data, including the account holder's information, bank details, and status of the request.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>mobile_no</strong></td>\n<td>Mobile number of the end-user</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains transaction details like <code>endUserId</code>, <code>client_id</code>, <code>bank_ifsc</code>, <code>bank_account_no</code>, <code>bank_details</code>, <code>name</code>, status and result codes (<code>status_code</code>, <code>message_code</code>), success indicator, and application-specific information (<code>applicationId</code>, <code>message</code>).</p>\n<h4 id=\"response-scheme--\"><strong>Response Scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>HTTP status code indicating the result of the request</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Unique identifier for the client request</td>\n</tr>\n<tr>\n<td>bank_ifsc</td>\n<td>IFSC code of the bank</td>\n</tr>\n<tr>\n<td>bank_account_no</td>\n<td>Masked bank account number</td>\n</tr>\n<tr>\n<td>bank_details</td>\n<td>Details of the bank including name and location</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the account holder</td>\n</tr>\n<tr>\n<td>message_code</td>\n<td>Code indicating the result of the operation</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean indicating success of the request</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message indicating the status of the request</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique application identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dd0197bd-18c4-475f-b05a-1026b4f8cae9","name":"Mobile Number to Bank Account Number - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"9999999999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"name\": \"XXXXXX\",\n        \"accountNumber\": \"XXXXXXXXXXXX\",\n        \"ifscNumber\": \"SBINXXXXX47\",\n        \"bankDetails\": \"STATE XXXXX OF INDIA,HANSI\"\n    },\n    \"applicationId\": \"006ea493-3282-49da-9371-a6883150e646\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"9999999999\"\n        },\n        \"timestamp\": \"2025-09-22 11:32:21\"\n    }\n}"},{"id":"3d28a42c-8d49-4fe3-ad75-0d64b54a6d6c","name":"Details Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"886XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 422,\n        \"message\": \"No Data Found\"\n    },\n    \"applicationId\": \"cd8d85b7-a2f8-42a6-bd1d-45dcde7b8625\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"886XXXXXXX\"\n        },\n        \"timestamp\": \"2025-09-22 11:34:12\"\n    }\n}"},{"id":"ce399300-bc6f-4d94-a91c-0503b5b61cb9","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"88XXXXXXXXXXX\" // Invalid filed Name or Input\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"7eeb917a-e800-4215-b84a-005dd3b53a3f","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank\",      // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_no\": \"8141116XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"e6c548ce-af47-474b-81d9-e0c90f110fd2","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"XXXXXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"5cc06c1b-eb43-4979-92c5-a572fb4aa7b8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"88XXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"11758786-9288-4dc9-b504-77503e8144d7","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"mobile-to-bank-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"8XXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"c45fbf9b-8dc7-4935-adb9-35e6d5388858"},{"name":"3.7 Mobile Number to UPI ID - Multiple","id":"694fdeb5-2440-4346-a5bb-f289d9817813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This <strong>Mobile Number to UPI ID - Multiple</strong> API fetches the name and up to 5 UPI IDs linked to a mobile number. It provides relevant user and transaction details, including the associated UPI IDs, and tracks the status of the request.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>mobile_no</strong></td>\n<td>Mobile number of the end-user</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains user and transaction details like <code>endUserId</code>, <code>mobileNo</code>, <code>name</code>, <code>upi</code> IDs, <code>applicationId</code>, <code>transactionId</code>, request status (<code>statusCode</code>, <code>statusMessage</code>), input details, and timestamps for tracking the request.</p>\n<h4 id=\"response-scheme--\"><strong>Response Scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>mobileNo</td>\n<td>Masked mobile number</td>\n</tr>\n<tr>\n<td>code</td>\n<td>HTTP status code indicating the result of the request</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Masked name of the account holder</td>\n</tr>\n<tr>\n<td>upi</td>\n<td>List of UPI IDs associated with the mobile number</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique application identifier</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code indicating the result of the request</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the request</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Input details provided for the request</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3b4fe3e6-b938-4dfb-96a9-f8bec1708cae","name":"mobile-to-multiple-vpa Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileNo\": \"7734945XXX\",\n        \"code\": \"200\",\n        \"result\": {\n            \"name\": \"XXXXXX XXXX\",\n            \"upi\": [\n                \"7734945XXX@paytm\",\n                \"7734945XXX@axl\",\n                \"7734945XXX@apl\",\n                \"7734945XXX@upi\",\n                \"7734945XXX@ybl\"\n            ]\n        }\n    },\n    \"applicationId\": \"fd9299f7-e327-45cd-95c8-707522306dc1\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile Verification - Multiple UPIs Request Processed\",\n        \"transactionId\": \"c3cafe63-7a8f-4552-84f4-a33b47eb3ef8\",\n        \"input\": {\n            \"mobileNo\": \"7734945XXX\"\n        },\n        \"timestamp\": \"2023-12-04 12:47:44\"\n    }\n}"},{"id":"cac15bff-957f-4352-aac1-35487cebbad3","name":"mobile-to-multiple-vpa Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found - This mobile no. is not linked with any UPI ID.\"\n    },\n    \"applicationId\": \"f2991cbb-aac1-4174-89c4-87375388c804\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Mobile Verification - Multiple UPIs Failed\",\n        \"transactionId\": \"840a4555-5bd4-4842-90cf-7bee9aefa360\",\n        \"input\": {\n            \"mobileNo\": \"7734945XXX\"\n        },\n        \"timestamp\": \"2023-12-04 12:50:44\"\n    }\n}"},{"id":"54030c30-0096-418c-bd95-45502ac7e59a","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo_Not\": \"7734945XXX\"      // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"46d56560-45e6-4cde-955f-591b4f37407c","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa-not-found\",   // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"7ff73462-56ff-44b7-b380-c09eb5f66c82","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"2d5d8f0d-a6ce-468c-b989-e2fde2c3dfe0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"147af5a7-01e0-4cae-b034-b3d3054f857d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-multiple-vpa\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"7734945XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"694fdeb5-2440-4346-a5bb-f289d9817813"},{"name":"3.8 Mobile Number to UPI ID - Single","id":"b3268972-21d9-4442-bcc8-0ad5198fafc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This <strong>Mobile Number to UPI ID - Single</strong> API allows the seamless retrieval of a user's UPI ID or Virtual Payment Address (VPA) associated with their mobile number without requiring an OTP. The API processes the mobile number input and provides the beneficiary's name along with one UPI ID or VPA.</p>\n<p><strong>Input -</strong> Mobile No.</p>\n<p><strong>Output -</strong> Beneficiary Name and one UPI ID</p>\n<p>The following list encompasses all possible scenarios. If you encounter a new scenario not listed here, please cross-check with the TARTAN team for clarification.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>statusCode</th>\n<th><strong>code</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid Input</td>\n<td>200</td>\n<td>200</td>\n<td>Data Found</td>\n</tr>\n<tr>\n<td>Valid Input</td>\n<td>400</td>\n<td>400</td>\n<td>Data not Found</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-schema\"><b>Response Schema:</b></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Variable Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>String</td>\n<td>Identifier that is given in the request under applicationId field</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>String</td>\n<td>Unique Identifier for the entire request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object</td>\n<td>Status of the Mobile Verification - intermediate request</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Integer</td>\n<td>Status code of the request (200)</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>String</td>\n<td>Status message describing the request processing</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>String</td>\n<td>Unique identifier for the transaction</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>Timestamp of the request processing</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Object</td>\n<td>Input details of the mobile verification request</td>\n</tr>\n<tr>\n<td>mobileNo</td>\n<td>String</td>\n<td>Mobile number for verification</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Object</td>\n<td>Response details of the mobile verification request</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name associated with the mobile number</td>\n</tr>\n<tr>\n<td>upi</td>\n<td>Boolean</td>\n<td>UPI availability status (true)</td>\n</tr>\n<tr>\n<td>vpa</td>\n<td>String</td>\n<td>UPI Virtual Payment Address associated with the mobile number.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d269cb1e-5ed9-4065-8ac7-d658daf92d3f","name":"Mobile to UPI Lookup (w/o OTP) - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"name\": \"John Doe\",\n        \"upi\": \"true\",\n        \"vpa\": \"814XXXXXXX@paytm\"\n    },\n    \"applicationId\": \"cd2488e1-9916-4391-b9dd-XXXXXXXXXXX\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile Verification - Intermediate Request Processed\",\n        \"transactionId\": \"jdh345db-c338-4eb2-a5a1-669e44ba2d96\",\n        \"checkId\": \"checkId\",\n        \"groupId\": \"groupId\",\n        \"input\": {\n            \"mobileNo\": \"814XXXXXXX\"\n        },\n        \"timestamp\": \"2023-11-06 16:29:01\"\n    }\n}"},{"id":"dd93ea99-d3bb-4e94-9267-e5ecfb4c042c","name":"No Record Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"99309068XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found - This mobile no. is not linked with any UPI ID.\"\n    },\n    \"applicationId\": \"cd2488e1-9916-4391-b9dd-XXXXXXXXXXX\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Mobile Verification - Intermediate Failed\",\n        \"transactionId\": \"ab53fedb-c338-4eb2-a5a1-669e44ba2d96\",\n        \"checkId\": \"checkId\",\n        \"groupId\": \"groupId\",\n        \"input\": {\n            \"mobileNo\": \"99309068XX\"\n        },\n        \"timestamp\": \"2023-11-06 15:29:01\"\n    }\n}"},{"id":"95e214c2-253c-4c75-9dad-3c5fa7c0721b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo1\": \"814XXXXXXX\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"481fd1d7-cbda-4e51-9d4c-39ab1a7da8cc","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate-failed\",   // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"cbe631f0-7410-4c26-aba9-1b9737df1dd5","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"75c5b481-3dbb-49f6-9173-d41202068803","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"4717f386-e62c-441d-a417-2bd515f4e6d4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"b3268972-21d9-4442-bcc8-0ad5198fafc5"},{"name":"3.9 UPI ID Verification","id":"6059b251-4230-40d3-a565-7d3bf68c0f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This <strong>UPI ID Verification API</strong> is used to verify the UPI ID (Virtual Payment Address, VPA) of a bank account holder, ensuring that the provided UPI ID is valid and associated with the registered bank account details.</p>\n<h4 id=\"input--\"><strong>Input</strong> -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vpa</td>\n<td>Virtual Payment Address (UPI ID) to be verified</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains UPI verification details like <code>endUserId</code>, <code>vpaStatus</code>, <code>vpaRegisteredName</code>, <code>nameMatchResult</code>, status and result codes (<code>statusCode</code>, <code>code</code>), identifiers (<code>applicationId</code>, <code>transactionId</code>, <code>checkId</code>, <code>groupId</code>), input details, and timestamps for tracking the request.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Status code indicating the result of the request</td>\n</tr>\n<tr>\n<td>vpaStatus</td>\n<td>Status of the provided UPI ID (Valid/Invalid)</td>\n</tr>\n<tr>\n<td>vpaRegisteredName</td>\n<td>Masked registered name associated with the UPI ID</td>\n</tr>\n<tr>\n<td>nameMatchResult</td>\n<td>Result of name matching (if applicable)</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique application identifier</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code indicating the result of the request</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the request</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier</td>\n</tr>\n<tr>\n<td>checkId</td>\n<td>Unique identifier for the verification check</td>\n</tr>\n<tr>\n<td>groupId</td>\n<td>Group identifier if part of a larger group request</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Input details provided for the request (e.g., UPI ID)</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dbb64fe6-19dc-492a-9a6c-afeec77731bc","name":"upi-verify Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": \"200\",\n        \"vpaStatus\": \"Valid\",\n        \"vpaRegisteredName\": \"XXXXX XXXX\",\n        \"nameMatchResult\": \"\"\n    },\n    \"applicationId\": \"d9f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - UPI verification V2 Request Processed\",\n        \"transactionId\": \"1cee2170-f2d6-4d1f-a0fb-bbeba3a0c2c1\",\n        \"checkId\": \"checkId\",\n        \"groupId\": \"groupId\",\n        \"input\": {\n            \"vpa\": \"upiId@okhdfcbank\"\n        },\n        \"timestamp\": \"2023-01-07 00:03:58\"\n    }\n}"},{"id":"df94706c-b03d-483d-adc4-a03001d1ea67","name":"upi-verify Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcban\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": \"200\",\n        \"vpaStatus\": \"Invalid\",\n        \"vpaRegisteredName\": \"\",\n        \"nameMatchResult\": \"\"\n    },\n    \"applicationId\": \"p1f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - UPI verification V2 Request Processed\",\n        \"transactionId\": \"1cee2170-f2d6-4d1f-a0fb-bbeba3a0c2c1\",\n        \"checkId\": \"checkId\",\n        \"groupId\": \"groupId\",\n        \"input\": {\n            \"vpa\": \"upiId@okhdfcban\"\n        },\n        \"timestamp\": \"2023-01-07 00:04:58\"\n    }\n}"},{"id":"05d712c4-2b35-4cac-baaf-feffa11a3bfe","name":"upi-verify Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": \"400\",\n        \"message\": \"Internal Server Error!\"\n    },\n    \"applicationId\": \"sdf27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Bank Account - UPI verification V2 Failed\",\n        \"transactionId\": \"08c146e6-6ac1-429f-9312-7e0b53441266\",\n        \"checkId\": \"checkId\",\n        \"groupId\": \"groupId\",\n        \"input\": {\n            \"vpa\": \"upiId@okhdfcbank\"\n        },\n        \"timestamp\": \"2023-01-07 00:04:29\"\n    }\n}"},{"id":"38e43e4c-35fd-4cef-b5c5-256b7aa45dde","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"cf1a1ce1-eaae-45f6-82c4-db3f49971fa4","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"50a6c466-a906-48a2-a2e1-08d68413376c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"3e44b28c-8fff-407e-9cdd-5780374d0e9a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"b4794c20-9f60-4483-b687-c9b2d820f136","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vpa\": \"upiId@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"6059b251-4230-40d3-a565-7d3bf68c0f5f"},{"name":"3.10 UPI ID Verification - Advanced","id":"def21133-c908-47cc-9899-81835ee29eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This <strong>UPI ID Verification - Advanced API</strong> retrieves the telecom subscriber's name, UPI ID, and associated bank account details, such as account type, entity type, and IFSC code, provided the mobile number is linked to a UPI ID.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vpa</td>\n<td>Virtual Payment Address to be verified</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains VPA and bank account details like <code>endUserId</code>, <code>vpa_details</code> (VPA, account holder name, entity type), <code>account_details</code> (account type, IFSC), and <code>ifsc_details</code> (bank name, branch info, services availability). It also includes request status (<code>statusCode</code>, <code>statusMessage</code>, <code>timestamp</code>) and a unique <code>applicationId.</code></p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>ID of the application that made the request</td>\n</tr>\n<tr>\n<td>vpa_details</td>\n<td>Object containing details about the VPA</td>\n</tr>\n<tr>\n<td>vpa_details.vpa</td>\n<td>Virtual Payment Address</td>\n</tr>\n<tr>\n<td>vpa_details.account_holder_name</td>\n<td>Name of the account holder for VPA</td>\n</tr>\n<tr>\n<td>vpa_details.entity_type</td>\n<td>Type of entity associated with the VPA</td>\n</tr>\n<tr>\n<td>account_details</td>\n<td>Object containing details of the bank account</td>\n</tr>\n<tr>\n<td>account_details.account_type</td>\n<td>Type of bank account</td>\n</tr>\n<tr>\n<td>account_details.account_ifsc</td>\n<td>IFSC code of the bank account</td>\n</tr>\n<tr>\n<td>ifsc_details</td>\n<td>Object containing details about the IFSC code</td>\n</tr>\n<tr>\n<td>ifsc_details.BANK</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>ifsc_details.IFSC</td>\n<td>IFSC code</td>\n</tr>\n<tr>\n<td>ifsc_details.BRANCH</td>\n<td>Branch name</td>\n</tr>\n<tr>\n<td>ifsc_details.CENTRE</td>\n<td>Centre name</td>\n</tr>\n<tr>\n<td>ifsc_details.DISTRICT</td>\n<td>District name</td>\n</tr>\n<tr>\n<td>ifsc_details.STATE</td>\n<td>State name</td>\n</tr>\n<tr>\n<td>ifsc_details.ADDRESS</td>\n<td>Address of the bank branch</td>\n</tr>\n<tr>\n<td>ifsc_details.CONTACT</td>\n<td>Contact number</td>\n</tr>\n<tr>\n<td>ifsc_details.IMPS</td>\n<td>IMPS availability</td>\n</tr>\n<tr>\n<td>ifsc_details.RTGS</td>\n<td>RTGS availability</td>\n</tr>\n<tr>\n<td>ifsc_details.CITY</td>\n<td>City name</td>\n</tr>\n<tr>\n<td>ifsc_details.ISO3166</td>\n<td>ISO code for the state</td>\n</tr>\n<tr>\n<td>ifsc_details.NEFT</td>\n<td>NEFT availability</td>\n</tr>\n<tr>\n<td>ifsc_details.MICR</td>\n<td>MICR code</td>\n</tr>\n<tr>\n<td>ifsc_details.UPI</td>\n<td>UPI availability</td>\n</tr>\n<tr>\n<td>ifsc_details.SWIFT</td>\n<td>SWIFT code</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique ID for the request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object containing status information</td>\n</tr>\n<tr>\n<td>status.statusCode</td>\n<td>HTTP status code</td>\n</tr>\n<tr>\n<td>status.statusMessage</td>\n<td>Message indicating the status of the request</td>\n</tr>\n<tr>\n<td>status.timestamp</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5abefbe2-f80f-4e1a-ae94-6675bffcf806","name":"upi-verify-advanced Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"name\": \"XXXXXXX XXXX\",\n        \"ifsc\": \"HDFC0001533\",\n        \"vpa\": \"kpadmanaXXXXX@ybl\",\n        \"vpa_details\": {\n            \"vpa\": \"kpadmanaXXXXX@ybl\",\n            \"account_holder_name\": \"XXXXXXX XXXX\",\n            \"entity_type\": \"INDIVIDUAL\"\n        },\n        \"account_details\": {\n            \"account_type\": \"SAVINGS\",\n            \"account_ifsc\": \"HDFC0001533\"\n        },\n        \"ifsc_details\": {\n            \"BANK\": \"HDFC Bank\",\n            \"IFSC\": \"HDFC0001533\",\n            \"BRANCH\": \"PALAKKAD\",\n            \"CENTRE\": \"PALAKKAD\",\n            \"DISTRICT\": \"PALAKKAD\",\n            \"STATE\": \"KERALA\",\n            \"ADDRESS\": \"PB 111 IST FLOORS J COMPLEXR S ROAD\",\n            \"CONTACT\": \"+919895663333\",\n            \"IMPS\": \"TRUE\",\n            \"RTGS\": \"TRUE\",\n            \"CITY\": \"PALAKKAD\",\n            \"ISO3166\": \"IN-KL\",\n            \"NEFT\": \"TRUE\",\n            \"MICR\": \"678240003\",\n            \"UPI\": \"TRUE\",\n            \"SWIFT\": \"HDFCINBB\"\n        }\n    },\n    \"applicationId\": \"c6e2835a-c7dd-43c2-945d-00a79c342824\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bank Account - UPI verification Advance Request Processed\",\n        \"timestamp\": \"2023-12-04 13:12:30\"\n    }\n}"},{"id":"4e64f4aa-bf96-4ddb-9ecf-ae861b9dd938","name":"upi-verify-advanced Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"example@okhdfcbank\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found\"\n    },\n    \"applicationId\": \"ab470700-7865-4cb6-a216-732c3f93bf22\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Bank Account - UPI verification Advance Failed\",\n        \"timestamp\": \"2023-12-14 11:48:36\"\n    }\n}"},{"id":"663a8f2f-1cf0-456f-9a93-b82dee657d9b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa1\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"9e831cb4-e927-4800-95a3-3bb25fed3f35","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"03f27962-fe76-4967-a005-cc4925606cea","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"2b8e3b7b-70aa-435d-99f4-73833a50374a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"d5619c65-19bf-46ff-a52d-0644ec5bd7a5","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"upi-verify-advanced\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"vpa\": \"kpadmanaXXXXX@ybl\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"def21133-c908-47cc-9899-81835ee29eed"}],"id":"63f3bdaa-26f7-4157-828f-718cbb6b1b46","description":"<p>The <strong>Financial &amp; Credit</strong> API category provides a suite of powerful tools for verifying and extracting detailed information related to bank accounts, mobile numbers, UPI IDs, financial transactions, and tax-related data. These APIs enable seamless integration with financial systems, enhancing the accuracy and speed of financial data processing, account validation, and transaction monitoring.</p>\n","_postman_id":"63f3bdaa-26f7-4157-828f-718cbb6b1b46"},{"name":"4. Identity & Personal","item":[{"name":"4.1 Digilocker Journey","item":[{"name":"4.1.1 Digilocker Aadhar Check with Name Match","id":"caf90d28-97a0-4d2d-8f0b-4559551a8193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link","description":"<p>Tartan's Digilocker Aadhar Check with Name Match API offers a secure and reliable method to verify the identity of applicants using their Aadhaar cards from Digilocker, ensuring seamless integration and compliance with data privacy regulations. With the applicant's explicit consent, this API facilitates swift and accurate verification while supporting the verification process with a name match feature.</p>\n<h4 id=\"key-features\"><strong>Key Features:</strong></h4>\n<ul>\n<li><p>Aadhaar Card Verification: Through integration with Digilocker, the API enables seamless verification of applicant's identity using Aadhaar card, ensuring authenticity and compliance.</p>\n</li>\n<li><p>Consent-based Verification: Prior to verification, the API ensures that the applicant provides explicit consent to pull and share the data from Digilocker, prioritizing data privacy and compliance with regulations.</p>\n</li>\n<li><p>Name Match Support: In addition to identity verification, the API supports the verification process with a name match feature, enhancing the accuracy and reliability of the verification results.</p>\n</li>\n<li><p>Tartan's Aadhaar Card Verification API empowers businesses and organizations to streamline identity verification processes securely and efficiently, leveraging Aadhaar card pull from Digilocker while prioritizing data privacy and regulatory compliance. Integrate this API seamlessly into your systems to enhance identity verification processes and bolster security measures.</p>\n</li>\n</ul>\n<h4 id=\"note-\">NOTE :</h4>\n<ul>\n<li><p>'email' and 'phoneNumber' are optional field.</p>\n</li>\n<li><p>'phoneNumber' should start with '91'.</p>\n</li>\n</ul>\n","urlObject":{"path":["aphrodite","external","v1","journey","create-link"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f7ce4edc-e8a8-4581-80ec-d214d4e5a65c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Created Link for Journey!\",\n    \"id\": \"2a60db76-52c7-441c-87f9-d17882f0c3db\",\n    \"link\": \"vision-dev.tartanhq.com/journey?token=vRrOmkDug1&journeyId=7e188f17-0115-11ef-87e5-42010a4e400f\"\n}"},{"id":"73ea3d01-ef5c-4022-b049-2ce7376dd4fc","name":"Invalid Name","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please enter a valid name\"\n}"},{"id":"7b914260-9d48-4cf2-882b-11e32ee7dbeb","name":"Invalid Phone Number","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\" : \"phoneNumber to be valid indian phone number with 91 ex - 91XXXXXXXXXX\"\n}"},{"id":"f0fad4a8-ee0d-4277-a668-a5558e7b2e2f","name":"Invalid Email","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\" : \"Email should be valid\"\n}"},{"id":"089c4a20-39a5-466d-ac28-e0733defdb4a","name":"Journey Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Journey not found for the provided journeyId!\"\n}"},{"id":"8bf52cd4-78cd-44a7-b9c8-ff26059cb5b4","name":"Journey Doesn't Belong to User or Admin","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\" : \"Invalid journeyId: does not belong to the user or its admin!\"\n}"},{"id":"ca9f8da2-5688-4611-8f7c-be0fba953af8","name":"Digilocker Aadhar Check with Name Match","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Harshil\",\n    \"customerApplicationId\": \"Jagstest\",\n    \"journeyId\": \"tartan_adp\",\n    \"email\": \"jay+test1@tartanhq.com\", // optional\n    \"phoneNumber\": \"919893849389\" // optional [start with 91]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/journey/create-link"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Journey not enabled by its admin!\"\n}"}],"_postman_id":"caf90d28-97a0-4d2d-8f0b-4559551a8193"},{"name":"4.1.2 Fetch Enabled Journey List","id":"2575039e-6056-422f-8432-bc975c7d5990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/api/internal-journey/v1/enabled-journey","description":"<p>This API retrieves the list of all enabled journeys available for the user.</p>\n","urlObject":{"path":["aphrodite","api","internal-journey","v1","enabled-journey"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c313a7c8-f23d-4a4c-bf6a-5e39d9417012","name":"Fetch Enabled Journey List - Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/api/internal-journey/v1/enabled-journey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountName\": \"Sidi Enterprises\", //String\n    \"journeyList\": [\n        {\n            \"journeyId\": \"234567itghsdtgr\", //String\n            \"journeyname\": \"J1\"               //String\n        },\n        {\n            \"journeyId\": \"452346245y25gg\",\n            \"journeyname\": \"J2\"\n        },\n        {\n            \"journeyId\": \"fgsergwryt35t3\",\n            \"journeyname\": \"J3\"\n        },\n        {\n            \"journeyId\": \"ergwer35t35\",\n            \"journeyname\": \"J4\"\n        },\n        {\n            \"journeyId\": \"ergwet3535rrgsd\",\n            \"journeyname\": \"J5\"\n        }\n    ]\n}"}],"_postman_id":"2575039e-6056-422f-8432-bc975c7d5990"},{"name":"4.1.3 Get Journey Usage Status","id":"38ecf96b-2a25-4237-aacf-28dd7b0a3409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/journey/usage-status?journeyUsageId={{jobId}}","description":"<p>This API provides the usage status of different journeys, including details such as remaining credits and overall usage.</p>\n<h4 id=\"status\"><strong>Status:</strong></h4>\n<p>INVITED,<br />SUCCESS,<br />FAILED,<br />PENDING,<br />EXPIRED</p>\n","urlObject":{"path":["aphrodite","external","v1","journey","usage-status"],"host":["{{host}}"],"query":[{"key":"journeyUsageId","value":"{{jobId}}"}],"variable":[]}},"response":[{"id":"c0b42ff4-a365-4df0-8252-e0ce27e1d218","name":"Get Journey Usage Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/journey/usage-status?journeyUsageId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","journey","usage-status"],"query":[{"key":"journeyUsageId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"7e188f17-0115-11ef-87e5-42010a4e400f\",\n  \"status\": \"SUCCESS\",\n  \"name\": \"john Doe\",\n  \"customerApplicationId\": \"nhoj eod\"\n}"},{"id":"8c283942-6284-49b6-af09-957dbf05d0aa","name":"Invalid ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/journey/usage-status?journeyUsageId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","journey","usage-status"],"query":[{"key":"journeyUsageId","value":"{{jobId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\" : \"Invalid Id provided.\"\n}"}],"_postman_id":"38ecf96b-2a25-4237-aacf-28dd7b0a3409"}],"id":"8c9b4944-df76-4a63-8706-b5a9733820cf","_postman_id":"8c9b4944-df76-4a63-8706-b5a9733820cf","description":""},{"name":"4.2 Driving Licence - Detailed","id":"4ee8abdf-96af-43b2-8f1e-ad2fad44dfd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"dob\": \"20XX-08-16\",\n        \"dl_number\": \"PB35202XXXX858\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This check provides the driver's license holder's full name, photo, address, date of birth (DOB), validity, and more from the Parivahan database (<a href=\"https://parivahan.gov.in/\">https://parivahan.gov.in/</a>) using a combination of the driver's license number (DL) and DOB.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardNumber</td>\n<td>Driving Licence number (15/16 digit alphanumeric characters)</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date of Birth (dd/MM/yyyy format)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains driving license details including <code>validity</code> for transport and non-transport categories, <code>covDetails</code> (class of vehicle and issuing authority), and <code>holderDetails</code> (name, address, date of birth, gender, blood group, citizenship, license number, and related information).</p>\n<h4 id=\"response-scheme--\"><strong>Response Scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>validity</td>\n<td>Object containing validity details for non-transport and transport categories</td>\n</tr>\n<tr>\n<td>Non Transport (From)</td>\n<td>Start date of non-transport validity</td>\n</tr>\n<tr>\n<td>Non Transport (To)</td>\n<td>Expiry date of non-transport validity</td>\n</tr>\n<tr>\n<td>Transport (From)</td>\n<td>Start date of transport validity (if available)</td>\n</tr>\n<tr>\n<td>Transport (To)</td>\n<td>Expiry date of transport validity (if available)</td>\n</tr>\n<tr>\n<td>covDetails</td>\n<td>Array containing details of the classes of vehicles (COV)</td>\n</tr>\n<tr>\n<td>Class of Vehicle</td>\n<td>The class of vehicle (e.g., MCWG, LMV)</td>\n</tr>\n<tr>\n<td>Issue Authority</td>\n<td>The authority that issued the class of vehicle</td>\n</tr>\n<tr>\n<td>holderDetails</td>\n<td>Object containing details of the license holder</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>The address of the license holder</td>\n</tr>\n<tr>\n<td>Blood Group</td>\n<td>Blood group of the license holder (if available)</td>\n</tr>\n<tr>\n<td>Citizenship</td>\n<td>Citizenship of the license holder (e.g., IND)</td>\n</tr>\n<tr>\n<td>DOI</td>\n<td>Date of issue of the license</td>\n</tr>\n<tr>\n<td>Date of Birth</td>\n<td>Date of birth of the license holder</td>\n</tr>\n<tr>\n<td>Date of Expiry</td>\n<td>Expiry date of the license</td>\n</tr>\n<tr>\n<td>Father's Name</td>\n<td>Name of the license holder's father</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Gender of the license holder</td>\n</tr>\n<tr>\n<td>Holder's Name</td>\n<td>Name of the license holder</td>\n</tr>\n<tr>\n<td>Last Transaction at</td>\n<td>The last RTO location where a transaction was performed</td>\n</tr>\n<tr>\n<td>Licence Number</td>\n<td>The license number</td>\n</tr>\n<tr>\n<td>State</td>\n<td>The state where the license was issued</td>\n</tr>\n<tr>\n<td>Zip Code</td>\n<td>The ZIP code of the license holder's address (if available)</td>\n</tr>\n<tr>\n<td>photo</td>\n<td>Base64 encoded photo of the license holder</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique application identifier</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code indicating the request result</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the request</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a76c8d0a-a3c0-4d2b-a2a8-9f5a9ad88c91","name":"Driving Licence Detailed - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"dob\": \"20XX-08-16\",\n        \"dl_number\": \"PB35202XXXX858\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"validity\": {\n            \"Non Transport\": {\n                \"From\": \"28-06-2016\",\n                \"To\": \"27-06-2036\"\n            },\n            \"Transport\": {\n                \"From\": \"-\",\n                \"To\": \"-\"\n            }\n        },\n        \"covDetails\": [\n            {\n                \"Class of Vehicle\": \"MCWG\",\n                \"Issue Authority\": \"RTO, GHAZIABAD\"\n            },\n            {\n                \"Class of Vehicle\": \"LMV\",\n                \"Issue Authority\": \"RTO, GHAZIABAD\"\n            }\n        ],\n        \"holderDetails\": {\n            \"Address\": \"B-24 MAHENDRA ENCLAVE, GZB, U.P, Uttar Pradesh\",\n            \"Blood Group\": \"\",\n            \"Citizenship\": \"IND\",\n            \"DOI\": \"28-06-2016\",\n            \"Date of Birth\": \"30-12-2000\",\n            \"Date of Expiry\": \"27-06-2036\",\n            \"Father's Name\": \"XXXXXX XXXXXX\",\n            \"Gender\": \"X\",\n            \"Holder's Name\": \"XXXXXXX XXXXXX\",\n            \"Last Transaction at\": \"RTO, GHAZIABAD\",\n            \"Licence Number\": \"UP32201X003XXXX\",\n            \"State\": \"Uttar Pradesh\",\n            \"Zip Code\": \"\",\n            \"photo\": \"data:image/png;base64,/9j/.... [base64 Image Data]\"\n        }\n    },\n    \"applicationId\": \"543ba801-1282-43e6-b39f-038f0353b6aa\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"DL Verification Advanced (V2)  Request Processed\",\n        \"transactionId\": \"1fe40110-5f43-44f6-b5e9-64cd9ab6356d\",\n        \"timestamp\": \"2023-10-12 12:05:37\"\n    }\n}"},{"id":"faab0edc-1a14-426d-8aec-133b3be7af60","name":"DL Details Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"title\": \"failed\",\n        \"message\": \"DL Details not found\"\n    },\n    \"applicationId\": \"2828ef05-554e-4ad5-beca-941ecf50a982\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"DL Verification Advanced (V2)  Request Processed\",\n        \"transactionId\": \"0bac457e-2062-4dd7-ac58-c349f7a620a0\",\n        \"timestamp\": \"2023-10-07 13:42:39\"\n    }\n}"},{"id":"5c452086-a44d-4a35-837e-edbc44b62869","name":"No Response from Source - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"title\": \"failed\",\n        \"message\": \"No Response From Source, Please try again Later\"\n    },\n    \"applicationId\": \"9348ef05-554e-4ad5-beca-941ecf50a982\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"DL Verification Advanced (V2)  Failed\",\n        \"transactionId\": \"af404f0f-22ea-4e87-9eb4-0351107db47e\",\n        \"timestamp\": \"2023-10-11 13:33:08\"\n    }\n}"},{"id":"df7f0631-fae0-4885-bc02-62d926fe2604","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\", // Invalid field Name or Input\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"e5de7b85-e6be-4fa2-8a11-ce5cccb7e421","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\", // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"fe3f18d7-ea64-4727-aaf3-84d8f3e48e4a","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"6c0b6b7a-10ec-4165-a6bb-8aa4ef6e0e24","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"809d5156-b74b-4d65-9484-b35c8d246320","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"},{"id":"10eddb2c-e8fc-4abd-9f79-e7e88e0222ce","name":"Gateway Timeout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"driver-license-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"UP32201X003XXXX\",\n        \"dob\": \"31/12/2000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"207532b5-9b1a-429c-89fb-91c338f4fdcb"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"x-amzn-Remapped-Content-Length","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"CfS4GHgFBcwFaJw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-amzn-Remapped-Date","value":"Tue, 28 Mar 2023 11:11:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Endpoint request timed out\"\n}"}],"_postman_id":"4ee8abdf-96af-43b2-8f1e-ad2fad44dfd3"},{"name":"4.3 Mask Your Aadhaar","id":"750978ba-88a8-48a6-810c-a6b639076558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":"/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"}]},"url":"{{host}}/aphrodite/external/v1/verification/file","description":"<p>The <strong>Mask Your Aadhaar API</strong> is designed to provide a secure way to mask the sensitive information on an Aadhaar card, specifically the first 8 digits of the Aadhaar number.</p>\n<p><strong>Input</strong> - Aadhaar image(front or back, one side at a time)</p>\n<p><strong>Output</strong> - Masked Aadhaar image(with only last 4 digits visible)</p>\n<h4 id=\"response-schema-\">Response schema :</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>image_link</code></td>\n<td>URL link to the image resource.</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>Response code indicating the status of the request.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Validation status of the response.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification","file"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"41cb2840-712a-4f3c-9dd7-eca90aa47162","name":"Mask Your Aadhaar(Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":["/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"prod\",\n    \"reference_id\": 722608,\n    \"response\": {\n        \"image_link\": \"https://www.google.com/imgres?q=image&imgurl=https%3A%2F%2Flookaside.fbsbx.com%2Flookaside%2Fcrawler%2Fmedia%2F%3Fmedia_id%3D100064228323175&imgrefurl=https%3A%2F%2Fwww.facebook.com%2Fnaturalimagefacts%2F&docid=Xeb41mRrDpPOyM&tbnid=6NokVoxCuyL67M&vet=12ahUKEwjYp6_7qa6KAxX-SGcHHQ9fJIIQM3oECFsQAA..i&w=1000&h=1000&hcb=2&ved=2ahUKEwjYp6_7qa6KAxX-SGcHHQ9fJIIQM3oECFsQAA\",\n        \"code\": 200,\n        \"status\": \"VALID\"\n    },\n    \"applicationId\": \"0e4d0c9a-7417-4ae8-b7ca-6132ff88de77\"\n}"},{"id":"7333ddb4-4116-46cd-998b-59896efcf71a","name":"Invalid Document","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":["/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"prod\",\n    \"reference_id\": 722609,\n    \"response\": {\n        \"code\": 200,\n        \"status\": \"INVALID_DOCUMENT\"\n    },\n    \"applicationId\": \"6e50ecc3-962e-4edf-8647-4f494d30a158\"\n}"},{"id":"478f84b1-d947-4df3-aef1-0a2a71fb602e","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":["/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"25b02829-f785-422c-b44c-88189afc9b6a","name":"Internal error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":["/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"19934110-01eb-49ab-9bd5-d8be13690460","name":"Unauthorised","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":["/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"30637d1d-23c5-4595-814c-ea434fa5428a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"aadhaar-masking","type":"text"},{"key":"applicationId","value":"prod","type":"text"},{"key":"image","type":"file","src":["/Users/jemishvariya_13/Downloads/c83872f57c3166a498c6a27bbeeb25bb.jpg"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"750978ba-88a8-48a6-810c-a6b639076558"},{"name":"4.4 Mobile and PAN to Credit History - v2","id":"4a48db97-9fcd-4879-87c2-c7484561d179","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-credit-history\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9718XXXX2\",\n        \"panNumber\": \"AUYXXXXXXG\",\n        \"fullName\": \"Maxxxh xta\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API retrieves credit history and other details including contact details, address history, identification documents and demographic data, based on their Mobile Number , PAN Number and Name.</p>\n<p><strong>Input :</strong> Mobile Number, PAN Number &amp; Full Name</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2c1a95b1-e505-4571-846a-866b6b4e8051","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-credit-history-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"9899XXXXXX\",\n        \"name\": \"MOXMMXX NAXSXXX\",\n        \"panNumber\": \"BYVXXXX86C\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"name\": \"MOHXXXX NAUXXXX\",\n        \"mobile\": \"98998XXXXX\",\n        \"panNumber\": \"BYVPN4XXXC\",\n        \"creditScore\": \"7\",\n        \"creditReport\": {\n            \"CreditProfileHeader\": {\n                \"ReportDate\": 20260309,\n                \"ReportTime\": 144851,\n                \"Version\": \"V2.4\",\n                \"ReportNumber\": \"17730XXXXXXX\"\n            },\n            \"Current_Application\": {\n                \"Current_Application_Details\": {\n                    \"Enquiry_Reason\": \"99\",\n                    \"Finance_Purpose\": \"99\",\n                    \"Amount_Financed\": \"0\",\n                    \"Duration_Of_Agreement\": \"0\",\n                    \"Current_Applicant_Details\": {\n                        \"Last_Name\": \"NAUXXXX\",\n                        \"First_Name\": \"MOHXXXX\",\n                        \"Middle_Name1\": \"\",\n                        \"Middle_Name2\": \"\",\n                        \"Middle_Name3\": \"\",\n                        \"Gender_Code\": \"\",\n                        \"IncomeTaxPan\": \"BYVPN4XXXC\",\n                        \"Date_Of_Birth_Applicant\": \"\",\n                        \"Telephone_Number_Applicant_1st\": \"\",\n                        \"Telephone_Extension\": \"\",\n                        \"Telephone_Type\": \"\",\n                        \"MobilePhoneNumber\": \"\",\n                        \"EMailId\": \"\",\n                        \"PAN_Issue_Date\": \"\",\n                        \"PAN_Expiration_Date\": \"\",\n                        \"Passport_Number\": \"\",\n                        \"Passport_Issue_Date\": \"\",\n                        \"Passport_Expiration_Date\": \"\",\n                        \"Voter_s_Identity_Card\": \"\",\n                        \"Voter_ID_Issue_Date\": \"\",\n                        \"Voter_ID_Expiration_Date\": \"\",\n                        \"Driver_License_Number\": \"\",\n                        \"Driver_License_Issue_Date\": \"\",\n                        \"Driver_License_Expiration_Date\": \"\",\n                        \"Ration_Card_Number\": \"\",\n                        \"Ration_Card_Issue_Date\": \"\",\n                        \"Ration_Card_Expiration_Date\": \"\",\n                        \"Universal_ID_Number\": \"\",\n                        \"Universal_ID_Issue_Date\": \"\",\n                        \"Universal_ID_Expiration_Date\": \"\"\n                    },\n                    \"Current_Other_Details\": {\n                        \"Income\": \"0\",\n                        \"Marital_Status\": \"\",\n                        \"Employment_Status\": \"\",\n                        \"Time_with_Employer\": \"\",\n                        \"Number_of_Major_Credit_Card_Held\": \"\"\n                    },\n                    \"Current_Applicant_Address_Details\": {\n                        \"FlatNoPlotNoHouseNo\": \"\",\n                        \"BldgNoSocietyName\": \"\",\n                        \"RoadNoNameAreaLocality\": \"\",\n                        \"City\": \"\",\n                        \"Landmark\": \"\",\n                        \"State\": \"\",\n                        \"PINCode\": \"\",\n                        \"Country_Code\": \"\"\n                    },\n                    \"Current_Applicant_Additional_AddressDetails\": \"\"\n                }\n            },\n            \"Match_result\": {\n                \"Exact_match\": \"N\"\n            },\n            \"SCORE\": {\n                \"FCIREXScore\": 7,\n                \"FCIREXScoreConfidLevel\": \"L\"\n            },\n            \"CAIS_Account\": {\n                \"CAIS_Account_DETAILS\": []\n            }\n        }\n    },\n    \"applicationId\": \"54c3cca8-XXXX-XXXX-XXXX-XXXXXXXX2810\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"98998XXXXX\",\n            \"name\": \"MOHXXXX NAUXXXX\",\n            \"panNumber\": \"BYVPN4XXXC\"\n        },\n        \"timestamp\": \"2026-03-09 14:48:51\"\n    }\n}"},{"id":"006bdf7a-03e6-4a17-9633-6ed3317662ce","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-credit-history-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"XXXXXXXXXXXXXXXX\",\n        \"panNumber\": \"AUYXXXXXXXXXG\",\n        \"fullName\": \"Maxxxh xta\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"281df94d-4543-4ee9-9945-b5434f9df9cf","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-credit-history-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9718XXXX2\",\n        \"panNumber\": \"AUYXXXXXXG\",\n        \"fullName\": \"Maxxxh xta\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"19bfa8f1-15fd-4a79-973f-20bbe9be2388","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-credit-history-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9718XXXX2\",\n        \"panNumber\": \"AUYXXXXXXG\",\n        \"fullName\": \"Maxxxh xta\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"f4ed0445-f45e-465f-983a-e4813e4d1a04","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-history-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9718XXXX2\",\n        \"panNumber\": \"AUYXXXXXXG\",\n        \"fullName\": \"Maxxxh xta\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"ce44a082-d4fa-4266-9da3-964bdbb0d473","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-pan-credit-history-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"989XXXXXX\",\n        \"name\": \"MOHXXD NXXXHAD\",\n        \"panNumber\": \"BYXXXXX6C\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"4a48db97-9fcd-4879-87c2-c7484561d179"},{"name":"4.5 Mobile Bureau Lookup","id":"dcce2d85-b279-4431-a79f-b4a2c9d56bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"7734945195\",\n        \"fName\": \"Harshit\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API provides information about the individual, including contact details, address history, identification documents and demographic data, based on their mobile number and name.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNo</td>\n<td>mobile number of an individual.</td>\n</tr>\n<tr>\n<td>fname</td>\n<td>name of an individual.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Full name, gender, age, date of birth, alternate phone numbers, email addresses, and associated addresses. Additionally, it fetches document data like PAN, voter ID, passport, Aadhaar, ration card, and driving license(if available).</p>\n<h4 id=\"response-schema--\"><strong>Response Schema -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>endUserId</code></td>\n<td>String</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td><code>response.personal_information.full_name</code></td>\n<td>String</td>\n<td>Full name of the user.</td>\n</tr>\n<tr>\n<td><code>response.personal_information.gender</code></td>\n<td>String</td>\n<td>Gender of the user.</td>\n</tr>\n<tr>\n<td><code>response.personal_information.age</code></td>\n<td>String</td>\n<td>Age of the user.</td>\n</tr>\n<tr>\n<td><code>response.personal_information.date_of_birth</code></td>\n<td>String</td>\n<td>User's date of birth.</td>\n</tr>\n<tr>\n<td><code>response.alternate_phone</code></td>\n<td>Array of Strings</td>\n<td>List of alternate phone numbers associated with the user.</td>\n</tr>\n<tr>\n<td><code>response.email</code></td>\n<td>Array of Strings</td>\n<td>List of email addresses linked to the user.</td>\n</tr>\n<tr>\n<td><code>response.address</code></td>\n<td>Array of Objects</td>\n<td>List of addresses linked to the user, including type, state, pincode, and date of reporting.</td>\n</tr>\n<tr>\n<td><code>response.document_data.pan</code></td>\n<td>Array of Strings</td>\n<td>PAN numbers linked to the user.</td>\n</tr>\n<tr>\n<td><code>response.document_data.voter_id</code></td>\n<td>Array of Strings</td>\n<td>Voter ID numbers linked to the user.</td>\n</tr>\n<tr>\n<td><code>response.document_data.passport</code></td>\n<td>Array of Strings</td>\n<td>Passport numbers linked to the user.</td>\n</tr>\n<tr>\n<td><code>response.document_data.aadhaar</code></td>\n<td>Array of Strings</td>\n<td>Aadhaar numbers linked to the user.</td>\n</tr>\n<tr>\n<td><code>response.document_data.ration_card</code></td>\n<td>Array of Strings</td>\n<td>Ration card details of the user.</td>\n</tr>\n<tr>\n<td><code>response.document_data.driving_license</code></td>\n<td>Array of Strings</td>\n<td>Driving license details of the user.</td>\n</tr>\n<tr>\n<td><code>applicationId</code></td>\n<td>String</td>\n<td>Unique identifier for the application response.</td>\n</tr>\n<tr>\n<td><code>status.statusCode</code></td>\n<td>Integer</td>\n<td>HTTP status code of the API response.</td>\n</tr>\n<tr>\n<td><code>status.statusMessage</code></td>\n<td>String</td>\n<td>Status message indicating the processing result.</td>\n</tr>\n<tr>\n<td><code>status.transactionId</code></td>\n<td>String</td>\n<td>Unique transaction ID for tracking the request.</td>\n</tr>\n<tr>\n<td><code>status.input.mobileNo</code></td>\n<td>String</td>\n<td>Mobile number provided in the request.</td>\n</tr>\n<tr>\n<td><code>status.timestamp</code></td>\n<td>String</td>\n<td>Timestamp of the request processing.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"07ede15c-53d2-4055-b950-8c4026fd4905","name":"Mobile Bureau Lookup - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"773494XXXXX\",\n        \"fName\": \"Harshit\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"personal_information\": {\n            \"full_name\": \"HARSHIT SIXXX\",\n            \"gender\": \"Male\",\n            \"age\": \"25\",\n            \"date_of_birth\": \"12/02/19XX\"\n        },\n        \"alternate_phone\": [\n            \"7734XXXX5\"\n        ],\n        \"email\": [\n            \"LUCXXXXXXXIT741@GMAIL.COM\"\n        ],\n        \"address\": [\n            {\n                \"detailed_address\": \"934 RAJXXXXA NAGAR  UTTXXI JAXXXUR  NEAR XXXXHNA NAGAR  BASHXXXXPUR GOXXXXPUR GORXXXXXR 1457 UXXAR PXXXXSH\",\n                \"state\": \"UP\",\n                \"pincode\": \"2XXX01\",\n                \"type\": \"Pexxxent\",\n                \"date_of_reporting\": \"31/08/2024\"\n            },\n            {\n                \"detailed_address\": \"SO BXXXXM SINGH 934 RAXXXXRA NAGAR  UTTARI JATEPUR\",\n                \"state\": \"UP\",\n                \"pincode\": \"27XX01\",\n                \"type\": \"Owns,Pxxxary\",\n                \"date_of_reporting\": \"31/10/2022\"\n            },\n            {\n                \"detailed_address\": \"934 RAXXXDRA NAGAR  UTXXXRI JATEPUR  NEAR K RISHNA NAGAR  BAXXXATPUR GORAKHPUR GOXXXXHPUR 1457 UTTAR PRADESH\",\n                \"state\": \"UP\",\n                \"pincode\": \"XXX001\",\n                \"type\": \"Permxxxnt\",\n                \"date_of_reporting\": \"31/08/2022\"\n            },\n            {\n                \"detailed_address\": \"RAXXXRA NAGAR GORAXXXUR GXXXXPUR UXXAR PRXXESH 273001\",\n                \"state\": \"UP\",\n                \"pincode\": \"273001\",\n                \"type\": \"Owns,Xxxxanent\",\n                \"date_of_reporting\": \"31/03/2022\"\n            },\n            {\n                \"detailed_address\": \"BH-6 614 C BXXXK  PXXXXRA PUNJAB\",\n                \"state\": \"PB\",\n                \"pincode\": \"14XXX1\",\n                \"type\": \"Primary\",\n                \"date_of_reporting\": \"31/03/2022\"\n            }\n        ],\n        \"document_data\": {\n            \"pan\": [\n                \"HUXXXXXX7K\"\n            ],\n            \"voter_id\": [],\n            \"passport\": [],\n            \"aadhaar\": [],\n            \"ration_card\": [],\n            \"driving_license\": []\n        }\n    },\n    \"applicationId\": \"fa1ab480-7b3c-49f4-a47e-af5499aae77c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bureau Lookup Request Processed\",\n        \"transactionId\": \"9333cd13-ac1e-4d12-86af-8ed6bf6cbee4\",\n        \"input\": {\n            \"mobileNo\": \"77XXXX5195\"\n        },\n        \"timestamp\": \"2024-10-11 13:44:14\"\n    }\n}"},{"id":"7f96efcb-005b-4426-9886-68bc00721d2d","name":"Details Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"773XXX5XX1\",\n        \"fName\": \"Sam\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No records found with the given information.\"\n    },\n    \"applicationId\": \"696004eb-285f-4779-b298-af42ac13a928\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Bureau Lookup Request Processed\",\n        \"transactionId\": \"a8dbb44a-052b-4900-96c6-a50cac1cfee8\",\n        \"input\": {\n            \"mobileNo\": \"773XXX5XX1\"\n        },\n        \"timestamp\": \"2024-10-11 13:45:43\"\n    }\n}"},{"id":"302cb2fa-6726-48ff-916b-315c983d81d6","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"773XXXX5\",\n        \"fName\": \"Shivxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"5e76647e-2d16-43ef-a5ef-e1f73730ee95","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"773XXXX195\",\n        \"fName\": \"Shivxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"e01117b6-cfaf-47fd-8783-4149b39628f3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"773XXXX195\",\n        \"fName\": \"Shivxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"09f87775-6a52-413f-ae1a-bbae5c18e04e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-bureau-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"773XXXX195\",\n        \"fName\": \"Shivxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"dcce2d85-b279-4431-a79f-b4a2c9d56bac"},{"name":"4.6 Mobile Number to PAN Number","id":"8539f292-1967-4a1f-aeaa-ecdd5925cb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-to-pan-v3\",\n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"98709xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Mobile Number to PAN Number API</strong> is designed to retrieve the PAN number linked to a given mobile number. This API helps businesses and services in verifying the PAN details associated with an individual's mobile number, ensuring accurate identification and data validation.</p>\n<h4 id=\"input--\"><strong>Input</strong> -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNumber</td>\n<td>Mobile Number (10 digits)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>endUserId</code></td>\n<td>Identifier for the API or process used</td>\n<td><code>mobileToPan</code></td>\n</tr>\n<tr>\n<td><code>response.panNumber</code></td>\n<td>Array containing the retrieved PAN number(s)</td>\n<td><code>[\"GDxxxxxxxK\"]</code></td>\n</tr>\n<tr>\n<td><code>applicationId</code></td>\n<td>Unique identifier for the request/application</td>\n<td><code>059ec900-5f0f-46c1-82eb-fade8156683a</code></td>\n</tr>\n<tr>\n<td><code>status.statusCode</code></td>\n<td>HTTP-like status code indicating the request outcome</td>\n<td><code>200</code></td>\n</tr>\n<tr>\n<td><code>status.statusMessage</code></td>\n<td>Message describing the status of the request</td>\n<td><code>Request Processed Successfully</code></td>\n</tr>\n<tr>\n<td><code>status.input.mobileNumber</code></td>\n<td>Mobile number used as input for the request</td>\n<td><code>98709xxxxx</code></td>\n</tr>\n<tr>\n<td><code>status.timestamp</code></td>\n<td>Date and time when the response was generated</td>\n<td><code>2025-08-07 17:37:47</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9a385718-deaf-49ec-b90c-b10aa8034f49","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-to-pan-v3\",\n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"98709xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Aug 2025 12:07:49 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobileToPan\",\n    \"response\": {\n        \"panNumber\": [\n            \"GDxxxxxxxK\"\n        ]\n    },\n    \"applicationId\": \"059ec900-5f0f-46c1-82eb-fade8156683a\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"98709xxxxx\"\n        },\n        \"timestamp\": \"2025-08-07 17:37:47\"\n    }\n}"},{"id":"8a793730-38bb-423c-af3a-2d22f51ff54c","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-to-pan-v3\",\n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"98xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Aug 2025 12:08:15 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation error\"\n}"},{"id":"fbbaf0ae-15fc-4839-a4d8-d459e23bce6b","name":"Data Not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-to-pan-v3\",\n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"78781xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Aug 2025 12:09:24 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobileToPan\",\n    \"response\": {\n        \"code\": 422,\n        \"message\": \"No Data Found\"\n    },\n    \"applicationId\": \"cc0d99b7-25fd-4a8e-bbb5-0d58215c863f\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"78781xxxxx\"\n        },\n        \"timestamp\": \"2025-08-07 17:39:23\"\n    }\n}"},{"id":"fa1f642e-1b61-4f58-8609-75ee5551f0c5","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobileto-pan-v3\", // Invalid Category or Type \n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"98709xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"3804d5c3-3a50-435a-96c5-e4c0f51869b5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-to-pan-v3\",\n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"98709xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"57808a63-1d3b-4b5a-85e2-31f36afccf0d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"mobile-to-pan-v3\",\n    \"applicationId\": \"mobileToPan\",\n    \"data\": {\n        \"mobileNumber\" : \"98709xxxxx\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"8539f292-1967-4a1f-aeaa-ecdd5925cb81"},{"name":"4.7 PAN 206AB Compliance","id":"8ce0fb28-6f9d-4093-9839-3bc92493175a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9904234\",\n    \"data\": {\n        \"panNumber\" : \"AOWPCXXXXX\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>PAN 206AB Compliance API</strong> is designed to verify whether an individual’s PAN number complies with Section 206AB of the Income Tax Act.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>panNumber</td>\n<td>PAN number to be verified</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Includes verified PAN details such as <code>pan_number</code>, <code>masked_name</code>, <code>pan_allotment_date</code>, <code>pan_status</code>, and whether the person is <code>specified_person</code>, along with relevant status indicators.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>ID of the application that made the request</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Status code of the response</td>\n</tr>\n<tr>\n<td>pan_number</td>\n<td>Verified PAN number</td>\n</tr>\n<tr>\n<td>masked_name</td>\n<td>Name associated with the PAN</td>\n</tr>\n<tr>\n<td>pan_allotment_date</td>\n<td>Date when the PAN was allotted</td>\n</tr>\n<tr>\n<td>pan_status</td>\n<td>Current status of the PAN</td>\n</tr>\n<tr>\n<td>specified_person</td>\n<td>Indicates if the specified person is present</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique ID for the request</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the request</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique ID for the transaction</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>PAN number provided in the request</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"71d9147b-b5b7-4e0d-95bc-47bfc61c6dfa","name":"PAN 206AB Compliance - Success","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\" : \"AOWPCXXXXX\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"9909324234\",\n    \"response\": {\n        \"code\": 200,\n        \"pan_number\": \"AOWPCXXXXX\",\n        \"masked_name\": \"LXXXXH RXXXXXXXY \",\n        \"pan_allotment_date\": \"14/08/2010\",\n        \"pan_status\": \"Operative\",\n        \"specified_person\": \"No\"\n    },\n    \"applicationId\": \"186070bb-1d93-40d2-9083-0c21168d5054\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN 206AB Verification Request Processed\",\n        \"transactionId\": \"d1919983-4c37-4d73-87c3-f9c7e8b5013a\",\n        \"input\": {\n            \"panNumber\": \"AOWPCXXXXX\"\n        },\n        \"timestamp\": \"2024-06-21 18:22:25\"\n    }\n}"},{"id":"4d84f8af-3057-4d65-b049-e209fa4dd50e","name":"PAN 206AB Compliance - Success 2 (Invalid PAN)","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\" : \"AAJCCXXXXX\" \n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"9909324234\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Invalid PAN\"\n    },\n    \"applicationId\": \"d34f27f7-1fe9-43b4-87e2-c2b2ffc76a7a\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN 206AB Verification Request Processed\",\n        \"transactionId\": \"6e710de3-5f07-4b0a-a48b-7361e3158fc5\",\n        \"input\": {\n            \"panNumber\": \"AOWPCXXXXX\"\n        },\n        \"timestamp\": \"2024-06-26 11:51:30\"\n    }\n}"},{"id":"9c499f9f-606c-4adc-b61e-7b7b132ba252","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\": \"AOWPCXXXXX\" // Invalid Pan or Input\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"869307b1-8f8a-4d48-acbc-3bb32bfb3615","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\" : \"AOWPCXXXXX\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"a3e177d4-c82d-4fa2-8571-0402a5d719f9","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\": \"AOWPCXXXXX\" // Pan Number is Null or Internal Server Error\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR\"\n}"},{"id":"0eb9ddd1-33c4-4a4b-aa22-98a98a1cb94a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\": \"AOWPCXXXXX\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"08df7081-b6a4-4732-89c6-c813a2bd79e3","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-206AB-compliance\",\n    \"applicationId\": \"9909324234\",\n    \"data\": {\n        \"panNumber\": \"AOWPCXXXXX\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"8ce0fb28-6f9d-4093-9839-3bc92493175a"},{"name":"4.8 PAN Number to Individual Details","id":"190fa235-8475-4c6e-943b-ea18e55c40db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>Simply input a PAN number and receive essential details including Name, Date of Birth, masked Aadhaar (Last 4 digits or First 2 and Last 2 Digits), and contact details - Email and Mobile number.</p>\n<p><strong>Input</strong> - PAN number</p>\n<p><strong>Output</strong> - Name, Date of Birth, masked Aadhaar (Last 4 digits or First 2 and Last 2 Digits), and contact details - Email and Mobile number. (if linked)</p>\n<p><strong>Limitation -</strong> PANs not registered on the Income Tax Portal may not provide an Address, Email, or Mobile No. (in approx. 10% of cases)</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"da07a43d-c4f8-4067-a79b-69221822b256","name":"Pan Detailed 2 Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"pan\": \"JPPJKXXXXX\",\n        \"maskedAadhaar\": \"XXXXXXXX7079\",\n        \"lastFourDigit\": \"7079\",\n        \"typeOfHolder\": \"Individual or Person\",\n        \"name\": \"XXXX YYYY ZZZZ\",\n        \"firstName\": \"XXXX\",\n        \"middleName\": \"YYYY\",\n        \"lastName\": \"ZZZZ\",\n        \"gender\": \"F\",\n        \"dob\": \"DD/MM/YYYY\",\n        \"address\": \"10, ABC, DEF Rajkot Gujarat\",\n        \"city\": \"Rajkot Malviyanagar S.O\",\n        \"state\": \"Gujarat\",\n        \"country\": \"INDIA\",\n        \"pincode\": \"000000\",\n        \"mobile_no\": \"9898XXXXXX\",\n        \"email\": \"XXXXXX@gmail.com\",\n        \"isValid\": true,\n        \"aadhaarSeedingStatus\": true,\n        \"tax\": true\n    },\n    \"applicationId\": \"78746174-e2b2-485c-9330-3990787a0608\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN Detailed Verification (Contact Details) V3 Request Processed\",\n        \"transactionId\": \"b0b1c536-5510-427b-a513-d4db1de7f9f3\",\n        \"input\": {\n            \"panNumber\": \"JPPJKXXXXX\"\n        },\n        \"timestamp\": \"2024-01-27 09:14:35\"\n    }\n}"},{"id":"b4e7b8d5-9baf-473d-a93c-0c513b1f3777","name":"Pan Detailed 2 Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"pan\": \"JPPJKXXXXX\",\n        \"maskedAadhaar\": \"52XXXXXXXX79\",\n        \"lastFourDigit\": \"xx79\",\n        \"typeOfHolder\": \"Individual or Person\",\n        \"name\": \"XXXX YYYY ZZZZ\",\n        \"firstName\": \"XXXX\",\n        \"middleName\": \"YYYY\",\n        \"lastName\": \"ZZZZ\",\n        \"gender\": \"F\",\n        \"dob\": \"DD/MM/YYYY\",\n        \"address\": \"10, ABC, DEF Rajkot Gujarat\",\n        \"city\": \"Rajkot Malviyanagar S.O\",\n        \"state\": \"Gujarat\",\n        \"country\": \"INDIA\",\n        \"pincode\": \"000000\",\n        \"mobile_no\": \"9898XXXXXX\",\n        \"email\": \"XXXXXX@gmail.com\",\n        \"isValid\": true,\n        \"aadhaarSeedingStatus\": true,\n        \"tax\": true\n    },\n    \"applicationId\": \"78746174-e2b2-485c-9330-3990787a0608\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN Detailed Verification (Contact Details) V3 Request Processed\",\n        \"transactionId\": \"b0b1c536-5510-427b-a513-d4db1de7f9f3\",\n        \"input\": {\n            \"panNumber\": \"JPPJKXXXXX\"\n        },\n        \"timestamp\": \"2024-01-27 09:14:35\"\n    }\n}"},{"id":"f49f298f-3683-4af9-a39a-6e68dba5672e","name":"Pan Detailed 2 Invalid Pan","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JUJPK7364C\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Invalid PAN\",\n        \"serviceCode\": 1\n    },\n    \"applicationId\": \"abe838a5-46f1-4979-87d0-abb4e66c41ee\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN Detailed Verification (Contact Details) V4 Request Processed\",\n        \"transactionId\": \"50e52aed-c0a5-4455-a616-c91f57b05121\",\n        \"input\": {\n            \"panNumber\": \"JUJPK7364C\"\n        },\n        \"timestamp\": \"2023-12-05 10:59:09\"\n    }\n}"},{"id":"0666a256-35f0-4c9d-83e9-9a0ec548d094","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumberError\": \"JPPJKXXXXX\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"84eda3ca-badf-4a60-88e8-4009f990cfe4","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"ff68f013-7a6f-482b-a7cb-9003f31b2cd2","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"420583d9-dd08-46a3-9b7e-8d1be24795ac","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"479905e6-56fc-41ef-b3a5-85c9602d09fe","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"190fa235-8475-4c6e-943b-ea18e55c40db"},{"name":"4.9 PAN OCR","id":"7b287c66-8d74-4bdf-a77c-ed7dfaae0f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":"/path/to/file"}]},"url":"{{host}}/aphrodite/external/v1/verification/file","description":"<p>The <strong>PAN OCR API</strong> is designed to extract key information from the PAN (Permanent Account Number) card by using Optical Character Recognition (OCR) technology. This API processes both the front side of the PAN card to retrieve and structure important details such as the individual's name, PAN number, date of birth, and other relevant data printed on the card.</p>\n<p><strong>Input</strong> - Front and Back side of PAN Card.</p>\n<p><strong>Output</strong> - Details printed on PAN Card like Name, PAN number, DOB, etc.</p>\n<h4 id=\"response-schema\">Response schema:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>valid</code></td>\n<td>Indicates whether the PAN card is valid.</td>\n</tr>\n<tr>\n<td><code>code</code></td>\n<td>Response code indicating the status of the request.</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>Date of birth of the PAN cardholder.</td>\n</tr>\n<tr>\n<td><code>father</code></td>\n<td>Name of the PAN cardholder's father.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Full name of the PAN cardholder.</td>\n</tr>\n<tr>\n<td><code>pan_type</code></td>\n<td>Type of PAN card (e.g., Individual, Business, etc.).</td>\n</tr>\n<tr>\n<td><code>pan</code></td>\n<td>Permanent Account Number (PAN) of the cardholder.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>Message providing additional details about the validation status.</td>\n</tr>\n<tr>\n<td><code>age</code></td>\n<td>Age of the PAN cardholder.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Validation status of the PAN card.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification","file"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dad5933d-3413-46e9-8a39-b486c5889586","name":"Pan OCR (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"reference_id\": \"783863\",\n    \"response\": {\n        \"valid\": true,\n        \"code\": 200,\n        \"dob\": \"02/07/2002\",\n        \"father\": \"Joe Kom\",\n        \"name\": \"Chad Kom\",\n        \"pan_type\": \"Individual\",\n        \"pan\": \"NJXPS2XXXX\",\n        \"message\": \"PAN card is valid\",\n        \"age\": \"22\",\n        \"status\": \"VALID\"\n    },\n    \"applicationId\": \"c53c86a9-dbb3-4ead-b912-211a0afbf75c\"\n}"},{"id":"0817c9cf-88f0-4d00-9e67-cc8d447c584e","name":"Invalid Document","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"reference_id\": \"783955\",\n    \"response\": {\n        \"code\": 200,\n        \"status\": \"INVALID\"\n    },\n    \"applicationId\": \"97478522-9461-4842-a065-d28b30dd2d13\"\n}"},{"id":"4cf5d2ce-7313-4fc3-b9a8-f271aa2ae5a9","name":"Exceed size","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Payload Too Large","code":413,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Max file size is 5 mb\"\n}"},{"id":"a27a306a-6ecd-4f91-9da8-09ca7896e388","name":"Format error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please upload the file of valid format(jpeg/jpg/png)\"\n}"},{"id":"9d21a54d-9785-4ccd-a97b-3e6854a31e64","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"cde7d496-38bd-4b3b-87f2-3f0e95d89fb5","name":"Internal error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ERROR\"\n}"},{"id":"631f1737-d9a4-4ea6-be92-15337e1238e9","name":"Unauthorised","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"4664a99f-9e75-4c95-a5ba-2d1e1b5d933a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"mode","value":"PROD","type":"text"},{"key":"category","value":"individual-pii-data","type":"text"},{"key":"type","value":"pan-ocr","type":"text"},{"key":"applicationId","value":"test","type":"text"},{"key":"front_image","type":"file","src":["/path/to/file"]}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"7b287c66-8d74-4bdf-a77c-ed7dfaae0f23"},{"name":"4.10 PAN to Father Name","id":"07c93c0a-f3c2-49de-9df3-238b88f184c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"HUHPS7XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>PAN to Father Name API</strong> is designed to retrieve the father's name associated with a given PAN (Permanent Account Number). By verifying the PAN number, this API fetches key details such as the PAN number itself, the full name of the cardholder, and the father’s name as recorded in the official records.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>docNumber</td>\n<td>The PAN number to verify</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<p>Contains request status, transaction ID, PAN details (<code>panNumber</code>, <code>fatherName</code>, <code>fullName</code>), and unique identifiers for both the application and end user.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Status of the transaction (1 = success, etc.)</td>\n</tr>\n<tr>\n<td>tsTransId</td>\n<td>Unique transaction identifier</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Object containing the response details</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>PAN (Permanent Account Number) of the individual</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>Father's name of the individual</td>\n</tr>\n<tr>\n<td>fullName</td>\n<td>Full name of the individual</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application</td>\n</tr>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the end user</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"df55cfd6-d927-476e-a18d-81bf2f18be5f","name":"PAN to Father Name - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"HUHPS7XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"panNumber\": \"CFOPXXXXX\",\n        \"fatherName\": \"DIMPLE BUXXXXXX\"\n    },\n    \"applicationId\": \"cbbed532-7824-44c7-a179-06e198c052d9\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"panNumber\": \"CFOPB9XXXX\"\n        },\n        \"timestamp\": \"2025-12-09 12:34:42\"\n    }\n}"},{"id":"71d736b0-1b14-44dc-83a0-11efcf7c7f17","name":"Invalid PAN (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"FFQPR6773A\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Invalid Input\"\n    },\n    \"applicationId\": \"2c324d76-e3de-4ef0-ba38-95a0c0bb5cd3\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"panNumber\": \"FFQPR6773a\"\n        },\n        \"timestamp\": \"2025-12-09 12:36:45\"\n    }\n}"},{"id":"08ec23ef-f7b1-421f-9573-8db0abb68a90","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"FF73A7893\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation error\"\n}"},{"id":"d0b15a58-d038-4454-849d-5f08cd2cba50","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-datahdj\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"FFQPR6773a\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"2e920a79-b4c0-4af5-9c44-859e37b3d05b","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"FFQPR6773a\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"afb2b7ec-464f-411c-befc-3b7d9653e0a3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"FFQPR6773a\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"bc6e3f70-7d7b-4e4e-9fe9-996167d60583","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-father-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"FFQPR6773a\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"07c93c0a-f3c2-49de-9df3-238b88f184c1"},{"name":"4.11 PAN Verification - Basic","id":"2d966b57-24ee-4a45-b5fa-8a1e8668844e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>PAN Verification Basic API</strong> is designed to validate the details of a provided PAN (Permanent Account Number) and check its Aadhaar seeding status. This API helps ensure that the PAN number provided is genuine and provides crucial information like the PAN holder’s name, type of holder, Aadhaar seeding status, and PAN status.</p>\n<p><strong>Input</strong> - PAN number (A 10 digit alphanumeric character)</p>\n<p><strong>Output</strong>- PAN holder’s name, Type of holder, Aadhar seeding status, PAN status, Last update date, etc.</p>\n<h4 id=\"pan-card-status\"><strong>PAN Card Status</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>E</td>\n<td>Valid</td>\n</tr>\n<tr>\n<td>F</td>\n<td>Fake</td>\n</tr>\n<tr>\n<td>X</td>\n<td>Deactivated</td>\n</tr>\n<tr>\n<td>D</td>\n<td>Deleted</td>\n</tr>\n<tr>\n<td>N</td>\n<td>Invalid</td>\n</tr>\n<tr>\n<td>EA</td>\n<td>Amalgamation</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Acquisition</td>\n</tr>\n<tr>\n<td>ED</td>\n<td>Death</td>\n</tr>\n<tr>\n<td>EI</td>\n<td>Dissolution</td>\n</tr>\n<tr>\n<td>EL</td>\n<td>Liquidated</td>\n</tr>\n<tr>\n<td>EM</td>\n<td>Merger</td>\n</tr>\n<tr>\n<td>EP</td>\n<td>Partition</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Split</td>\n</tr>\n<tr>\n<td>EU</td>\n<td>Under Liquidation</td>\n</tr>\n<tr>\n<td>I</td>\n<td>Inoperative</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"aadhaar-seeding-status\"><strong>Aadhaar Seeding Status</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Y</td>\n<td>Successful</td>\n</tr>\n<tr>\n<td>R</td>\n<td>Unsuccessful</td>\n</tr>\n<tr>\n<td>(Blank)</td>\n<td>Aadhaar is not seeded</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Not applicable</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"type-of-holder\"><strong>Type of Holder</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>A</td>\n<td>Association of Persons (AOP)</td>\n</tr>\n<tr>\n<td>B</td>\n<td>Body of Individuals (BOI)</td>\n</tr>\n<tr>\n<td>C</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>F</td>\n<td>Firm</td>\n</tr>\n<tr>\n<td>G</td>\n<td>Government</td>\n</tr>\n<tr>\n<td>H</td>\n<td>HUF (Hindu Undivided Family)</td>\n</tr>\n<tr>\n<td>L</td>\n<td>Local Authority</td>\n</tr>\n<tr>\n<td>J</td>\n<td>Artificial Juridical Person</td>\n</tr>\n<tr>\n<td>P</td>\n<td>Individual or Person</td>\n</tr>\n<tr>\n<td>T</td>\n<td>Trust</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-schema\"><strong>Response Schema:</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Variable Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>String</td>\n<td>Identifier that is given in the request under applicationId field</td>\n</tr>\n<tr>\n<td>applicationnId</td>\n<td>String</td>\n<td>Unique Identifier for the entire request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object</td>\n<td>Status of the PAN Verification Request</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Integer</td>\n<td>Status code of the request (200)</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>String</td>\n<td>Status message describing the request processing</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>String</td>\n<td>Unique identifier for the transaction</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Object</td>\n<td>Input details of the PAN verification request</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>String</td>\n<td>PAN number for verification</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>Timestamp of the request processing</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Object</td>\n<td>Response details of the PAN verification</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>Response code (200)</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>PAN number being verified</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name associated with the PAN number</td>\n</tr>\n<tr>\n<td>typeOfHolder</td>\n<td>String</td>\n<td>Type of PAN holder (Individual or Person)</td>\n</tr>\n<tr>\n<td>isIndividual</td>\n<td>Boolean</td>\n<td>Indicates if the PAN holder is an individual</td>\n</tr>\n<tr>\n<td>isValid</td>\n<td>Boolean</td>\n<td>Indicates if the PAN is valid</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>First name of the PAN holder</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>String</td>\n<td>Middle name of the PAN holder</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>Last name of the PAN holder</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Title associated with the PAN holder</td>\n</tr>\n<tr>\n<td>panStatusCode</td>\n<td>String</td>\n<td>PAN status code (E)</td>\n</tr>\n<tr>\n<td>panStatus</td>\n<td>String</td>\n<td>PAN status (VALID)</td>\n</tr>\n<tr>\n<td>aadhaarSeedingStatus</td>\n<td>String</td>\n<td>Aadhaar seeding status (Successful)</td>\n</tr>\n<tr>\n<td>aadhaarSeedingStatusCode</td>\n<td>String</td>\n<td>Aadhaar seeding status code (Y)</td>\n</tr>\n<tr>\n<td>lastUpdatedOn</td>\n<td>String</td>\n<td>Date of the last update (22/09/2023)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"82eb4646-c5ff-4ab1-8c5b-cb5e25480288","name":"pan-basic Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ATXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"number\": \"ATXXXXXXXX\",\n        \"name\": \"XXXXXXX\",\n        \"typeOfHolder\": \"Individual or Person\",\n        \"isIndividual\": true,\n        \"isValid\": true,\n        \"firstName\": \"XXXXXX\",\n        \"middleName\": \"\",\n        \"lastName\": \"XXXXX\",\n        \"title\": \"Shri\",\n        \"panStatusCode\": \"E\",\n        \"panStatus\": \"VALID\",\n        \"aadhaarSeedingStatus\": \"Successful\",\n        \"aadhaarSeedingStatusCode\": \"Y\",\n        \"lastUpdatedOn\": \"12/12/2020\"\n    },\n    \"applicationId\": \"4395413a-5c13-4448-8590-b179603dc124\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN Verification (V1) Request Processed\",\n        \"transactionId\": \"d5b0b353-603b-43be-87d0-fd624d271d09\",\n        \"input\": {\n            \"panNumber\": \"ATXXXXXXXX\"\n        },\n        \"timestamp\": \"2023-10-05 18:39:21\"\n    }\n}"},{"id":"2e11efc7-6b22-4863-aa86-cd5fd755a3a7","name":"pan-basic Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JUJPK7364C\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 404,\n        \"message\": \"Pan Number Not Found\"\n    },\n    \"applicationId\": \"f4876bab-81b5-419d-9415-5ea434f73872\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN Verification (V1) Request Processed\",\n        \"transactionId\": \"e030a820-32f7-4018-9839-00c4b796cf52\",\n        \"input\": {\n            \"panNumber\": \"JUJPK7364C\"\n        },\n        \"timestamp\": \"2023-10-05 18:40:41\"\n    }\n}"},{"id":"8466914a-5302-46bc-9096-9254560660ff","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ATXXXXXXXX\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"0bd8a558-a9a7-4806-86d6-6ecb0da46e6a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ATXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"51b632fa-5749-4e75-bbfc-8bafa02e9ea9","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ATXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"8d76e0b8-5dcf-48e9-a999-0bb055fd33cb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ATXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"9e2bab6b-0547-4faf-b915-b1251d6b4a41","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"financial-pii-data\",\n    \"type\": \"pan-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ATXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"2d966b57-24ee-4a45-b5fa-8a1e8668844e"},{"name":"4.12 Passport Number Verification","id":"dfbc1dce-4a14-4506-9859-04fcdbc3a03d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Passport Number Verification API</strong> allows for the verification of a user’s passport details, such as the name, application status, and other relevant data, by cross-referencing the information with the official Passport database.</p>\n<h4 id=\"input--\"><strong>Input</strong> -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>fileNumber</strong></td>\n<td>Passport File number (a 15-digit alphanumeric code printed on the passport)</td>\n</tr>\n<tr>\n<td><strong>dob</strong></td>\n<td>Date of Birth (dd/MM/yyyy format)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output</strong> -</h4>\n<p>Name of Passport Holder, Application status, etc.</p>\n<p><em><strong>Please note:</strong></em> The file number is different from the passport number, which is an 8-digit alphanumeric code.</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9b8a40c7-9f20-47b2-b4e1-472edc9c0c30","name":"Passport verification - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"givenName\": \"XXXXXXXX\",\n        \"surname\": \"XXXXXX\",\n        \"typeOfApplication\": \"NORMAL\",\n        \"applicationReceivedOnDate\": \"05/07/2013\",\n        \"name\": \"XXXXXXXXXXX\",\n        \"dob\": \"XX/XX/XXXX\"\n    },\n    \"applicationId\": \"807cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Passport Verification  Request Processed\",\n        \"transactionId\": \"ugb8a939-fd5f-4c08-921d-5e7f1ef1a630\",\n        \"input\": {\n            \"fileNumber\": \"SU1064883XXXXXX\",\n            \"dob\": \"11/05/1999\"\n        },\n        \"timestamp\": \"2023-10-12 11:31:36\"\n    }\n}"},{"id":"cc99ea72-43eb-45f5-96b5-15682acde26c","name":"File No. Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SP1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 404,\n        \"message\": \"File No not Found\"\n    },\n    \"applicationId\": \"729cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Passport Verification  Request Processed\",\n        \"transactionId\": \"bfb8a939-fd5f-4c08-921d-5e7f1ef1a630\",\n        \"input\": {\n            \"fileNumber\": \"SP1064883XXXXXX\",\n            \"dob\": \"11/05/1999\"\n        },\n        \"timestamp\": \"2023-10-12 11:31:36\"\n    }\n}"},{"id":"e4e940cf-9eee-4691-9c75-129157669838","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\", // Invalid field Name or Input\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"664b6f03-e35b-44d1-bcac-0d9f97b03790","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"9582d54f-2736-48c2-b62a-98ceeb7d9179","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"ee4779f2-d743-427a-a08c-8fa14a28adc5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"16567fa0-4ded-4a7e-9226-880bdf73b451","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"passport-verification-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"fileNumber\": \"SU1064883XXXXXX\",\n        \"dob\": \"11/05/1999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"dfbc1dce-4a14-4506-9859-04fcdbc3a03d"},{"name":"4.13 Voter ID Validation","id":"4353df28-50b7-4701-a151-bbf8f827cc5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Voter ID Validation API</strong> is designed to verify a user's voter card details by cross-referencing the provided voter card number (also known as the EPIC number) with official electoral records.</p>\n<h4 id=\"input--\"><strong>Input</strong> -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardNumber</td>\n<td>Voter card/EPIC number (10-digit alphanumeric number)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains voter details like EPIC number, name, gender, age, and relative information (father/husband), along with registration details such as district, state, assembly constituency, polling station info, and polling serial number. Also includes identifiers like transaction ID and status codes for tracking.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Object containing the result details</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Status code (e.g., 200 for success)</td>\n</tr>\n<tr>\n<td>epicNo</td>\n<td>Voter ID number (EPIC number)</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the voter</td>\n</tr>\n<tr>\n<td>nameOther</td>\n<td>Name of the voter in another language</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Gender of the voter</td>\n</tr>\n<tr>\n<td>age</td>\n<td>Age of the voter</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>Father's name of the voter</td>\n</tr>\n<tr>\n<td>fatherNameOther</td>\n<td>Father's name in another language</td>\n</tr>\n<tr>\n<td>husbandName</td>\n<td>Husband's name (if applicable)</td>\n</tr>\n<tr>\n<td>husbandNameOther</td>\n<td>Husband's name in another language (if applicable)</td>\n</tr>\n<tr>\n<td>relativeName</td>\n<td>Name of the voter's relative (Father or Husband)</td>\n</tr>\n<tr>\n<td>relativeType</td>\n<td>Relationship type (Father or Husband)</td>\n</tr>\n<tr>\n<td>district</td>\n<td>District where the voter is registered</td>\n</tr>\n<tr>\n<td>districtOtherName</td>\n<td>District name in another language</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State where the voter is registered</td>\n</tr>\n<tr>\n<td>acName</td>\n<td>Assembly constituency name</td>\n</tr>\n<tr>\n<td>pcName</td>\n<td>Parliamentary constituency name</td>\n</tr>\n<tr>\n<td>pollDate</td>\n<td>Date of the next election (if scheduled)</td>\n</tr>\n<tr>\n<td>pollLocation</td>\n<td>Geographic location of the polling station (latitude-longitude)</td>\n</tr>\n<tr>\n<td>pollingStation</td>\n<td>Name of the polling station</td>\n</tr>\n<tr>\n<td>pollingStationOther</td>\n<td>Name of the polling station in another language</td>\n</tr>\n<tr>\n<td>pollingStationNumber</td>\n<td>Polling station number</td>\n</tr>\n<tr>\n<td>pollingBoothName</td>\n<td>Name of the polling booth</td>\n</tr>\n<tr>\n<td>pollingSerialNumber</td>\n<td>Serial number for the polling booth</td>\n</tr>\n<tr>\n<td>lastUpdate</td>\n<td>Last update timestamp for the voter's information</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object containing the status details</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Status code of the request</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Status message of the request</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Transaction ID for tracking the request</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Input data for the request</td>\n</tr>\n<tr>\n<td>cardNumber</td>\n<td>Masked voter ID (EPIC number) provided for verification</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1da7a5ca-dd1e-42e9-af86-2d4ef8c1cfac","name":"Voter ID Validation - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"epicNo\": \"zmr1146XXX\",\n        \"name\": \"XXXX XXXXXX\",\n        \"nameOther\": \"XXXXX XXXXXX\",\n        \"gender\": \"M\",\n        \"age\": 34,\n        \"fatherName\": \"XXXXXXX\",\n        \"fatherNameOther\": \"XXXXXXX\",\n        \"husbandName\": \"\",\n        \"husbandNameOther\": \"\",\n        \"relativeName\": \"XXXXXXXX\",\n        \"relativeType\": \"Father\",\n        \"district\": \"Ghaziabad\",\n        \"districtOtherName\": \"गाजियाबाद\",\n        \"state\": \"Uttar Pradesh\",\n        \"acName\": \"Muradnagar\",\n        \"pcName\": \"Ghaziabad\",\n        \"pollDate\": \"No elections scheduled\",\n        \"pollLocation\": \"28.639534914320535-77.4281158670783\",\n        \"pollingStation\": \"VIJAY COLLEGE OF EDUCATION MAHENDRA ENCLAVE EAST WING ROOM-4\",\n        \"pollingStationOther\": \"विजय कालिज ऑफ एजुकेशन महेन्‍द्र एन्‍कलेव ईस्‍ट विंग कक्ष-4\",\n        \"pollingStationNumber\": 452,\n        \"pollingBoothName\": \"VIJAY COLLEGE OF EDUCATION MAHENDRA ENCLAVE EAST\",\n        \"pollingSerialNumebr\": 254,\n        \"lastUpdate\": \"2023-12-10T03:53:14.552+00:00\"\n    },\n    \"applicationId\": \"ebbb19b2-84c3-4c66-8b87-cfab66d86896\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Voter ID Verification (V1) Request Processed\",\n        \"transactionId\": \"a1391d20-ea0a-4320-bd22-375ee08520da\",\n        \"input\": {\n            \"cardNumber\": \"zmr1146XXX\"\n        },\n        \"timestamp\": \"2023-10-05 19:06:20\"\n    }\n}"},{"id":"aef23637-f543-4af8-8b43-e02093ccba97","name":"Voter Detail Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Voter detail not found\"\n    },\n    \"applicationId\": \"e6eba108-a3b6-42d1-bdbe-9fafb3abce58\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Voter ID Verification (V1) Request Processed\",\n        \"transactionId\": \"4124a48e-fe10-4834-a734-5da8fd690ccb\",\n        \"input\": {\n            \"cardNumber\": \"zmr1146XXX\"\n        },\n        \"timestamp\": \"2023-10-05 19:08:53\"\n    }\n}"},{"id":"2d300298-8658-486a-b3a4-101d6e487b54","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\" // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"285b3abc-70cc-4584-8be1-bcd52db5c60a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"b16abf60-7d2e-46be-95ca-845fe0dfecc8","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"3c79ed4a-0b84-45db-a664-7774eb7ed699","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"eae89cc3-dfcc-4892-aa86-b144851f9498","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"voter-id\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cardNumber\": \"zmr1146XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"4353df28-50b7-4701-a151-bbf8f827cc5d"},{"name":"4.14 PAN to Name and DOB","id":"6e22cf7c-fb4a-480d-a227-e806b461ef26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"{{PAN}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>PAN to Name and DOB API</strong> enables verification of an individual’s identity by using their <strong>PAN number</strong> as input.  </p>\n<p>By providing a valid PAN, the API returns essential demographic details such as the individual’s <strong>full name</strong>, <strong>date of birth</strong>, and other linked contact information (if available).</p>\n<p>This API is useful for <strong>KYC verification</strong>, <strong>onboarding journeys</strong>, and <strong>fraud prevention</strong> workflows.</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7c19bbbd-606c-4144-a34f-c3b4023f3c05","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"DJQXXXXX0F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"pan\": \"DJQXXXXX0F\",\n        \"firstName\": \"XXXTOSH\",\n        \"midName\": \"\",\n        \"lastName\": \"KUXXAR\",\n        \"full_name\": \"ASXXXTOSH XXMAR\",\n        \"dob\": \"01-07-1X78\",\n        \"category\": \"person\"\n    },\n    \"applicationId\": \"7e22e284-5891-4dda-be6f-400e9e726795\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN To Name and DOB Request Processed\",\n        \"transactionId\": \"23698f99-3aaa-42d1-a612-4406580b7398\",\n        \"input\": {\n            \"panNumber\": \"DJQXXXXX0F\"\n        },\n        \"timestamp\": \"2026-01-29 11:19:52\"\n    }\n}"},{"id":"7d0ee905-c78c-407e-b0fe-698a327feef6","name":"Success - Validation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ABCBY9999D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"The provided PAN doesn't belong to an Individual Person. (4th Character should be 'P')\"\n}"},{"id":"59dc4ec8-8faa-4503-8911-b4e25a32cc52","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumberInvalid\": \"DJQXXXXX0F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"41a8fc68-6e36-4c65-a142-81b900895cc7","name":"Category or Type Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"DJQXXXXX0F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"93871202-76d3-48e3-9aa0-fa625b717369","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"DJQXXXXX0F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"36a33ca7-89c3-4e44-88c4-090c6c482a29","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"DJQXXXXX0F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"f30a7ac2-eaee-48bf-93d8-c9cdbf1b9335","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-to-name-and-dob\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"DJQXXXXX0F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"6e22cf7c-fb4a-480d-a227-e806b461ef26"},{"name":"4.15 Onboarding Profile Lookup","id":"bf3503d5-7f3d-451c-bcff-8b33edd59bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-basic\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<h2 id=\"description\">Description</h2>\n<p>The <strong>Onboarding Profile Lookup API</strong> retrieves profile details associated with a given <strong>mobile number</strong>.<br />It helps fetch onboarding-related information such as <strong>name, date of birth, email IDs, phone numbers, and state</strong> from available data sources.</p>\n<p>This API is typically used during <strong>customer onboarding, verification, and profile enrichment workflows</strong>.</p>\n<hr />\n<h1 id=\"input-parameters\">Input Parameters</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>Mobile number for which the onboarding profile needs to be fetched</td>\n<td>9876543210</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h1 id=\"response-schema\">Response Schema</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Full name of the individual</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>Date of birth of the individual</td>\n<td>01-01-1990</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Array of Strings</td>\n<td>Email addresses associated with the profile</td>\n<td><a href=\"https://mailto:johndoe@example.com\">johndoe@example.com</a></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>Array of Strings</td>\n<td>Phone numbers linked to the profile</td>\n<td>9876543210</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State associated with the individual</td>\n<td>Delhi</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a0486e0e-2373-4380-91e5-80341cc0ba1c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-basic\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-test-user\",\n    \"response\": {\n        \"name\": \"John Doe\",\n        \"dob\": \"01-01-1990\",\n        \"email\": [\n            \"johndoe@example.com\",\n            \"john.doe@testmail.com\",\n            \"doe.john@samplemail.com\"\n        ],\n        \"phone\": [\n            \"987654XXX0\",\n            \"912345XX80\",\n            \"+9198765XXXX0\"\n        ],\n        \"state\": \"Mumbao\"\n    },\n    \"applicationId\": \"123e4567-e89b-12d3-a456-426614174000\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"9876543210\"\n        },\n        \"timestamp\": \"2026-03-06 18:00:00\"\n    }\n}"},{"id":"5212390d-5803-4a84-b590-de856f345edc","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-basic\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber1234\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"d2ca01e4-2fec-4fcc-a39c-afcdf3ace0ad","name":"Category or Type Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-Test\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"04ba3290-1b5b-4a41-981d-a087aeab939f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-basic\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"3944c6ab-7f1d-485c-94a7-b9356a093531","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-basic\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"},{"id":"f23e0a54-1597-4716-b6e0-6101a93b3e95","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"individual-onboarding-profile-basic\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNumber\" : \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"}],"_postman_id":"bf3503d5-7f3d-451c-bcff-8b33edd59bff"},{"name":"4.16 PAN Number to Individual Details - V2","id":"5de3306c-924e-46a2-8e86-12cb3442bbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>Simply input a PAN number and receive essential details including Name, Date of Birth, masked Aadhaar (Last 4 digits), and contact details - Email and Mobile number.</p>\n<p><strong>Input</strong> - PAN number</p>\n<p><strong>Output</strong> - Name, Date of Birth, masked Aadhaar (Last 4 digits), and contact details - Email and Mobile number. (if linked)</p>\n<p><strong>Limitation -</strong> PANs not registered on the Income Tax Portal may not provide an Address, Email, or Mobile No. (in approx. 10% of cases)</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8828628c-934d-429d-98d3-7cf11ed9a341","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"ABCDE1234F\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"user123\",\n    \"response\": {\n        \"panNumber\": \"ABCDE1234F\",\n        \"fullName\": \"JOHN DOE\",\n        \"firstName\": \"JOHN\",\n        \"middleName\": \"\",\n        \"lastName\": \"DOE\",\n        \"dob\": \"01-01-1990\",\n        \"gender\": \"M\",\n        \"email\": \"jo****oe@gmail.com\",\n        \"phoneNumber\": \"98******10\",\n        \"maskedAadhaar\": \"XXXXXXXX1234\",\n        \"aadhaarLinked\": true,\n        \"panStatus\": \"active\",\n        \"panCategory\": \"Individual\",\n        \"address\": {\n            \"line1\": \"123 Sample Street\",\n            \"line2\": \"Near Central Park\",\n            \"streetName\": \"MG Road\",\n            \"city\": \"DELHI\",\n            \"state\": \"Delhi\",\n            \"country\": \"INDIA\",\n            \"pinCode\": \"110001\",\n            \"fullAddress\": \"123 Sample Street, Near Central Park, MG Road, DELHI, Delhi, INDIA, 110001\"\n        },\n        \"panIssueDate\": \"\",\n        \"lessInfo\": false\n    },\n    \"applicationId\": \"11111111-2222-3333-4444-555555555555\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"panNumber\": \"ABCDE1234F\"\n        },\n        \"timestamp\": \"2026-03-09 12:27:07\"\n    }\n}"},{"id":"db251027-00aa-4208-bc0b-856633b18d6d","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumberError\": \"JPPJKXXXXX\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation error\"\n}"},{"id":"ee0177e4-3eaa-453b-aa30-5ec1cd074930","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6Test\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"7f0cc3da-2699-4fc2-bf08-0764c781210c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"70af0607-5bd8-4f4b-8871-b15e673703eb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"b5284adf-82c9-4d44-ba4a-0f135873cf13","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"individual-pii-data\",\n    \"type\": \"pan-detail-v6\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"JPPJKXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"5de3306c-924e-46a2-8e86-12cb3442bbe9"},{"name":"4.17 Facematch Check API","id":"95e4688e-517e-460a-a558-5d36f27c9869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"face-match"},{"type":"text","key":"applicationId","value":"applicationId"},{"type":"file","key":"file","value":null},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file","description":"<h1 id=\"face-match-check-api\">Face Match Check API</h1>\n<p>The Face Match Check API is designed to compare two facial images and determine whether both images belong to the same person. By analyzing facial features from the uploaded images, this API returns the match result along with a confidence score.</p>\n<hr />\n<h2 id=\"input--\">Input -</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mode</td>\n<td>Environment mode (<code>PROD</code> / <code>UAT</code>)</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Category of verification request (<code>individual-pii-data</code>)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Verification type (<code>face-match</code>)</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique reference ID for the transaction</td>\n</tr>\n<tr>\n<td>file</td>\n<td>First facial image file</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Second facial image file</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"output--\">Output -</h2>\n<p>Contains request status, application reference IDs, face match result, confidence score, and processing status details.</p>\n<hr />\n<h2 id=\"response-schema--\">Response Schema -</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>response</td>\n<td>Object containing verification result</td>\n</tr>\n<tr>\n<td>code</td>\n<td>API response code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Match result message</td>\n</tr>\n<tr>\n<td>confidence</td>\n<td>Face match confidence percentage</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object containing request processing details</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Status code of request</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Processing status message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Date and time of response</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier generated for the request</td>\n</tr>\n<tr>\n<td>endUserId</td>\n<td>User-provided application reference ID</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["aphrodite","external","v1","verification","file"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ce443261-c84c-47b0-8338-db576412f407","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"face-match"},{"type":"text","key":"applicationId","value":"TestapplicationId"},{"type":"file","key":"file","value":null},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": {\n        \"code\": 200,\n        \"message\": \"The two faces belong to the same person\",\n        \"confidence\": 98.41\n    },\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Liveness Request Processed\",\n        \"timestamp\": \"2026-04-24 15:23:10\"\n    },\n    \"applicationId\": \"7f5bc4f7-2bde-4cf0-82f3-f5c9c6a53c39\",\n    \"endUserId\": \"TestapplicationId\"\n}"},{"id":"38d67921-1e8e-4136-9212-fc512ae282a6","name":"Success - Mismatch Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"face-match"},{"type":"text","key":"applicationId","value":"applicationId"},{"type":"file","key":"file","value":null},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"code\": 200,\n        \"message\": \"The two faces belong to different people\",\n        \"confidence\": 0.09607\n    },\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Facematch Request Processed\",\n        \"timestamp\": \"2026-04-27 11:58:28\"\n    },\n    \"applicationId\": \"TestapplicationId\"\n}"},{"id":"ebb92c6b-a936-4452-b8cd-26547c72d9c6","name":"Success - No Face Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"face-match"},{"type":"text","key":"applicationId","value":"applicationId"},{"type":"file","key":"file","value":null},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"response\": {\n    \"code\": 200,\n    \"message\": \"No face found in File 1.\"\n  },\n  \"status\": {\n    \"statusCode\": 200,\n    \"statusMessage\": \"Facematch Request Processed\",\n    \"timestamp\": \"2026-04-24 15:23:10\"\n  },\n  \"applicationId\": \"7f5bc4f7-2bde-4cf0-82f3-f5c9c6a53c39\",\n  \"endUserId\": \"TestapplicationId\"\n}"},{"id":"a3af869d-f3d0-4503-99a1-bda5f3b60e86","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"face-match"},{"type":"text","key":"applicationId","value":"applicationId"},{"type":"file","key":"file","value":null},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"fc82f36d-43d2-43a9-814b-f622409d47a4","name":"Category or type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apikey}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"face-match-invalid"},{"type":"text","key":"applicationId","value":"applicationId"},{"type":"file","key":"file","value":null},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"}],"_postman_id":"95e4688e-517e-460a-a558-5d36f27c9869"},{"name":"4.18 Liveness Check API","id":"ecf21ea0-8254-4602-9f8d-dc39587bd13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"liveness-passive-check"},{"type":"text","key":"applicationId","value":"testapplicationId"},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file","description":"<h1 id=\"liveness-check-api\">Liveness Check API</h1>\n<p>The Liveness Check API is designed to verify whether the uploaded facial image belongs to a live person and not a spoof attempt such as a photo, screen replay, or static image. By analyzing facial authenticity signals, this API returns the liveness result along with a confidence score.</p>\n<hr />\n<h2 id=\"input--\">Input -</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>Category of verification request (<code>individual-pii-data</code>)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Verification type (<code>liveness-passive-check</code>)</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique reference ID for the transaction</td>\n</tr>\n<tr>\n<td>file</td>\n<td>Facial image file for liveness verification</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"output--\">Output -</h2>\n<p>Contains request status, application reference IDs, liveness verification result, confidence score, and processing status details.</p>\n<hr />\n<h2 id=\"response-schema--\">Response Schema -</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>response</td>\n<td>Object containing verification result</td>\n</tr>\n<tr>\n<td>code</td>\n<td>API response code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Liveness result message</td>\n</tr>\n<tr>\n<td>confidence</td>\n<td>Liveness confidence percentage</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object containing request processing details</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Status code of request</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Processing status message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Date and time of response</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier generated for the request</td>\n</tr>\n<tr>\n<td>endUserId</td>\n<td>User-provided application reference ID</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["aphrodite","external","v1","verification","file"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0283b88a-a19e-4ccb-9a85-216dce996430","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"liveness-passive-check"},{"type":"text","key":"applicationId","value":"testapplicationId"},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"code\": 200,\n        \"message\": \"Live.\",\n        \"confidence\": 98.04\n    },\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Liveness Request Processed\",\n        \"timestamp\": \"2026-04-24 15:18:19\"\n    },\n    \"applicationId\": \"ae56972a-8dc5-416a-a361-155c4b02f562\",\n    \"endUserId\": \"testapplicationId\"\n}"},{"id":"bd2020d4-9b23-42f5-ae1e-fe2f368a0887","name":"Success - Not Live","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"liveness-passive-check"},{"type":"text","key":"applicationId","value":"testapplicationId"},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"code\": 200,\n        \"message\": \"Not Live.\",\n        \"confidence\": 0.0\n    },\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Liveness Request Processed\",\n        \"timestamp\": \"2026-04-27 12:03:35\"\n    },\n    \"applicationId\": \"testapplicationId\"\n}"},{"id":"958ecd92-b00f-4da2-90ba-48e8ea0c92b0","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"liveness-passive-check"},{"type":"text","key":"applicationId","value":"testapplicationId"},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"e86e57a8-dd12-4c40-ac97-61cae6d639f9","name":"Category or type not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"mode","value":"PROD"},{"type":"text","key":"category","value":"individual-pii-data"},{"type":"text","key":"type","value":"liveness-passive-check-invalid"},{"type":"text","key":"applicationId","value":"testapplicationId"},{"type":"file","key":"file","value":null}]},"url":"{{host}}/aphrodite/external/v1/verification/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"}],"_postman_id":"ecf21ea0-8254-4602-9f8d-dc39587bd13c"}],"id":"91b19945-6a51-4d86-9fb5-9acbaf9a1380","description":"<p>The <strong>Identity &amp; Personal</strong> API category offers a range of services for identity verification and data extraction, designed to facilitate seamless KYC (Know Your Customer) processes, user authentication, and personal data verification. These APIs support a variety of use cases, including government-issued identity verification, financial services, and legal documentation.</p>\n","_postman_id":"91b19945-6a51-4d86-9fb5-9acbaf9a1380"},{"name":"5. Address Enrichment","item":[{"name":"Skip Tracing Kit","item":[{"name":"Initiate API","id":"4d8c668b-d3a3-4e52-b3be-fa99c625d249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"skip-tracing-kit\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"9XXXXXX112\",\n    \"panNumber\": \"GDMXXXXX4K\",\n    \"name\": \"mXXXsh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/skip-tracing/initiate","description":"<h3 id=\"skip-tracing-job-initiation-api\"><strong>Skip Tracing Job Initiation API</strong></h3>\n<ul>\n<li><p>This API is used to <strong>initiate a new Skip Tracing job</strong> by submitting the user’s basic identifiers such as mobile number, name, and PAN.</p>\n</li>\n<li><p>Upon receiving the request, the system <strong>triggers a data aggregation workflow</strong> that fetches information from multiple independent sources including Credit Bureau, RC (Vehicle), PAN Verification, E-commerce Address Intelligence, LPG, and other linked datasets.</p>\n</li>\n<li><p>The API immediately returns a <strong>unique JOB ID</strong>, which acts as a reference identifier for this specific skip-tracing workflow.</p>\n</li>\n<li><p>This JOB ID is later used to <strong>retrieve the fully consolidated Skip Tracing response</strong>, once the system has completed collecting and correlating data from all sources.</p>\n</li>\n<li><p>The workflow runs in the background, ensuring seamless <strong>asynchronous processing</strong> of all partner API calls.</p>\n</li>\n</ul>\n","urlObject":{"path":["aphrodite","external","v1","async","skip-tracing","initiate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c7f19cc4-b366-4cac-a9b7-cf3523470e3b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"skip-tracing-kit\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"9XXXXXX112\",\n    \"panNumber\": \"GDMXXXXX4K\",\n    \"name\": \"mXXXsh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/skip-tracing/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"jobId\": \"93755784-a16f-4696-9f82-772c8b1626827\"\n}"},{"id":"b760d842-ab05-41b2-8ce8-2606da14b23f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"skip-tracing-kit\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"9XXXXXXXXXX112\",\n    \"panNumber\": \"GDMXXXXXXXXX4K\",\n    \"name\": \"mXXXsh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/skip-tracing/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"PhoneNumber or PanNumber should be in valid standard format\"\n}"},{"id":"56b8b4a2-2105-4037-970d-a354eb98626b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"skip-tracing-kit\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"9XXXXXX112\",\n    \"panNumber\": \"GDMXXXXX4K\",\n    \"name\": \"mXXXsh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/skip-tracing/initiate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"Tartan credit quota exhausted exception\"\n  }\n}"},{"id":"a8fd2e9d-594e-4bd7-8799-c0cc0dc5813a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"skip-tracing-kits\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"9XXXXXX112\",\n    \"panNumber\": \"GDMXXXXX4K\",\n    \"name\": \"mXXXsh\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/skip-tracing/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Item not found\"\n}"},{"id":"119df958-a717-41e4-a838-29cf495876fa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"skip-tracing-kit\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"9XXXXXX112\",\n        \"panNumber\": \"GDMXXXXX4K\",\n        \"name\": \"mXXXsh\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/skip-tracing/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"}],"_postman_id":"4d8c668b-d3a3-4e52-b3be-fa99c625d249"},{"name":"Get Address Data","id":"53ec8978-b913-4c9f-9c1d-968c8d6cfcba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","description":"<h3 id=\"skip-tracing-get-api-fetch-final-response\"><strong>Skip Tracing GET API (Fetch Final Response)</strong></h3>\n<ul>\n<li><p>After submitting the mobile number, name, and PAN through the POST API, a <strong>unique JOB ID</strong> is generated for the skip-tracing workflow.</p>\n</li>\n<li><p>This JOB ID is then used to call the <strong>single GET API</strong>, which serves as the retrieval endpoint for the final result.</p>\n</li>\n<li><p>Once the background data aggregation from all sources is complete, the GET API returns the <strong>entire consolidated Skip Tracing response</strong> in one unified JSON.</p>\n</li>\n<li><p>This final response includes data combined from Bureau, PAN, RC, E-commerce, LPG, and other integrated sources.</p>\n</li>\n</ul>\n","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","status"],"host":["{{baseUrl}}"],"query":[{"key":"jobId","value":"{{jobId}}"}],"variable":[]}},"response":[{"id":"4929b3f1-0d78-4f12-977a-7f3ecbeb065f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileBureau\": {\n            \"personal_information\": {\n                \"full_name\": \"************\",\n                \"gender\": \"Male\",\n                \"age\": \"33\",\n                \"date_of_birth\": \"********\",\n                \"income\": \"******\"\n            },\n            \"alternate_phone\": [\n                \"**********\",\n                \"********\"\n            ],\n            \"email\": [\n                \"*******************\"\n            ],\n            \"address\": [\n                {\n                    \"detailed_address\": \"***************************************\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"******\",\n                    \"type\": \"Permanent\",\n                    \"date_of_reporting\": \"********\"\n                },\n                {\n                    \"detailed_address\": \"**********************************************\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"******\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"********\"\n                },\n                {\n                    \"detailed_address\": \"**********************************************\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"******\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"********\"\n                },\n                {\n                    \"detailed_address\": \"*****************************************************\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"******\",\n                    \"type\": \"Permanent\",\n                    \"date_of_reporting\": \"********\"\n                },\n                {\n                    \"detailed_address\": \"*****************************************************\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"******\",\n                    \"type\": \"Permanent\",\n                    \"date_of_reporting\": \"********\"\n                }\n            ],\n            \"document_data\": {\n                \"pan\": [\n                    \"**********\"\n                ],\n                \"voter_id\": [],\n                \"passport\": [],\n                \"aadhaar\": [],\n                \"ration_card\": [],\n                \"driving_license\": []\n            }\n        },\n        \"mobileToRC\": [\n            {\n                \"vehicleNumber\": \"**********\",\n                \"chassisNumber\": \"********************\",\n                \"engineNumber\": \"********************\",\n                \"manufacturer\": \"**************************************\",\n                \"model\": \"*****\",\n                \"vehicleColor\": \"******\",\n                \"fuelType\": \"*******\",\n                \"emissionNorms\": \"***************\",\n                \"bodyType\": \"**********\",\n                \"ownerCount\": 1,\n                \"ownerName\": \"************\",\n                \"ownerFatherName\": \"************\",\n                \"mobileNumber\": \"\",\n                \"rcStatus\": \"ACTIVE\",\n                \"rcStatusAsOn\": \"\",\n                \"registrationAuthority\": \"****************\",\n                \"registrationDate\": \"********\",\n                \"manufacturingMonthYear\": \"******\",\n                \"rcExpiryDate\": \"********\",\n                \"taxUpto\": \"********\",\n                \"insuranceCompany\": \"*******************************\",\n                \"insuranceUpto\": \"********\",\n                \"insurancePolicyNumber\": \"**************\",\n                \"rcFinancer\": \"*******\",\n                \"presentAddress\": \"**********************************************\",\n                \"permanentAddress\": \"**********************************************\",\n                \"cubicCapacity\": \"***\",\n                \"grossWeight\": \"***\",\n                \"unladenWeight\": \"**\",\n                \"vehicleCategory\": \"***\",\n                \"standardCap\": null,\n                \"cylinders\": 1,\n                \"seatCapacity\": 2,\n                \"sleeperCapacity\": null,\n                \"standingCapacity\": null,\n                \"wheelbase\": \"****\",\n                \"puccNumber\": \"********************\",\n                \"puccUpto\": \"********\",\n                \"blacklistStatus\": null,\n                \"permitIssueDate\": \"\",\n                \"permitNumber\": \"\",\n                \"permitType\": \"\",\n                \"permitValidFrom\": \"\",\n                \"permitValidUpto\": \"\",\n                \"nonUseStatus\": \"\",\n                \"nonUseFrom\": \"\",\n                \"nonUseTo\": \"\",\n                \"nationalPermitNumber\": \"\",\n                \"nationalPermitUpto\": \"\",\n                \"nationalPermitIssuedBy\": \"\",\n                \"isCommercial\": false,\n                \"nocDetails\": \"\",\n                \"class\": \"**********************\"\n            },\n            {\n                \"vehicleNumber\": \"**********\",\n                \"chassisNumber\": \"********************\",\n                \"engineNumber\": \"********************\",\n                \"manufacturer\": \"*****************************\",\n                \"model\": \"**********************\",\n                \"vehicleColor\": \"*************\",\n                \"fuelType\": \"*******\",\n                \"emissionNorms\": \"***************\",\n                \"bodyType\": \"***************\",\n                \"ownerCount\": 1,\n                \"ownerName\": \"************\",\n                \"ownerFatherName\": \"*******************************\",\n                \"mobileNumber\": \"\",\n                \"rcStatus\": \"ACTIVE\",\n                \"rcStatusAsOn\": \"\",\n                \"registrationAuthority\": \"************\",\n                \"registrationDate\": \"********\",\n                \"manufacturingMonthYear\": \"******\",\n                \"rcExpiryDate\": \"********\",\n                \"taxUpto\": \"********\",\n                \"insuranceCompany\": \"*******************************\",\n                \"insuranceUpto\": \"********\",\n                \"insurancePolicyNumber\": \"***************\",\n                \"rcFinancer\": \"**************************************\",\n                \"presentAddress\": \"**********************************************\",\n                \"permanentAddress\": \"**********************************************\",\n                \"cubicCapacity\": \"****\",\n                \"grossWeight\": \"****\",\n                \"unladenWeight\": \"****\",\n                \"vehicleCategory\": \"***\",\n                \"standardCap\": null,\n                \"cylinders\": 4,\n                \"seatCapacity\": 5,\n                \"sleeperCapacity\": null,\n                \"standingCapacity\": null,\n                \"wheelbase\": \"****\",\n                \"puccNumber\": \"********\",\n                \"puccUpto\": \"********\",\n                \"blacklistStatus\": null,\n                \"permitIssueDate\": \"\",\n                \"permitNumber\": \"\",\n                \"permitType\": \"\",\n                \"permitValidFrom\": \"\",\n                \"permitValidUpto\": \"\",\n                \"nonUseStatus\": \"\",\n                \"nonUseFrom\": \"\",\n                \"nonUseTo\": \"\",\n                \"nationalPermitNumber\": \"\",\n                \"nationalPermitUpto\": \"\",\n                \"nationalPermitIssuedBy\": \"\",\n                \"isCommercial\": false,\n                \"nocDetails\": \"\",\n                \"class\": \"**********\"\n            },\n            {\n                \"vehicleNumber\": \"**********\",\n                \"chassisNumber\": \"********************\",\n                \"engineNumber\": \"********************\",\n                \"manufacturer\": \"*****************************\",\n                \"model\": \"***************\",\n                \"vehicleColor\": \"**********\",\n                \"fuelType\": \"********\",\n                \"emissionNorms\": \"***************\",\n                \"bodyType\": \"***********\",\n                \"ownerCount\": 2,\n                \"ownerName\": \"************\",\n                \"ownerFatherName\": \"\",\n                \"mobileNumber\": \"\",\n                \"rcStatus\": \"ACTIVE\",\n                \"rcStatusAsOn\": \"\",\n                \"registrationAuthority\": \"****************\",\n                \"registrationDate\": \"********\",\n                \"manufacturingMonthYear\": \"******\",\n                \"rcExpiryDate\": \"********\",\n                \"taxUpto\": \"********\",\n                \"insuranceCompany\": \"************\",\n                \"insuranceUpto\": \"********\",\n                \"insurancePolicyNumber\": \"********************\",\n                \"rcFinancer\": \"*******\",\n                \"presentAddress\": \"**********************************************\",\n                \"permanentAddress\": \"**********************************************\",\n                \"cubicCapacity\": \"***\",\n                \"grossWeight\": \"*\",\n                \"unladenWeight\": \"***\",\n                \"vehicleCategory\": \"***\",\n                \"standardCap\": null,\n                \"cylinders\": 3,\n                \"seatCapacity\": 5,\n                \"sleeperCapacity\": null,\n                \"standingCapacity\": null,\n                \"wheelbase\": \"*\",\n                \"puccNumber\": \"********************\",\n                \"puccUpto\": \"********\",\n                \"blacklistStatus\": null,\n                \"permitIssueDate\": \"\",\n                \"permitNumber\": \"\",\n                \"permitType\": \"\",\n                \"permitValidFrom\": \"\",\n                \"permitValidUpto\": \"\",\n                \"nonUseStatus\": \"\",\n                \"nonUseFrom\": \"\",\n                \"nonUseTo\": \"\",\n                \"nationalPermitNumber\": \"\",\n                \"nationalPermitUpto\": \"\",\n                \"nationalPermitIssuedBy\": \"\",\n                \"isCommercial\": false,\n                \"nocDetails\": \"\",\n                \"class\": \"***************\"\n            },\n            {\n                \"vehicleNumber\": \"**********\",\n                \"chassisNumber\": \"********************\",\n                \"engineNumber\": \"********************\",\n                \"manufacturer\": \"**********************\",\n                \"model\": \"*****************************\",\n                \"vehicleColor\": \"************\",\n                \"fuelType\": \"*******\",\n                \"emissionNorms\": \"***************\",\n                \"bodyType\": \"****************\",\n                \"ownerCount\": 1,\n                \"ownerName\": \"************\",\n                \"ownerFatherName\": \"\",\n                \"mobileNumber\": \"\",\n                \"rcStatus\": \"ACTIVE\",\n                \"rcStatusAsOn\": \"\",\n                \"registrationAuthority\": \"****************\",\n                \"registrationDate\": \"********\",\n                \"manufacturingMonthYear\": \"******\",\n                \"rcExpiryDate\": \"********\",\n                \"taxUpto\": \"********\",\n                \"insuranceCompany\": \"**************************************\",\n                \"insuranceUpto\": \"********\",\n                \"insurancePolicyNumber\": \"************************\",\n                \"rcFinancer\": \"***************\",\n                \"presentAddress\": \"**********************************************\",\n                \"permanentAddress\": \"**********************************************\",\n                \"cubicCapacity\": \"***\",\n                \"grossWeight\": \"***\",\n                \"unladenWeight\": \"***\",\n                \"vehicleCategory\": \"***\",\n                \"standardCap\": null,\n                \"cylinders\": 1,\n                \"seatCapacity\": 2,\n                \"sleeperCapacity\": null,\n                \"standingCapacity\": null,\n                \"wheelbase\": \"****\",\n                \"puccNumber\": \"********************\",\n                \"puccUpto\": \"********\",\n                \"blacklistStatus\": null,\n                \"permitIssueDate\": \"\",\n                \"permitNumber\": \"\",\n                \"permitType\": \"\",\n                \"permitValidFrom\": \"\",\n                \"permitValidUpto\": \"\",\n                \"nonUseStatus\": \"\",\n                \"nonUseFrom\": \"\",\n                \"nonUseTo\": \"\",\n                \"nationalPermitNumber\": \"\",\n                \"nationalPermitUpto\": \"\",\n                \"nationalPermitIssuedBy\": \"\",\n                \"isCommercial\": false,\n                \"nocDetails\": \"\",\n                \"class\": \"**********************\"\n            }\n        ],\n        \"panResponse\": {\n            \"code\": 200,\n            \"pan\": \"**********\",\n            \"maskedAadhaar\": \"****************\",\n            \"lastFourDigit\": \"****\",\n            \"typeOfHolder\": \"Individual or Person\",\n            \"name\": \"*******************************\",\n            \"firstName\": \"*******\",\n            \"middleName\": \"***************\",\n            \"lastName\": \"********\",\n            \"gender\": \"M\",\n            \"dob\": \"********\",\n            \"address\": \"******************************************************\",\n            \"city\": \"*****\",\n            \"state\": \"*******\",\n            \"country\": \"*****\",\n            \"pincode\": \"******\",\n            \"mobile_no\": \"**********\",\n            \"email\": \"***********************\",\n            \"isValid\": true,\n            \"aadhaarSeedingStatus\": true,\n            \"tax\": true\n        },\n        \"mobileToLPG\": {\n            \"code\": 400,\n            \"message\": \"No Record Found\"\n        },\n        \"mobileToAddress\": {\n            \"addressCount\": 7,\n            \"phoneToAddress\": [\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"********\"\n                },\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"********\"\n                },\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"********\"\n                },\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"********\"\n                },\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"********\"\n                },\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"\"\n                },\n                {\n                    \"category\": \"ECOM\",\n                    \"fullAddress\": \"*******************************************************\",\n                    \"seenDate\": \"\"\n                }\n            ]\n        }\n    },\n    \"applicationId\": \"************************************\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"3dd5f8a8-c6ce-4002-88aa-b6bca4db25d4","name":"In-Progress","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"endUserId\": \"Dashboard-realtime-KYC\",\n  \"response\": {\n    \"mobileBureau\": {\n      \"personal_information\": {\n        \"full_name\": \"C****** A*****\",\n        \"gender\": \"Male\",\n        \"age\": \"28\",\n        \"date_of_birth\": \"22/08/1997\",\n        \"income\": \"114186\"\n      },\n      \"alternate_phone\": [\n        \"9*******13\",\n        \"9*******61\"\n      ],\n      \"email\": [\n        \"C********@GMAIL.COM\"\n      ],\n      \"address\": [\n        {\n          \"detailed_address\": \"S/O K***** K**** H NO ** VIKAS NAGAR MADHUBAN SENTHI CHITTAURGARH RAJASTHAN\",\n          \"state\": \"RJ\",\n          \"pincode\": \"312***\",\n          \"type\": \"Permanent\",\n          \"date_of_reporting\": \"30/06/2025\"\n        },\n        {\n          \"detailed_address\": \"MILAN APARTMENT OPP MEDANTA HOSPITAL SECTOR ** DELHI-NCR\",\n          \"state\": \"HR\",\n          \"pincode\": \"122***\",\n          \"type\": \"\",\n          \"date_of_reporting\": \"30/06/2025\"\n        },\n        {\n          \"detailed_address\": \"ESTANCIA GUDUVANCHERY CHEN*** TAMIL NA **0001\",\n          \"state\": \"TN\",\n          \"pincode\": \"600***\",\n          \"type\": \"Owns,Primary\",\n          \"date_of_reporting\": \"30/06/2025\"\n        },\n        {\n          \"detailed_address\": \"H NO ** MADHUBAN SENTHI VIKAS NAGAR CHITTORGARH RAJASTHAN\",\n          \"state\": \"RJ\",\n          \"pincode\": \"312***\",\n          \"type\": \"\",\n          \"date_of_reporting\": \"30/11/2024\"\n        },\n        {\n          \"detailed_address\": \"S/O K***** K**** H NO ** VIKAS NAGAR MADHUBAN SENTHI CHITTAURGARH RAJASTHAN\",\n          \"state\": \"RJ\",\n          \"pincode\": \"312***\",\n          \"type\": \"Owns,Permanent\",\n          \"date_of_reporting\": \"31/05/2024\"\n        }\n      ],\n      \"document_data\": {\n        \"pan\": [\n          \"BSO******A\"\n        ],\n        \"voter_id\": [],\n        \"passport\": [],\n        \"aadhaar\": [],\n        \"ration_card\": [],\n        \"driving_license\": [\n          \"RJ09**********\"\n        ]\n      }\n    },\n    \"mobileToRC\": [\n      {\n        \"vehicleNumber\": \"RJ09******\",\n        \"chassisNumber\": \"ME3***********\",\n        \"engineNumber\": \"J3A***********\",\n        \"manufacturer\": \"ROYAL-ENFIELD\",\n        \"model\": \"METEOR 350\",\n        \"vehicleColor\": \"STELLAR BLACK\",\n        \"fuelType\": \"PETROL\",\n        \"emissionNorms\": \"BHARAT STAGE VI\",\n        \"bodyType\": \"MOTORCYCLE\",\n        \"ownerCount\": 1,\n        \"ownerName\": \"C****** A*****\",\n        \"ownerFatherName\": \"K****** K****\",\n        \"mobileNumber\": \"\",\n        \"rcStatus\": \"ACTIVE\",\n        \"rcStatusAsOn\": \"07-11-2025\",\n        \"registrationAuthority\": \"CHITTORGARH RTO\",\n        \"registrationDate\": \"10-08-2021\",\n        \"manufacturingMonthYear\": \"03/2021\",\n        \"rcExpiryDate\": \"09-08-2036\",\n        \"taxUpto\": \"09-08-2036\",\n        \"insuranceCompany\": \"Chola****** Insurance Co. Ltd.\",\n        \"insuranceUpto\": \"05-07-2026\",\n        \"insurancePolicyNumber\": \"3410/********\",\n        \"rcFinancer\": \"\",\n        \"presentAddress\": \"H NO ** VIKAS NAGAR MADHUBAN SENTHI CHITTAURGARH RAJASTHAN\",\n        \"permanentAddress\": \"H NO ** VIKAS NAGAR MADHUBAN SENTHI CHITTAURGARH RAJASTHAN\",\n        \"cubicCapacity\": 349,\n        \"grossWeight\": 375,\n        \"unladenWeight\": 191,\n        \"vehicleCategory\": \"2WN\",\n        \"standardCap\": null,\n        \"cylinders\": 1,\n        \"seatCapacity\": 2,\n        \"sleeperCapacity\": null,\n        \"standingCapacity\": 0,\n        \"wheelbase\": 1400,\n        \"puccNumber\": \"HR05***********\",\n        \"puccUpto\": \"11-07-2026\",\n        \"blacklistStatus\": false,\n        \"permitIssueDate\": \"\",\n        \"permitNumber\": \"\",\n        \"permitType\": \"\",\n        \"permitValidFrom\": \"\",\n        \"permitValidUpto\": \"\",\n        \"nonUseStatus\": \"\",\n        \"nonUseFrom\": \"\",\n        \"nonUseTo\": \"\",\n        \"nationalPermitNumber\": \"\",\n        \"nationalPermitUpto\": \"\",\n        \"nationalPermitIssuedBy\": \"\",\n        \"isCommercial\": false,\n        \"nocDetails\": \"\",\n        \"class\": \"M-Cycle/Scooter\"\n      }\n    ],\n    \"panResponse\": {\n      \"code\": 200,\n      \"pan\": \"BSO******A\",\n      \"maskedAadhaar\": \"XXXXXXXX2046\",\n      \"lastFourDigit\": \"2046\",\n      \"typeOfHolder\": \"Individual or Person\",\n      \"name\": \"C****** A*****\",\n      \"firstName\": \"C******\",\n      \"middleName\": \"\",\n      \"lastName\": \"A*****\",\n      \"gender\": \"M\",\n      \"dob\": \"22/08/1997\",\n      \"address\": \"28 Vikas Nagar Madhuvan Chittaurgarh Rajasthan India 312***\",\n      \"city\": \"CHITTORGARH\",\n      \"state\": \"Rajasthan\",\n      \"country\": \"INDIA\",\n      \"pincode\": \"312***\",\n      \"mobile_no\": \"XXXXXXXXXX\",\n      \"email\": \"***********@*****.***\",\n      \"isValid\": true,\n      \"aadhaarSeedingStatus\": true,\n      \"tax\": true\n    },\n    \"mobileToLPG\": \"pending\",\n    \"mobileToAddress\": {\n      \"addressCount\": 1,\n      \"phoneToAddress\": [\n        {\n          \"category\": \"ECOM\",\n          \"fullAddress\": \"801, Milan Apartments, Opp Medanta Hospital, Ch Bhaktawar Road, Gurgaon Haryana\",\n          \"seenDate\": \"10-10-2024\"\n        }\n      ]\n    }\n  },\n  \"applicationId\": \"4026***************************\",\n  \"status\": \"IN_PROGRESS\"\n}\n"},{"id":"c4ff3ec6-7e39-44b9-a8f0-67bab3e0abe0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}&Authorization=Bearer {{token}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"},{"key":"Authorization","value":"Bearer {{token}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"},{"id":"989da3bd-651a-4a5a-a337-86b2d215e9a6","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"Tartan credit quota exhausted exception\"\n  }\n}"},{"id":"fe95a230-74d6-4bca-9821-cba7f8918537","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No request found for the given jobId\"\n}"}],"_postman_id":"53ec8978-b913-4c9f-9c1d-968c8d6cfcba"}],"id":"8e71ccae-e97c-47f4-b1f3-b0b925b76c3e","description":"<ul>\n<li><p>The Skip Tracing Kit is a unified data intelligence engine designed to <strong>aggregate and correlate user information</strong> from multiple verified sources.</p>\n</li>\n<li><p>It integrates data from <strong>Credit Bureau</strong>, <strong>PAN Verification</strong>, <strong>RC (Vehicle) Ownership Records</strong>, <strong>E-commerce Address Intelligence</strong>, <strong>LPG Connections</strong>, and various <strong>public data sources</strong>.</p>\n</li>\n<li><p>The system consolidates identity attributes such as <strong>name, gender, age, mobile numbers, emails</strong>, and <strong>government-issued documents</strong> (PAN, Aadhaar, etc.).</p>\n</li>\n<li><p>It builds a comprehensive <strong>address profile</strong>, capturing both current and historical locations from bureau data, RTO records, and e-commerce delivery networks.</p>\n</li>\n<li><p>It uncovers <strong>asset ownership details</strong>, including all vehicles registered under the user or linked mobile numbers.</p>\n</li>\n<li><p>The platform traces <strong>behavioral and mobility insights</strong> using e-commerce address trails and delivery histories.</p>\n</li>\n<li><p>By combining multi-source data, it provides an enriched view that significantly enhances the ability to <strong>locate individuals</strong>, <strong>validate identities</strong>, and <strong>detect potential fraud</strong>.</p>\n</li>\n<li><p>The unified dataset improves operational workflows by offering a <strong>single consolidated profile</strong>, reducing dependency on individual, isolated data points.</p>\n</li>\n<li><p>It is designed to support use cases across <strong>collections, underwriting, fraud investigation, KYC enrichment, risk assessment</strong>, and <strong>user verification</strong>.</p>\n</li>\n<li><p>Overall, the Skip Tracing Kit transforms fragmented datasets into a <strong>high-confidence, 360° identity and address intelligence profile</strong>.</p>\n</li>\n</ul>\n","_postman_id":"8e71ccae-e97c-47f4-b1f3-b0b925b76c3e"},{"name":"5.1 Address Insight","id":"0053b062-82d1-4ddd-986a-7f493c199c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\", // Optional\n        \"language\": \"English\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The Address Insight API employs advanced machine learning and historical data to validate postal addresses, classifying them as valid, invalid, or ambiguous.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Object containing the address validation details.</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>address</td>\n<td>The full address to be validated (e.g., street, locality, etc.).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>Postal code (PIN code) to be validated with the address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City for the address validation.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State for the address validation.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>language</td>\n<td>Language preference for the response (e.g., English).</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<p>Contains address validation results, including <code>address_validity</code>, <code>address_type</code>, and <code>address_metadata.</code></p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>Object containing details about the address validation result</td>\n</tr>\n<tr>\n<td>address_validity</td>\n<td>Validity status of the address (e.g., Valid)</td>\n</tr>\n<tr>\n<td>address_type</td>\n<td>Object describing the type of address</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of the address (e.g., commercial)</td>\n</tr>\n<tr>\n<td>sub_type</td>\n<td>Subtype of the address (e.g., store_small_business)</td>\n</tr>\n<tr>\n<td>address_metadata</td>\n<td>Object containing metadata related to the address</td>\n</tr>\n<tr>\n<td>rooftop_confirmed</td>\n<td>Indicates if the rooftop has been confirmed (true/false)</td>\n</tr>\n<tr>\n<td>is_rural</td>\n<td>Indicates if the address is in a rural area (true/false)</td>\n</tr>\n<tr>\n<td>landmark_confirmed</td>\n<td>Indicates if the landmark has been confirmed (true/false)</td>\n</tr>\n<tr>\n<td>state_confirmed</td>\n<td>Indicates if the state has been confirmed (true/false)</td>\n</tr>\n<tr>\n<td>city_confirmed</td>\n<td>Indicates if the city has been confirmed (true/false)</td>\n</tr>\n<tr>\n<td>pin_confirmed</td>\n<td>Indicates if the postal code has been confirmed (true/false)</td>\n</tr>\n<tr>\n<td>pin_state_mismatched</td>\n<td>Indicates if there is a mismatch between the pin and state (true/false)</td>\n</tr>\n<tr>\n<td>pin_city_mismatched</td>\n<td>Indicates if there is a mismatch between the pin and city (true/false)</td>\n</tr>\n<tr>\n<td>multiple_city_present</td>\n<td>Indicates if multiple cities are present for the pin (true/false)</td>\n</tr>\n<tr>\n<td>is_localizable</td>\n<td>Indicates if the address is localizable (true/false)</td>\n</tr>\n<tr>\n<td>address_attributes</td>\n<td>Object for any additional attributes related to the address (currently empty)</td>\n</tr>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>HTTP status code for the response (e.g., 200)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Indicates if the request was successful (true/false)</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message indicating the outcome of the request</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Error message if applicable (null if no error)</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>Unique identifier for the request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"04b639f7-479d-4b0e-ac6f-2cf375c5cd14","name":"Address Insight","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\", // Optional\n        \"language\": \"English\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"address_validity\": \"Valid\",\n        \"address_type\": {\n            \"type\": \"commercial\",\n            \"sub_type\": \"store_small_business\"\n        },\n        \"address_metadata\": {\n            \"rooftop_confirmed\": true,\n            \"is_rural\": false,\n            \"landmark_confirmed\": true,\n            \"state_confirmed\": true,\n            \"city_confirmed\": true,\n            \"pin_confirmed\": true,\n            \"pin_state_mismatched\": false,\n            \"pin_city_mismatched\": false,\n            \"multiple_city_present\": true,\n            \"is_localizable\": true\n        },\n        \"address_attributes\": {}\n    },\n    \"endUserId\": \"test\",\n    \"status_code\": 200,\n    \"success\": true,\n    \"message\": \"Request has been processed\",\n    \"error\": null,\n    \"applicationId\": \"17036c0d-8aa3-452f-a7ce-1f385c36bf36\",\n    \"request_id\": \"addval|66b9c6k0-732e-46a4-bdc7-0e7b53e0bd64\"\n}"},{"id":"71d7a9c3-4fb1-4642-bd47-8aa72a23d7d4","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"\" // Invalid field Name or Input (No Data)\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"e512d196-e369-4156-836e-f193caa42d0a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"e89f5015-2a6e-4e63-b02e-e3b4e0048a88","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\", // Optional\n        \"language\": \"English\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"1f547562-62c3-4b51-8f27-0ec4c0b08a37","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\", // Optional\n        \"language\": \"English\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"53c37e79-9ebe-4bd8-8f94-b3fdc0449e93","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"validate-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\", // Optional\n        \"language\": \"English\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"0053b062-82d1-4ddd-986a-7f493c199c75"},{"name":"5.2 Address Normalisation","id":"0a43477e-9612-4035-9e8b-ac9e6c2e60a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The Address Normalisation API transforms unstructured addresses into a standardized format, corrects inaccuracies, and completes missing information.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>address</td>\n<td>The full address to be standardized (e.g., street, locality, etc.).</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>Postal code (PIN code) for the address.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City for the address standardization.</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State for the address standardization.</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains standardized address details, including country, state, city, locality, sub-locality, and postal code (PIN). Also includes success status, messages, and unique identifiers for the end user, application, and request.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>Object containing the standardized address details.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>The standardized country name.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>The standardized state name.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>The standardized city name.</td>\n</tr>\n<tr>\n<td>locality</td>\n<td>The locality name (smaller area within the city).</td>\n</tr>\n<tr>\n<td>sub_locality</td>\n<td>Sub-locality or neighborhood.</td>\n</tr>\n<tr>\n<td>entity_information</td>\n<td>Object containing specific components of the address.</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>The standardized postal code (PIN code).</td>\n</tr>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user.</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>Status code indicating success (e.g., 200).</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean indicating the success of the operation.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Success or failure message.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>request_id</td>\n<td>Unique identifier for tracking the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dbbb8cf3-0848-4877-a919-6f42ca5bd447","name":"Address Normalisation Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"country\": \"india\",\n        \"state\": \"haryana\",\n        \"city\": \"gurgaon\",\n        \"locality\": \"sector 41\",\n        \"sub_locality\": \"south city 1\",\n        \"entity_information\": {\n            \"room\": \"404\",\n            \"sector\": \"41\",\n            \"block\": \"l\",\n            \"landmark_name\": [\n                \"ultrex recreational\"\n            ],\n            \"society\": \"laksh residency\",\n            \"door_information\": \"404\"\n        },\n        \"pincode\": 122022\n    },\n    \"endUserId\": \"test\",\n    \"status_code\": 200,\n    \"success\": true,\n    \"message\": \"Request has been processed\",\n    \"applicationId\": \"a25874b7-258a-4841-b200-878a7a316221\",\n    \"request_id\": \"geocode|90jdv759-9886-45d2-b1f1-eec25f290b97\"\n}"},{"id":"092dc70e-91a6-4805-a73b-30b5f5eb711e","name":"Address Normalisation Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"\" // No Data\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"message\": \"Request has been processed\",\n    \"request_id\": \"geocode|26c941eb-64fa-4022-8e32-d1d4e5ab001f\",\n    \"result\": {\n        \"country\": \"india\",\n        \"entity_information\": {}\n    }\n}"},{"id":"ab7c3026-3051-44e9-a58e-e92d8f4f07e5","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"addressWrong\": \"Room No: 404, Laksh residency\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"312e5857-b435-4448-ad31-64b986e86b0d","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"9b8a25d6-5125-4c26-ad15-68332a0cbe29","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c6c1d146-c920-4d44-8a4e-076d263c84ce","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"b1dd5a5c-1b8a-44da-b1e5-7dcf9ea4cab7","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"standardize-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41\",\n        \"pincode\": \"122022\", // Optional\n        \"city\": \"Gurugram\", // Optional\n        \"state\": \"Haryana\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"0a43477e-9612-4035-9e8b-ac9e6c2e60a3"},{"name":"5.3 Address Intelligence Comprehensive","id":"ff62217d-5cea-43b0-9f75-218516d0b4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This Api provides a holistic analysis of address data by integrating insights from activity tracking, e-commerce associations, geocoding, normalization, and overall address verification.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address</code></td>\n<td>Full address for analysis.</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>Phone number linked to the address.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>City (optional).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>State (optional).</td>\n</tr>\n<tr>\n<td><code>pincode</code></td>\n<td>Postal code (optional).</td>\n</tr>\n<tr>\n<td><code>hasConsent</code></td>\n<td>Indicates consent status.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<p>The <strong>Address Intelligence API</strong> provides a comprehensive analysis of the input address, including normalization, validity checks, and profile data.</p>\n<h4 id=\"response--\"><strong>Response -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addressNormalization</code></td>\n<td>Contains normalized address details.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>Country of the address.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>State of the address.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>City of the address.</td>\n</tr>\n<tr>\n<td><code>locality</code></td>\n<td>Local area or region.</td>\n</tr>\n<tr>\n<td><code>sub_locality</code></td>\n<td>Sub-region or neighborhood.</td>\n</tr>\n<tr>\n<td><code>entity_information</code></td>\n<td>Details about the address components (e.g., room, block).</td>\n</tr>\n<tr>\n<td><code>pincode</code></td>\n<td>Postal code of the address.</td>\n</tr>\n<tr>\n<td><code>addressInsight</code></td>\n<td>Provides the validity and type of the address.</td>\n</tr>\n<tr>\n<td><code>address_validity</code></td>\n<td>Indicates if the address is valid.</td>\n</tr>\n<tr>\n<td><code>address_type</code></td>\n<td>Specifies type and subtype (e.g., commercial).</td>\n</tr>\n<tr>\n<td><code>address_metadata</code></td>\n<td>Metadata confirming the accuracy of various components.</td>\n</tr>\n<tr>\n<td><code>rooftop_confirmed</code></td>\n<td>Confirms if the address is located on a rooftop.</td>\n</tr>\n<tr>\n<td><code>is_rural</code></td>\n<td>Indicates if the address is in a rural area.</td>\n</tr>\n<tr>\n<td><code>landmark_confirmed</code></td>\n<td>Confirms if the landmark matches the address.</td>\n</tr>\n<tr>\n<td><code>state_confirmed</code>, <code>city_confirmed</code></td>\n<td>Confirms state and city match.</td>\n</tr>\n<tr>\n<td><code>pin_confirmed</code></td>\n<td>Confirms the pincode matches the address.</td>\n</tr>\n<tr>\n<td><code>pin_state_mismatched</code></td>\n<td>Indicates state-pincode mismatch.</td>\n</tr>\n<tr>\n<td><code>pin_city_mismatched</code></td>\n<td>Indicates city-pincode mismatch.</td>\n</tr>\n<tr>\n<td><code>multiple_city_present</code></td>\n<td>Checks if multiple cities are mentioned.</td>\n</tr>\n<tr>\n<td><code>is_localizable</code></td>\n<td>Indicates if the address can be localized.</td>\n</tr>\n<tr>\n<td><code>address_attributes</code></td>\n<td>Additional address characteristics.</td>\n</tr>\n<tr>\n<td><code>addressProfile</code></td>\n<td>Contains profile data of the address with location details.</td>\n</tr>\n<tr>\n<td><code>isPhoneLinked</code></td>\n<td>Checks if the phone is linked to the address.</td>\n</tr>\n<tr>\n<td><code>lastVisitedDate</code></td>\n<td>Last known visit date to the address.</td>\n</tr>\n<tr>\n<td><code>latitude</code>, <code>longitude</code></td>\n<td>Geographic coordinates of the address.</td>\n</tr>\n<tr>\n<td><code>confidenceRadius</code></td>\n<td>Accuracy radius of the location data.</td>\n</tr>\n<tr>\n<td><code>isPhoneUsedInDelivery</code></td>\n<td>Indicates if the phone was used for deliveries.</td>\n</tr>\n<tr>\n<td><code>isAddressFound</code></td>\n<td>Checks if the address is found in records.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d2745cdc-202c-4ed8-8e71-75791dd608c5","name":"Address Intelligence Comprehensive Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"addressIntelligence\": {\n            \"addressNormalization\": {\n                \"country\": \"india\",\n                \"state\": \"haryana\",\n                \"city\": \"gurgaon\",\n                \"locality\": \"sector 41\",\n                \"sub_locality\": \"south city 1\",\n                \"entity_information\": {\n                    \"room\": \"404\",\n                    \"sector\": \"41\",\n                    \"block\": \"l\",\n                    \"landmark_name\": [\n                        \"ultrex recreational\"\n                    ],\n                    \"society\": \"laksh residency\",\n                    \"door_information\": \"404\"\n                },\n                \"pincode\": 122022\n            },\n            \"addressInsight\": {\n                \"address_validity\": \"Valid\",\n                \"address_type\": {\n                    \"type\": \"commercial\",\n                    \"sub_type\": \"store_small_business\"\n                },\n                \"address_metadata\": {\n                    \"rooftop_confirmed\": true,\n                    \"is_rural\": false,\n                    \"landmark_confirmed\": true,\n                    \"state_confirmed\": true,\n                    \"city_confirmed\": true,\n                    \"pin_confirmed\": true,\n                    \"pin_state_mismatched\": false,\n                    \"pin_city_mismatched\": false,\n                    \"multiple_city_present\": false,\n                    \"is_localizable\": true\n                },\n                \"address_attributes\": {}\n            },\n            \"addressProfile\": {\n                \"addressProfileData\": [\n                    {\n                        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India, Gurugram, Haryana, 122022\",\n                        \"isPhoneLinked\": false,\n                        \"lastVisitedDate\": \"\",\n                        \"latitude\": 28.45553,\n                        \"longitude\": 77.062371,\n                        \"confidenceRadius\": 50\n                    }\n                ]\n            },\n            \"isPhoneUsedInDelivery\": true,\n            \"isAddressFound\": false\n        }\n    },\n    \"applicationId\": \"4aad5d3c-a1aa-4efb-83b9-88aeae010de6\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Address Intelligence (Comprehensive) API Request Processed\",\n        \"input\": {\n            \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India, Gurugram, Haryana, 122022\",\n            \"phoneNumber\": \"9916745027\"\n        },\n        \"timestamp\": \"2024-10-23 15:08:18\"\n    }\n}"},{"id":"c53cef6f-0fef-4371-b009-5fcb91be80db","name":"Address Intelligence Comprehensive - Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"House no 15, Behind PNB Bank, Shaktinagar ,Jabalpur , 482001\",\n        \"phoneNumber\": \"7869992773\",\n        \"city\": \"\", //Optional\n        \"state\": \"\", //Optional\n        \"pincode\": \"\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"addressIntelligence\": {\n            \"addressNormalization\": {\n                \"country\": \"india\",\n                \"state\": \"madhya pradesh\",\n                \"city\": \"jabalpur\",\n                \"locality\": \"shakti nagar\",\n                \"entity_information\": {\n                    \"house\": \"15\",\n                    \"landmark_name\": [\n                        \"pnb bank\"\n                    ],\n                    \"door_information\": \"15\"\n                },\n                \"pincode\": 482001\n            },\n            \"addressInsight\": {\n                \"address_validity\": \"Valid\",\n                \"address_type\": {\n                    \"type\": \"residential\",\n                    \"sub_type\": \"non_identifiable\"\n                },\n                \"address_metadata\": {\n                    \"rooftop_confirmed\": true,\n                    \"is_rural\": false,\n                    \"landmark_confirmed\": true,\n                    \"state_confirmed\": false,\n                    \"city_confirmed\": true,\n                    \"pin_confirmed\": true,\n                    \"pin_state_mismatched\": false,\n                    \"pin_city_mismatched\": false,\n                    \"multiple_city_present\": true,\n                    \"is_localizable\": true\n                },\n                \"address_attributes\": {}\n            },\n            \"addressProfile\": {\n                \"addressProfileData\": [\n                    {\n                        \"address\": \"House no 15, Behind PNB Bank, Shaktinagar ,Jabalpur , 482001\",\n                        \"lastVisitedDate\": \"\",\n                        \"latitude\": 23.146206,\n                        \"longitude\": 79.914231,\n                        \"confidenceRadius\": 150\n                    }\n                ]\n            },\n            \"isPhoneUsedInDelivery\": null,\n            \"isAddressFound\": null\n        }\n    },\n    \"applicationId\": \"5808e520-96cc-4efb-8854-19c77251c73f\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Address Intelligence (Comprehensive) API Request Processed\",\n        \"input\": {\n            \"address\": \"House no 15, Behind PNB Bank, Shaktinagar ,Jabalpur , 482001\",\n            \"phoneNumber\": \"7869992773\"\n        },\n        \"timestamp\": \"2024-10-23 18:33:52\"\n    }\n}"},{"id":"07118da0-f221-405b-956c-8a4ddaa0fd83","name":"Address Intelligence Comprehensive - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"addressIntelligence\": {\n            \"addressNormalization\": null,\n            \"addressInsight\": null,\n            \"addressProfile\": null,\n            \"isPhoneUsedInDelivery\": null,\n            \"isAddressFound\": null\n        }\n    },\n    \"applicationId\": \"4aad5d3c-a1aa-4efb-83b9-88aeae010de6\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Address Intelligence (Comprehensive) API Request Failed\",\n        \"input\": {\n            \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India, Gurugram, Haryana, 122022\",\n            \"phoneNumber\": \"9916745027\"\n        },\n        \"timestamp\": \"2024-10-23 15:08:18\"\n    }\n}"},{"id":"0cd6c3f3-80c5-4782-838f-39844bbab759","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"0cf8892a-375a-4fbf-ba7b-a35eed8369d3","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensiv\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"45ded4bf-02e7-474c-a5aa-af8608cb834c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"5214c595-fb67-4238-8a89-c4a2c1834be3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"21f883c9-078b-4d93-8c58-36498842b4a9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"address-intelligence-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Room No: 404, Laksh residency, Opp. Ultrex Recreational Club, Block L, South City I, Sector 41, Gurugram, Haryana 122022, India\",\n        \"phoneNumber\": \"9916745027\",\n        \"city\": \"Gurugram\", //Optional\n        \"state\": \"Haryana\", //Optional\n        \"pincode\": \"122022\", //Optional\n        \"hasConsent\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"ff62217d-5cea-43b0-9f75-218516d0b4a6"},{"name":"5.4 Address Geocode","id":"f73d46c4-2996-4172-b330-7df92069f42c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\",\n        \"pincode\": \"\",\n        \"city\": \"\",\n        \"state\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The Address Geocode API retrieves the geocode (latitude and longitude) of an entered address. It provides additional information like the confidence radius, indicating the accuracy level of the geocode, and other metadata related to the request.</p>\n<h4 id></h4>\n<p><strong>Input Table -</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address</code></td>\n<td>The full address to geocode.</td>\n</tr>\n<tr>\n<td><code>pincode</code></td>\n<td>The postal code associated with the address (optional).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>The city of the address (optional).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>The state of the address (optional).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<p>The response contains the geocode (latitude and longitude) of the entered address along with the confidence radius in meters. It also includes metadata such as the application ID, request ID, and a success status.</p>\n<h4 id=\"response-schema--\"><strong>Response Schema -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>result</code></td>\n<td>Object</td>\n<td>The main object containing geocode details.</td>\n</tr>\n<tr>\n<td><code>result.geocode</code></td>\n<td>Object</td>\n<td>Contains the latitude and longitude of the address.</td>\n</tr>\n<tr>\n<td><code>result.geocode.lat</code></td>\n<td>Float</td>\n<td>The latitude of the address.</td>\n</tr>\n<tr>\n<td><code>result.geocode.lng</code></td>\n<td>Float</td>\n<td>The longitude of the address.</td>\n</tr>\n<tr>\n<td><code>result.confidence_radius</code></td>\n<td>Integer</td>\n<td>Confidence radius of the geocode in meters.</td>\n</tr>\n<tr>\n<td><code>endUserId</code></td>\n<td>String</td>\n<td>The user ID associated with the API call.</td>\n</tr>\n<tr>\n<td><code>status_code</code></td>\n<td>Integer</td>\n<td>The HTTP status code of the API response.</td>\n</tr>\n<tr>\n<td><code>success</code></td>\n<td>Boolean</td>\n<td>Indicates whether the API call was successful or not.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>String</td>\n<td>A message describing the status of the API request.</td>\n</tr>\n<tr>\n<td><code>applicationId</code></td>\n<td>String</td>\n<td>A unique identifier for the application making the request.</td>\n</tr>\n<tr>\n<td><code>request_id</code></td>\n<td>String</td>\n<td>A unique identifier for tracking the API request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ec4cbb76-45bb-4d07-b865-c12cefa990ba","name":"Address Geocode Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\",\n        \"pincode\": \"\", // Optional\n        \"city\": \"\", // Optional\n        \"state\": \"\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"geocode\": {\n            \"lat\": 21.187008,\n            \"lng\": 72.824949\n        },\n        \"confidence_radius\": 18000\n    },\n    \"endUserId\": \"test\",\n    \"status_code\": 200,\n    \"success\": true,\n    \"message\": \"Request has been processed\",\n    \"applicationId\": \"94d634bf-00b2-4d61-a18f-0564f878292e\",\n    \"request_id\": \"eafd896d-6bc4-4484-8904-8ed49663016f\"\n}"},{"id":"22c58f09-576a-4e4a-ab28-11af1423ddb5","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\", // Invalid field Name or Input (No Data)\n        \"pincode\": \"\", // Optional\n        \"city\": \"\", // Optional\n        \"state\": \"\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"4ea9f699-b5a8-48e0-8eea-8de23b6d9dae","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\",\n        \"pincode\": \"\", // Optional\n        \"city\": \"\", // Optional\n        \"state\": \"\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"f884e86b-3857-4f43-82c1-b7f005305ac2","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\", // Invalid field Name or Input (No Data)\n        \"pincode\": \"\", // Optional\n        \"city\": \"\", // Optional\n        \"state\": \"\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"51bccf14-bea9-43cb-91ef-05c7620b20ba","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\", // Invalid field Name or Input (No Data)\n        \"pincode\": \"\", // Optional\n        \"city\": \"\", // Optional\n        \"state\": \"\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"58edc66e-f19c-497d-8065-a6e07df0bf37","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"geocode-address\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"address\": \"Mota Varachha, Surat, Gujarat, India\", // Invalid field Name or Input (No Data)\n        \"pincode\": \"\", // Optional\n        \"city\": \"\", // Optional\n        \"state\": \"\" // Optional\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"f73d46c4-2996-4172-b330-7df92069f42c"},{"name":"5.5 Mobile Number to Address - Advanced","id":"79f42273-ad4a-443e-b873-c3d725beb927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"mobile-to-address-advanced\",\n    \"applicationId\": \"mobToAddress\",\n    \"data\": {\n        \"mobileNumber\": \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API retrieves the <strong>address history</strong> of a user based on their <strong>mobile number</strong>.<br />It provides categorized addresses (e.g., BFSI, ECOM, OTHERS) along with the date when the address was last seen.</p>\n<hr />\n<h2 id=\"input-parameters\"><strong>Input Parameters</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>mobileNumber</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>Mobile number of the end-user</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"output-short-description\"><strong>Output (Short Description)</strong></h2>\n<p>The API returns a list of historical addresses linked to the provided mobile number, including:</p>\n<ul>\n<li><p><strong>Category</strong> (Source type, e.g., BFSI, ECOM, OTHERS)</p>\n</li>\n<li><p><strong>Full Address</strong> (Captured address details)</p>\n</li>\n<li><p><strong>Seen Date</strong> (When this address was last recorded)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-schema\"><strong>Response Schema</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category</code></td>\n<td>String</td>\n<td>Category of source (e.g., ECOM, BFSI, OTHERS)</td>\n</tr>\n<tr>\n<td><code>fullAddress</code></td>\n<td>String</td>\n<td>Complete formatted address</td>\n</tr>\n<tr>\n<td><code>seenDate</code></td>\n<td>String</td>\n<td>Date when this address was last seen (dd-mm-yyyy)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bfbb64b4-e87c-4914-acaa-f05d7121dddc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"mobile-to-address-advanced\",\n    \"applicationId\": \"mobToAddress\",\n    \"data\": {\n        \"mobileNumber\": \"98709XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:28:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1360"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e20b3785-760d-4ae2-b1de-fea6cbd8d1cf"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QoUnaEaLhcwEYOA="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c00162-690b6b6b59cf01d9597daec0"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 10:28:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobToAddress\",\n    \"response\": {\n        \"addressCount\": 7,\n        \"phoneToAddress\": [\n            {\n                \"category\": \"ECOM\",\n                \"fullAddress\": \"9XX, Boulevard X, Wadhwa the Address LBS Marg, Ghatkopar West Opposite Rcity Mall Mumbai MAHARASHTRA-4XXXXX Mumbai Maharashtra\",\n                \"seenDate\": \"17-03-2025\"\n            },\n            {\n                \"category\": \"ECOM\",\n                \"fullAddress\": \"9XX, Boulevard X, Wadhwa the Address, LBS Marg, Ghatkopar West Mumbai Maharashtra\",\n                \"seenDate\": \"10-10-2024\"\n            },\n            {\n                \"category\": \"BFSI\",\n                \"fullAddress\": \"NO X X 2ND FLOOR PEOPLES JINNA HALL CONGRESS HOUSE V P ROAD MUMBAI Maharashtra\",\n                \"seenDate\": \"06-10-2023\"\n            },\n            {\n                \"category\": \"OTHERS\",\n                \"fullAddress\": \"3E XX Kalpataru Aura LBS Marg Ghatkopar West Mumbai 4XXXXX\",\n                \"seenDate\": \"08-06-2022\"\n            },\n            {\n                \"category\": \"BFSI\",\n                \"fullAddress\": \"3E XX KALPATARU AURA L B S MARG GHATKOPAR WEST OPPOSITE R CITY MALL MUMBAI KURLA GHATKOPAR WEST MUMBAI SUBURBAN MAHARASHTRA 4XXXXX MH\",\n                \"seenDate\": \"31-08-2025\"\n            },\n            {\n                \"category\": \"BFSI\",\n                \"fullAddress\": \"3E XX, KALPATARU AURA, OPPOSITE RCITY MALL, LBS MARG, GHATKOPAR WEST MUMBAI 4XXXXX MH\",\n                \"seenDate\": \"31-08-2025\"\n            },\n            {\n                \"category\": \"BFSI\",\n                \"fullAddress\": \"3E-XX KALPATARU AURA L B S MARG GHATKOPAR-W OPP R-CITY MALL 2ND FLR MUMBAI 4XXXXX MH\",\n                \"seenDate\": \"31-08-2025\"\n            }\n        ]\n    },\n    \"applicationId\": \"a57b143e-xxxx-xxxx-xxxx-4dcdd3a3f6fb\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"98XXXXXX98\"\n        },\n        \"timestamp\": \"2025-09-09 15:58:54\"\n    }\n}"},{"id":"80315d3a-e8d8-4e57-9bd2-ec54fee21202","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"mobile-to-address-advanced\",\n    \"applicationId\": \"mobToAddress\",\n    \"data\": {\n        \"PhoneNumber\": \"9999999999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:39:37 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7c651dd6-afb9-4b22-b0ed-4b1143071baf"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"close"},{"key":"x-amz-apigw-id","value":"QoWMjFONhcwEMUw="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c003e9-4a060f06453bb98d57358cb1"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 10:39:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"4f6d84a4-5bd7-474f-841f-b7f3b493924e","name":"Invalid Category or Type","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"address-verification\",\n    \"type\": \"mobile-to-address\",\n    \"applicationId\": \"mobToAddress\",\n    \"data\": {\n        \"mobileNumber\": \"9999999999\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:46:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"833c7db7-fd9f-46a3-ad21-5a500aa10f01"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QoXQvGoohcwEL-A="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c0059d-6987913d0ec03a075c190922"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 10:46:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"}],"_postman_id":"79f42273-ad4a-443e-b873-c3d725beb927"}],"id":"576f8168-b054-499b-9e9d-163020917342","description":"<p>The <strong>Address Enrichment API</strong> category offers powerful tools to enhance and verify address-related data, ensuring that the provided addresses are accurate, complete, and deliverable. These APIs allow businesses to enrich their customer databases by providing additional insights, confirming the accuracy of address information, and ensuring that the addresses are up-to-date.</p>\n","_postman_id":"576f8168-b054-499b-9e9d-163020917342"},{"name":"6. Employment Details","item":[{"name":"6.1 Company Name to Employer Details","item":[{"name":"Step:1 EPFO Employer Details","id":"bf25f7d2-cf21-44c4-87e5-d30d38097754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI EXPORTS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows for the verification of EPFO (Employees' Provident Fund Organization) employer details based on a given company names. The request includes the company name, and the response provides a list of establishments associated with that companyies, including details such as establishment IDs, company names, office locations, and addresses.</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a0eddc6c-dd31-483d-b91b-39f56e8a630d","name":"Fetch Company Details - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI EXPORTS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": 1,\n    \"tsTransId\": \"TS-GTG-124256\",\n    \"response\": {\n        \"companyList\": [\n            {\n                \"address\": \"3262 RANJEET NAGAR\",\n                \"est_id\": \"DLCPM0005193000\",\n                \"est_name\": \"SHAHI EXPORTS PVT. LTD.\",\n                \"office\": \"DELHI (NORTH)\",\n                \"requestId\": 9866184\n            },\n            {\n                \"address\": \"F 88, O I A PH IOKHLA\",\n                \"est_id\": \"DSNHP0935454000\",\n                \"est_name\": \"SHAHI EXPORTS PVT LTD\",\n                \"office\": \"DELHI (SOUTH)\",\n                \"requestId\": 9866185\n            },\n            {\n                \"address\": \"PLOT NO : A-7/3, RD NO-12IDA NACHARAM\",\n                \"est_id\": \"APHYD0064049000\",\n                \"est_name\": \"SHAHI EXPORTS PVT LTD\",\n                \"office\": \"HYDERABAD\",\n                \"requestId\": 9866186\n            },\n            {\n                \"address\": \"1 P-I. SEC-28 FARIDABAD\",\n                \"est_id\": \"HRFBD0010464000\",\n                \"est_name\": \"M/S SHAHI EXPORTS PVT. LTD.\",\n                \"office\": \"FARIDABAD\",\n                \"requestId\": 9866187\n            },\n            {\n                \"address\": \"I P-1, SECTOR-28\",\n                \"est_id\": \"HRFBD0010322000\",\n                \"est_name\": \"M/S SHAHI EXPORTS (INDIA) PVT.LTD.\",\n                \"office\": \"FARIDABAD\",\n                \"requestId\": 9866188\n            },\n            {\n                \"address\": \"IPI SEC-28FARIDABAD\",\n                \"est_id\": \"HRFBD0010321000\",\n                \"est_name\": \"M/S SHAHI EXPORTS(I) PVT LTD.\",\n                \"office\": \"FARIDABAD\",\n                \"requestId\": 9866189\n            },\n            {\n                \"address\": \"PLOT NO 434/3HEBBAL INDL. AREA, MYSORE\",\n                \"est_id\": \"KNMYS0049321000\",\n                \"est_name\": \"SHAHI EXPORTS PVT. LTD.,\",\n                \"office\": \"MYSORE\",\n                \"requestId\": 9866190\n            },\n            {\n                \"address\": \"31/1  BHEEMASANDRAB H ROAD\",\n                \"est_id\": \"PYPNY0072004000\",\n                \"est_name\": \"SHAHI EXPORTS PVT LTD\",\n                \"office\": \"PEENYA\",\n                \"requestId\": 9866191\n            },\n            {\n                \"address\": \"SURVEY NO. 62/4, KODICHIKKANAHALLIBEGUR HOBLI\",\n                \"est_id\": \"PYBOM0034205000\",\n                \"est_name\": \"SHAHI EXPORTS (P) LTD\",\n                \"office\": \"BOMMASANDRA\",\n                \"requestId\": 9866192\n            },\n            {\n                \"address\": \"SY NO 13 14 AND 15 BELLANDUR GATESARJAPURA ROAD\",\n                \"est_id\": \"PYBOM0013049000\",\n                \"est_name\": \"SHAHI EXPORTS PVT LTD\",\n                \"office\": \"BOMMASANDRA\",\n                \"requestId\": 9866193\n            },\n            {\n                \"address\": \"SURAKSHA AVENUE PLOT NO 10APEENYA INDL AREA 2ND PHASE\",\n                \"est_id\": \"PYPNY0030376000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n                \"office\": \"PEENYA\",\n                \"requestId\": 9866194\n            },\n            {\n                \"address\": \"PLOT NO- H7-H9, H13-H17,MANCHESWAR\\r\\nINDUSTRIAL ESTATE\",\n                \"est_id\": \"ORBBS1324666000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n                \"office\": \"BHUBANESWAR\",\n                \"requestId\": 9866195\n            },\n            {\n                \"address\": \"S F NO PART OF 560 AND 56101 AND 02 NETHAJI APPAREL PARK\",\n                \"est_id\": \"CBCBE0072598000\",\n                \"est_name\": \"SHAHI EXPORTS P LTD\",\n                \"office\": \"COIMBATORE\",\n                \"requestId\": 9866196\n            },\n            {\n                \"address\": \"NO.8/560,8/561,SEDAPALAYAM ROAD,ARULPURAM, PALLADAM MAIN ROAD,\",\n                \"est_id\": \"CBCBE0056686000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LTD.,\",\n                \"office\": \"COIMBATORE\",\n                \"requestId\": 9866197\n            },\n            {\n                \"address\": \"142,NSEZ,DADRI ROADPHASE-2\",\n                \"est_id\": \"MRNOI0034534000\",\n                \"est_name\": \"SHAHI EXPORTS (P)  LTD\",\n                \"office\": \"NOIDA\",\n                \"requestId\": 9866198\n            },\n            {\n                \"address\": \"E-10 SECTOR-11\",\n                \"est_id\": \"MRNOI0019692000\",\n                \"est_name\": \"SHAHI EXPORTS PVT LTD\",\n                \"office\": \"NOIDA\",\n                \"requestId\": 9866199\n            },\n            {\n                \"address\": \"D.NO.101-5, BUDAMPADU, GUNTUR\",\n                \"est_id\": \"GRGNT1599110000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n                \"office\": \"GUNTUR\",\n                \"requestId\": 9866200\n            },\n            {\n                \"address\": \"PLOT NO 78 TARIHAL INDUSTRIAL AREA ROAD NO.8 2ND PHASE TARIHAL HUBLI\",\n                \"est_id\": \"GBHBL1683921000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n                \"office\": \"HUBLI\",\n                \"requestId\": 9866201\n            },\n            {\n                \"address\": \"PLOT NO. - 137A, MUSLIM TOLA,VILLAGE - PIRRA, P.S.- RATU\",\n                \"est_id\": \"JHRAN1811837000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n                \"office\": \"RANCHI\",\n                \"requestId\": 9866202\n            },\n            {\n                \"address\": \"ODISHA-2, PLOT NO- H10, H11, H12,MANCHESWAR I.E.\",\n                \"est_id\": \"ORBBS2585126000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n                \"office\": \"BHUBANESWAR\",\n                \"requestId\": 9866203\n            },\n            {\n                \"address\": \"SY NO 8/2A1 8/2A2 PLOT NO 1/150-CBYSUHALLI\",\n                \"est_id\": \"CBSLM2580094000\",\n                \"est_name\": \"SHAHI EXPORTS PRIVATE LIMITED UNIT 15\",\n                \"office\": \"SALEM\",\n                \"requestId\": 9866204\n            }\n        ]\n    },\n    \"applicationId\": \"181a7705-29b7-4366-8ff5-61480bc6a262\",\n    \"endUserId\": \"test\"\n}"},{"id":"83d53d6b-ecbe-48ec-80db-559a11b1b294","name":"No Records Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI UJSAKS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"HK-Test\",\n    \"response\": {\n        \"code\": 202,\n        \"message\": \"No records found. Please try again with valid inputs.\"\n    },\n    \"applicationId\": \"c9d35e0e-ba04-4003-b4d0-d67a79be43f9\",\n    \"status\": 202\n}"},{"id":"276ad796-97be-4934-bd13-9a25aaa5b3dc","name":"Invalid Company Name (Failed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"HK-Test\",\n    \"response\": {\n        \"code\": 401,\n        \"message\": \"Provide at least 4 characters in Company Name\"\n    },\n    \"applicationId\": \"c9d35e0e-ba04-4003-b4d0-d67a79be43f9\",\n    \"status\": 401\n}"},{"id":"31972cf6-be6a-48ff-a457-2864035f9e2a","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_ame\": \"SHAHI EXPORTS\" // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"fe3d713b-7a8d-4360-b126-5a7161a03abe","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details-failed\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI EXPORTS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"92c3c94f-369b-400b-9480-203ec6e0a504","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI EXPORTS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"104439b8-6347-4c79-bbc2-f2f76ce928ca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI EXPORTS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"44789526-6604-4a70-bbef-550158b36e9a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"company_name\": \"SHAHI EXPORTS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"bf25f7d2-cf21-44c4-87e5-d30d38097754"},{"name":"Step:2 EPFO Employer Verification","id":"10d2031b-b166-490f-b52f-cbbb3f844757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"requestId\": \"10473090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","description":"<p>The <strong>EPFO Employer Verification API</strong> is used to verify employer details from EPFO based on a provided request ID. This API confirms the existence and status of an employer’s establishment, including information like establishment ID, ESIC code, PAN status, and establishment details such as name, address, and business activity. It also includes additional information such as coverage and exemption status, and verifies whether the establishment is actionable or live within EPFO records.</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[{"key":"jobId","value":"{{jobId}}"}],"variable":[]}},"response":[{"id":"2d5c4d52-a48f-4d1f-a4e8-2e0d009ae188","name":"Fetch Employer Details - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"requestId\": \"10473090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"response\": {\n        \"Additional Information\": {\n            \"CIN Code\": \"NA\",\n            \"ESIC Code\": \"11000051580000109\",\n            \"Establishment ID\": \"DLCPM0005193000\",\n            \"LIN Code\": \"NA\",\n            \"MSME Order Date\": \"-\",\n            \"MSME Order No.\": \"NULL\",\n            \"Startup Order Date\": \"-\",\n            \"Startup Order No\": \"NULL\"\n        },\n        \"Branches Without Code\": \" 1\",\n        \"Establishment Details (As per Form 5A submitted Online by the Employer)\": {\n            \"Address :\": \"RANJEET NAGAR\",\n            \"City :\": \"NEW DELHI\",\n            \"Country :\": \"India\",\n            \"Date Of Setup Of Establishment :\": \"20-APR-1977\",\n            \"District :\": \"NEW DELHI\",\n            \"EPFO Office Address :\": \"28, Community Centre, Wazirpur Industrial Area,\",\n            \"EPFO Office Name :\": \"DELHI (NORTH)\",\n            \"ESIC CODE :\": \"11000051580000109\",\n            \"Establishment Code :\": \"DLCPM0005193000\",\n            \"Name of Establishment(As per PAN) :\": \"SHAHI EXPORTS PRIVATE LIMITED\",\n            \"Ownership Type :\": \"Private Limited Company\",\n            \"PAN Status :\": \"VERIFIED\",\n            \"Pin Code :\": \"110008\",\n            \"Primary Business Activity :\": \"TEXTILES\",\n            \"Region :\": \"DL - DELHI (NORTH)\",\n            \"Section Applicable :\": \"INDUSTRIES SPECIFIED IN SCH.1 AND 20 OR MORE PERSONS ARE EMPLOYED\",\n            \"State :\": \"DELHI\",\n            \"Zone :\": \"DELHI AND UTTARAKHAND\"\n        },\n        \"Establishment Status (As per EPFO Master)\": {\n            \"Actionable Status\": \"ACTIONABLE ESTABLISHMENT\",\n            \"Coverage Section\": \"0001(3)(b)\",\n            \"Date of Coverage\": \"20-APR-1977\",\n            \"Exemption Status\": \"PF: UNEXEMPTED, PENSION: UNEXEMPTED, EDLI: UNEXEMPTED\",\n            \"Working Status\": \"LIVE ESTABLISHMENT\"\n        },\n        \"Establishment/s with Same PAN\": {\n            \"total_records_found\": \" 21\"\n        },\n        \"Other Code Numbers with same Establishment\": \"No details found for this selection.\",\n        \"Units / SubCode Under same Jurisdiction\": \"No details found for this selection.\",\n        \"Validity Status (As per Online Coverage) (View Payment Details)\": {\n            \"Establishment Code\": \"DLCPM0005193000\",\n            \"Establishment Name\": \"SHAHI EXPORTS PVT. LTD.\",\n            \"Establishment Status\": \"CODE NO ALLOTTED WAS BEFORE ONLINE REGISTRATION STARTED.\",\n            \"Post Coverage Status\": \"--\",\n            \"Registration Status On Ecr Portal\": \"PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL\"\n        }\n    },\n    \"applicationId\": \"274d9b05-7109-4bff-9b8f-f1377942e649\",\n    \"endUserId\": \"test\"\n}"},{"id":"66a3925d-65ad-4472-8fc4-0526e282be54","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"request\": \"10473090\" // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"974fa362-1aac-47f7-b438-027b1dd3afd3","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification-failed\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"requestId\": \"10473090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"433d7f81-6c25-4627-9c0c-8aa3c99e4adb","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"requestId\": \"10473090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"ede9b68c-e2f8-4ed0-ba51-5f26eac0fda5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"requestId\": \"10473090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"1fe20c39-e0ab-4cc1-9d70-784be7386aa7","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employer-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"requestId\": \"10473090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"10d2031b-b166-490f-b52f-cbbb3f844757"}],"id":"c40346d4-2dca-4e9d-9175-400abc3f7630","description":"<p>The <strong>Company Name to Employer Details API</strong> allows users to retrieve detailed information about an employer, such as the company’s name, address, and EPFO establishment ID, by providing the company’s name.</p>\n","_postman_id":"c40346d4-2dca-4e9d-9175-400abc3f7630"},{"name":"6.2 Employment Verification - EPFO","item":[{"name":"Step:1 EPFO Employee Details","id":"3fb38d2d-76a4-48d6-b062-c16d36b91043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"970de4e1-24ac-4386-a2c9-e0d44f817a57","name":"Fetch Company Details - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"CompanyName\": {\n        \"THVSH2306153000\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    },\n    \"secretToken\": \"UFI3LUgg\",\n    \"status\": 1,\n    \"status_code\": 200,\n    \"tsTransactionID\": \"TS-DENP-37653612\",\n    \"applicationId\": \"ec906e5e-1356-4deb-9d5d-09a81e12408c\",\n    \"endUserId\": \"test\"\n}"},{"id":"a6a3c5d8-7430-49c2-a4cc-39012b03878b","name":"Invalid Company Name (Failed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TRATAANKO LIMITED\" // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No details found for this criteria. Please enter valid Establishment name or code number.\"\n}"},{"id":"2d3b1e18-77de-4220-81f9-f777ba7172f0","name":"Source Down (Failed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTAB LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Source not responding, please try again.\"\n}"},{"id":"a76da9ee-eeaf-4417-a0dd-9d558d9ac10a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details-failed\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"df5e3b4a-d67b-4e19-971c-28f5639e85d4","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"79e45d1b-bf82-4e93-a34b-5e89fddf7414","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"2a5061bf-da38-4062-af99-1ab730f40882","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"3fb38d2d-76a4-48d6-b062-c16d36b91043"},{"name":"Step:2 EPFO Employee Verification","id":"6ff7b35f-af71-4fe8-b319-aee9f1ae6cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"JOHN DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[{"key":"jobId","value":"{{jobId}}"}],"variable":[]}},"response":[{"id":"f191136c-05e2-43b5-8b54-dd5a3bd79b89","name":"Employee Found - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"JOHN DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"tsTransId\": \"TS-DENP-37653612\",\n    \"response\": {\n        \"emp_search_month\": \"august\",\n        \"emp_search_year\": \"2023\",\n        \"employee_names\": [\n            \"JOHN DOE\"\n        ],\n        \"employees_count\": 1,\n        \"employer_name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n        \"establishment_id\": \"THVSH2306153000\",\n        \"status\": true,\n        \"status_code\": 200\n    },\n    \"applicationId\": \"a4a742bf-d2f4-4ee0-81ba-be00de07f671\",\n    \"endUserId\": \"test\"\n}"},{"id":"479fdc31-66f4-41d3-9045-3eb7d6eab020","name":"Employee Not Found - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"MICHALE DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"tsTransId\": \"TS-VSSI-24581263\",\n    \"response\": {\n        \"employer_name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n        \"establishment_id\": \"THVSH2306153000\",\n        \"message\": \"Employee not found.\",\n        \"status\": 0,\n        \"status_code\": 301\n    },\n    \"applicationId\": \"cea8b74f-b668-468c-a0ce-c331491ba082\",\n    \"endUserId\": \"test\"\n}"},{"id":"5299eece-8b8c-4dce-ab2c-9707d273b0bb","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_d\": \"THVSH2306153000\", // Invalid field Name or Input\n        \"person_name\": \"MICHALE DOE\",\n        \"verification_ear\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"ac6856ff-4d4c-4a01-bee8-5ba1c33e7da5","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification-failed\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"MICHALE DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"86759f62-0a3a-4871-9e82-5ec57e318cd9","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"MICHALE DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"e1c4620d-18a4-45a0-91c8-3f192405f3d4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"MICHALE DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"5f127a3a-c0fd-4eba-a679-005259ff6b19","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"epfo-employee-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishment_id\": \"THVSH2306153000\",\n        \"person_name\": \"MICHALE DOE\",\n        \"verification_year\": \"2023\",\n        \"month\": \"august\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"6ff7b35f-af71-4fe8-b319-aee9f1ae6cab"}],"id":"584c1438-ffd0-401e-88d3-dadb673d06f7","_postman_id":"584c1438-ffd0-401e-88d3-dadb673d06f7","description":""},{"name":"6.3 Advanced Employment History by Mobile / UAN","item":[{"name":"UAN/Mobile-to-employment-initiate","id":"01b69983-9669-429b-9744-5e5ede8a7b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"uanNumber\": \"<string>\",\n    \"employeeName\": \"<string>\",\n    \"employerName\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/initiate","urlObject":{"path":["aphrodite","external","v1","async","advanced-pan-to-emp","initiate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0d61800c-3b50-4def-8195-5b45d6130b6a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"employment-verification-unconsented\",\n  \"type\": \"advanced-employment-history-from-pan\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"99167XXXXX\",\n    \"panNumber\": \"HUHPS7XXXX\",\n    \"employeeName\": \"JOHN DOE\",\n    \"employerName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"ddb75939-7fb5-4b25-bed4-d064a8244ae9\"\n}\n"},{"id":"a98df82b-7576-4908-99bc-0a70295858fa","name":"When request data does not follow the specified naming convention or structure.","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"employment-verification-unconsented\",\n  \"type\": \"advanced-employment-history-from-pan\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"99167XXXXX\",\n    \"uanNumber\": \"HUHPS7XXXX\",\n    \"employeeName\": \"JOHN DOE\",\n    \"employerName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Either phoneNumber or uanNumber must be present in the request.\"\n}"},{"id":"bcf6eb59-abae-4772-83db-c0810087a90e","name":"Bearer token expired or x-api-key missing in header.","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\",\n    \"employeeName\": \"<string>\",\n    \"employerName\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"timestamp\": \"<integer>\"\n}"},{"id":"931b3141-9380-48b3-bafa-256000a3fdd8","name":"All credits are exhausted contact [support@tartanhq.com](support@tartanhq.com).","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\",\n    \"employeeName\": \"<string>\",\n    \"employerName\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/initiate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"<string>\"\n  }\n}"},{"id":"fd372ae6-7f4c-45fe-a137-c3447c2f7868","name":"When the category and type do not exactly match the provided names as per the example.","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\",\n    \"employeeName\": \"<string>\",\n    \"employerName\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"01b69983-9669-429b-9744-5e5ede8a7b7c"},{"name":"UAN/Mobile-to-employment-status","id":"fab36d09-a6f2-40a1-bbf3-ca0a323630ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"<p>(Required) An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Accept","value":"application/json"}],"url":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/status?jobId=<string>","urlObject":{"path":["aphrodite","external","v1","async","advanced-pan-to-emp","status"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>(Required) Id that receive from initiate API</p>\n","type":"text/plain"},"key":"jobId","value":"<string>"}],"variable":[]}},"response":[{"id":"9a2e99a2-6a5b-49cb-97f5-f125c426764c","name":"The request is successful, and various possible statuses are provided in the example along with their corresponding response structures.","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","advanced-pan-to-emp","status"],"query":[{"key":"jobId","value":"<string>","description":"(Required) Id that receive from initiate API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endUserId\": \"<string>\",\n  \"response\": {\n    \"employmentHistory\": {\n      \"code\": \"<string>\",\n      \"epfoDetails\": {\n        \"epfoInsight\": {},\n        \"employeeNameMatchingScore\": \"<string>\",\n        \"employerNameMatchingScore\": \"<string>\",\n        \"establishmentInfo\": {}\n      },\n      \"message\": \"<string>\"\n    }\n  },\n  \"applicationId\": \"<string>\",\n  \"status\": \"<string>\"\n}"},{"id":"d8de7290-a16e-46ad-8a9a-1ea2d7fc110f","name":"Bearer token expired or x-api-key missing in header.","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","advanced-pan-to-emp","status"],"query":[{"key":"jobId","value":"<string>","description":"(Required) Id that receive from initiate API"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"timestamp\": \"<integer>\"\n}"},{"id":"29dd244d-e24c-4c46-b091-30f9c6a7fa45","name":"All credits are exhausted contact - [support@tartanhq.com](support@tartanhq.com).","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","advanced-pan-to-emp","status"],"query":[{"key":"jobId","value":"<string>","description":"(Required) Id that receive from initiate API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"<string>\"\n  }\n}"},{"id":"f209cae3-c900-44aa-a8f6-6fc2c5f9d5c0","name":"When the category and type do not exactly match the provided names as per the example.","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/advanced-pan-to-emp/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","advanced-pan-to-emp","status"],"query":[{"key":"jobId","value":"<string>","description":"(Required) Id that receive from initiate API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"fab36d09-a6f2-40a1-bbf3-ca0a323630ce"}],"id":"4ef488ca-ed3c-4e5e-be04-06034ea0906e","description":"<p>This API retrieves detailed employment history for an individual based on their mobile number or Universal Account Number (UAN). The API leverages verified data sources to provide an advanced overview of the individual's employment records.</p>\n","_postman_id":"4ef488ca-ed3c-4e5e-be04-06034ea0906e"},{"name":"6.4 Mobile Number to Employment History","item":[{"name":"Fetch UAN from Mobile","id":"a21d6073-76da-4327-8196-14aa473d59ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API is used to retrieve the UAN number associated with the linked mobile number.</p>\n<p><strong>Input -</strong> Mobile Number (10 digit)</p>\n<p><strong>Output -</strong> All the UAN numbers (if linked with Mobile)</p>\n<h3 id=\"response-schema\"><strong>Response Schema</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uan_list</td>\n<td>List of UANs retrieved</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e164c7b3-bc45-4720-a621-907986a48c98","name":"Fetch UAN from Mobile - V2 Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"uan_list\": [\n            \"XXXXXXXXXXX\"\n        ]\n    },\n    \"applicationId\": \"1da5aefe-d601-4222-9c30-f1d2e69aab21\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Get UAN from Mobile (V1) Request Processed\",\n        \"transactionId\": \"2addfa78-3dc7-48fe-bea4-f44c4cf562bb\",\n        \"timestamp\": \"2023-12-06 18:29:59\"\n    }\n}"},{"id":"c6c4de51-541a-47c2-8fe2-91056d9b332b","name":"Fetch UAN from Mobile - V2 Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Provided mobile number doesn't have any UAN.\"\n    },\n    \"applicationId\": \"87f70a48-c1f6-406d-987e-63e1efb9c986\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Get UAN from Mobile (V1) Request Processed\",\n        \"transactionId\": \"a03c9f27-fbd0-4e6c-833a-d46f75f537dc\",\n        \"timestamp\": \"2023-12-14 11:35:38\"\n    }\n}"},{"id":"8d7cf7eb-4591-47bb-acdb-b38f942ce632","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo1\": \"xxxxxxxxxx\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"2f20e404-2b5d-42b6-bcc1-97d5eaea5b37","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",             // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"d0aafa6c-a485-438f-9d95-f2a7f1df2ea7","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"d9d445f1-d87a-4fb1-b871-92ecd1e3f048","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"cff651ba-7389-4127-89e6-efdcc2cc10ab","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"a21d6073-76da-4327-8196-14aa473d59ec"},{"name":"Fetch UAN Number to Employment History","id":"7747b72b-573a-49d3-a7ae-a7ae82fc51e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>UAN Number to Employment History API</strong> allows for the verification of an employee's employment history using their Universal Account Number (UAN). This API retrieves detailed employment records associated with the given UAN, including information such as the employee's full name, guardian's name, establishment details, member ID, date of joining, and date of exit (if applicable).</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UAN</td>\n<td>Universal Account Number (UAN) used for employment history verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The API response includes <strong>employment history data</strong> with details such as <strong>employment_data</strong> (list of records), <strong>name</strong> of the employee, <strong>guardian_name</strong>, <strong>establishment_name</strong>, <strong>member_id</strong>, <strong>date_of_joining</strong>, and <strong>date_of_exit</strong> (if applicable).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>response</td>\n<td>Contains the employment history data.</td>\n</tr>\n<tr>\n<td>employment_data</td>\n<td>List of employment records.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the employee.</td>\n</tr>\n<tr>\n<td>guardian_name</td>\n<td>Name of the employee’s guardian.</td>\n</tr>\n<tr>\n<td>establishment_name</td>\n<td>Name of the establishment where the employee worked.</td>\n</tr>\n<tr>\n<td>member_id</td>\n<td>Member ID associated with the employee's account.</td>\n</tr>\n<tr>\n<td>date_of_joining</td>\n<td>Date the employee joined the establishment.</td>\n</tr>\n<tr>\n<td>date_of_exit</td>\n<td>Date the employee left the establishment (if applicable).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains status details of the API request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the operation.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier for the request.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>The timestamp when the request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6ad3aa94-5db9-4997-93a0-5774bb6cf042","name":"Fetch Employment History - V2 Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": [\n            {\n                \"uan\": \"100078952XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/mm/yyyy\",\n                \"date_of_exit\": \"\",\n                \"last_pf_submitted\": \"dd/mm/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/mm/yyyy\"\n            },\n            {\n                \"uan\": \"100078952XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/mm/yyyy\",\n                \"date_of_exit\": \"dd/mm/yyyy\",\n                \"last_pf_submitted\": \"dd/mm/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/mm/yyyy\"\n            }\n        ]\n    },\n    \"applicationId\": \"58fbb993-888d-4643-a66f-a189f9e5f218\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch by UAN V2 Request Processed\",\n        \"transactionId\": \"f39b15f1-fe6e-4eb0-aff0-1babc3c9eed5\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-11-16 16:39:06\"\n    }\n}"},{"id":"0a9d1ce6-75b1-4b49-939f-901491cc606c","name":"Inactive UAN - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": {\n            \"code\": 400,\n            \"message\": \"Inactive UAN\"\n        }\n    },\n    \"applicationId\": \"d299df3c-86a8-4b22-930c-50ec912f8054\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch by UAN V2 Request Processed\",\n        \"transactionId\": \"9309c7c0-c02c-4d59-8cff-48c90dcd6dae\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-11-16 16:41:56\"\n    }\n}"},{"id":"6e24c3c3-5aad-47ad-840e-52d390ae89cb","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan1\": \"xxxxxxxxxxxx\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"f2837ec2-0235-475f-8210-50c6ed76c8be","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-not-found-failed\",      // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"686aa032-9465-49e3-a56a-beb366410109","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b999053a-f5c4-45c3-a4d0-b3807ee25dcc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"1795e842-60fc-4b15-88e6-53cad4ee6fb2","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"7747b72b-573a-49d3-a7ae-a7ae82fc51e8"}],"id":"d6567a47-1117-4171-8fb1-f57644b977d8","description":"<p>This API allows user to fetch employment history using phone number.</p>\n<h3 id=\"api-flow\"><strong>API Flow</strong></h3>\n<h4 id=\"step-1-get-uan-list-by-mobile-number\"><strong>Step 1: Get UAN List by Mobile Number</strong></h4>\n<ul>\n<li><p><strong>Input:</strong> Mobile Number</p>\n</li>\n<li><p><strong>Process:</strong> The API retrieves all UANs linked to the provided mobile number.</p>\n</li>\n<li><p><strong>Output:</strong> List of UANs associated with the mobile number.</p>\n</li>\n</ul>\n<h4 id=\"step-2-get-employment-history-by-uan\"><strong>Step 2: Get Employment History by UAN</strong></h4>\n<ul>\n<li><p><strong>Input:</strong> Selected UAN from the retrieved list.</p>\n</li>\n<li><p><strong>Process:</strong> The API fetches employment history details linked to the selected UAN.</p>\n</li>\n<li><p><strong>Output:</strong> Employment history records, including company details, etc.</p>\n</li>\n</ul>\n","_postman_id":"d6567a47-1117-4171-8fb1-f57644b977d8"},{"name":"UAN to Passbook","item":[{"name":"Intiate","id":"3b93f75e-0ba0-4dc1-a407-99a25967346d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx023928\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate","urlObject":{"path":["aphrodite","external","v1","async","verification","initiate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a40c1474-8e97-4c9b-8e6e-8bcfef0bb40f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx023928\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"f36d2c17-dbf0-4974-b1f6-f9525e7b94ee\"\n}"},{"id":"cb2a4838-00e3-4924-953b-22dcfd8382e3","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx02\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"1f0091c2-6a00-49f5-b6ea-0f8b1b9b96c9","name":"Invalid Category or Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v3\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx023928\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"16ed2266-fc7c-43b9-b79a-2b3386b51014","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx023928\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"3a4f8820-cb75-49bb-97bf-e1fc47b1b788","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx023928\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"c307e27d-666f-43df-87ab-c6097b0bca19","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"102xxx023928\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/aphrodite/external/v1/async/verification/initiate"},"code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"3b93f75e-0ba0-4dc1-a407-99a25967346d"},{"name":"get status","id":"0b643b82-cf7b-4e7e-8416-b75e1b69d1ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{base_url}}/aphrodite/external/v1/async/verification/status?applicationId={{appId}}","urlObject":{"path":["aphrodite","external","v1","async","verification","status"],"host":["{{base_url}}"],"query":[{"key":"applicationId","value":"{{appId}}"}],"variable":[]}},"response":[{"id":"89caf046-d735-4775-9b6a-643b957bfc5e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{base_url}}/aphrodite/external/v1/async/verification/status?applicationId={{appId}}","host":["{{base_url}}"],"path":["aphrodite","external","v1","async","verification","status"],"query":[{"key":"applicationId","value":"{{appId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"t***\",\n    \"jobStatus\": \"SUCCESS\",\n    \"response\": {\n        \"message\": \"Passbook fetched\",\n        \"passbook_data\": {\n            \"uan\": \"1022******28\",\n            \"name\": \"T*****A\",\n            \"date_of_birth\": \"2004-**-**\",\n            \"mobile\": \"8800****81\",\n            \"gender\": \"FEMALE\",\n            \"guardian_name\": \"V**** S******\",\n            \"employers\": [\n                {\n                    \"establishment_name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n                    \"member_id\": \"THVSH***********0143\",\n                    \"organization_type\": \"NON_EXEMPTED\",\n                    \"total_employer_share\": 16200,\n                    \"total_employee_share\": 16200,\n                    \"total_pension_share\": 0,\n                    \"date_of_joining\": \"2025-**-**\",\n                    \"service_period\": \"9 Months\",\n                    \"passbook_entries\": [\n                        {\n                            \"status\": \"Credited\",\n                            \"description\": \"Cont. For Due-Month ******\",\n                            \"employee_share\": \"1,800\",\n                            \"employer_share\": \"1,800\",\n                            \"pension_share\": \"0\",\n                            \"month\": \"**\",\n                            \"year\": \"2026\",\n                            \"date_of_approval\": \"2026-**-**\"\n                        }\n                    ],\n                    \"passbook_summary\": [\n                        {\n                            \"description\": \"Closing Balance as on **/**/****\",\n                            \"employee_share\": \"16,200\",\n                            \"employer_share\": \"16,200\",\n                            \"pension_share\": \"0\",\n                            \"year\": \"2026\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"code\": \"1022\"\n    },\n    \"httpStatus\": 200,\n    \"applicationId\": \"f36d2c17-****-****-****-f9525e7b94ee\"\n}"},{"id":"4695c14c-2657-47b4-8a29-9b1029c071ec","name":"In Progress","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{base_url}}/aphrodite/external/v1/async/verification/status?applicationId={{appId}}","host":["{{base_url}}"],"path":["aphrodite","external","v1","async","verification","status"],"query":[{"key":"applicationId","value":"{{appId}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"jobStatus\": \"IN_PROGRESS\",\n    \"applicationId\": \"f36d2c17-****-****-****-f9525e7b94ee\"\n}"},{"id":"7c2a197f-f2cd-4eb1-b808-c0aa2e949e82","name":"Failed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{base_url}}/aphrodite/external/v1/async/verification/status?applicationId={{appId}}","host":["{{base_url}}"],"path":["aphrodite","external","v1","async","verification","status"],"query":[{"key":"applicationId","value":"{{appId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"jobStatus\": \"FAILED\",\n    \"response\" : null,\n    \"applicationId\": \"f36d2c17-****-****-****-f9525e7b94ee\"\n}"}],"_postman_id":"0b643b82-cf7b-4e7e-8416-b75e1b69d1ff"}],"id":"461c9541-d566-4ead-b5b4-8b39dd2dfc3d","_postman_id":"461c9541-d566-4ead-b5b4-8b39dd2dfc3d","description":""},{"name":"6.5 Aadhaar to UAN Number","id":"3b7cb888-6e26-43f7-9427-0466855d83d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"348XXXXXX473\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API is used to fetch the Universal Account Number (UAN) linked to a given Aadhaar number. By providing an Aadhaar number for verification, the API returns the UAN associated with it, along with additional verification data such as Aadhaar number, client ID, success status, message, and unique identifiers for both the end user and the application.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>aadhaar_number</td>\n<td>The Aadhaar number for verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains verification result data, including Aadhaar number, client ID, and PF UAN. Also includes success status, messages, and unique identifiers for the end user and the application.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the result data of the verification.</td>\n</tr>\n<tr>\n<td>- aadhaar_number</td>\n<td>The Aadhaar number used in the request.</td>\n</tr>\n<tr>\n<td>- client_id</td>\n<td>Unique client identifier generated by the system.</td>\n</tr>\n<tr>\n<td>- pf_uan</td>\n<td>The Provident Fund UAN associated with the Aadhaar number.</td>\n</tr>\n<tr>\n<td>message_code</td>\n<td>Message indicating the status of the operation.</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Indicates whether the operation was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Additional message, if any (null if not applicable).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application (generated by the system).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7bc0868a-6936-4347-9663-025493e4094c","name":"Aadhaar to UAN - Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"348994850473\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status_code\": 200,\n    \"data\": {\n        \"aadhaar_number\": \"348994850473\",\n        \"client_id\": \"aadhaar_to_uan_tHvlQlrnXyaukdtipBVF\",\n        \"pf_uan\": \"100049322199\"\n    },\n    \"message_code\": \"success\",\n    \"success\": true,\n    \"message\": null,\n    \"applicationId\": \"fcdb477c-841f-48d2-85c2-c7869c1c717f\"\n}"},{"id":"47232dc7-0d15-424f-ad24-05251aba91df","name":"Aadhaar to UAN - Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"759691795640\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status_code\": 422,\n    \"data\": {\n        \"aadhaar_number\": \"75XXXXX5640\",\n        \"client_id\": \"aadhaar_to_uan_fcymzqoqyzgOvaItEYne\",\n        \"pf_uan\": null,\n        \"message\": \"Aadhaar Not associated with any UAN.\"\n    },\n    \"message_code\": \"aadhaar_not_associated\",\n    \"success\": false,\n    \"message\": \"Aadhaar Not associated with any UAN.\",\n    \"applicationId\": \"3d6b1641-ef53-4caa-b0a9-c16a96f74ac6\"\n}"},{"id":"18527d51-9dd4-4db5-ab4d-d985cdd3c7a3","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"3489948504XX\"       // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"95e8b13c-0377-49c9-a0ed-4089f1a3df07","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",             // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"3489948504XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"7f959e7f-1e94-4064-ab40-3cfd53f54d83","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"3489948504XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"129cb74b-6d5f-4138-9666-5e5c6c2de6c8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"3489948504XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"9150f766-af2b-46d0-a907-747fcfc116b4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"aadhaar-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"aadhaar_number\": \"3489948504XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"3b7cb888-6e26-43f7-9427-0466855d83d1"},{"name":"6.6 Employer Default Check","id":"ae12bffc-df39-4c78-b9c3-b370031869a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This <strong>Employer Default Check</strong> API retrieves detailed employer information, including name, address, EPFO office details, and monthly transaction summaries, using an Establishment ID from the EPFO database. It helps verify the employer's compliance and default status over a specified period.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>periodFrom</code></td>\n<td>Start date for the transaction summary period (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>periodTo</code></td>\n<td>End date for the transaction summary period (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><code>establishmentId</code></td>\n<td>EPFO establishment ID of the employer.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<p>The response includes the following key details:</p>\n<ul>\n<li><p>Employer establishment status and information such as name, address, ownership type, PAN status, and business activity.</p>\n</li>\n<li><p>Monthly transaction summaries, including wage month, total members, total amount, and delay detail.</p>\n</li>\n</ul>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>requestId</code></td>\n<td>Unique ID for the API request.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Status code indicating the result of the request.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>response.result.Establishment Status</code></td>\n<td>Indicates whether the establishment is active or inactive.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.estInfo</code></td>\n<td>Object containing employer establishment details such as name, address, and EPFO office.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td><code>response.result.estInfo.Address</code></td>\n<td>Employer's address.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.estInfo.City</code></td>\n<td>Employer's city.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.estInfo.State</code></td>\n<td>Employer's state.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.estInfo.PAN Status</code></td>\n<td>Indicates whether the PAN is verified.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.transactions</code></td>\n<td>Object containing monthly transaction summaries.</td>\n<td>Object</td>\n</tr>\n<tr>\n<td><code>response.result.transactions.monthlySummary</code></td>\n<td>List of monthly summaries, including wage month, total members, and delay details.</td>\n<td>Array</td>\n</tr>\n<tr>\n<td><code>response.result.transactions.monthlySummary.delayInDay</code></td>\n<td>Number of days delayed for the wage month.</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td><code>response.result.transactions.monthlySummary.isDelay</code></td>\n<td>Indicates if there was a delay in payment.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.transactions.monthlySummary.totalAmount</code></td>\n<td>Total contribution amount for the wage month.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>response.result.transactions.monthlySummary.totalMembers</code></td>\n<td>Number of members contributing for the wage month.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>applicationId</code></td>\n<td>Unique application identifier provided in the input.</td>\n<td>String</td>\n</tr>\n<tr>\n<td><code>endUserId</code></td>\n<td>Identifier for the end user who made the request.</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f395e515-f01b-454b-b7a4-8ed509511fd7","name":"Employer Default Check - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"TS-VTKW-16230623\",\n    \"status\": 1,\n    \"response\": {\n        \"result\": {\n            \"Establishment Status\": \"Active\",\n            \"estInfo\": {\n                \"Address\": \"G-1, GROUND FLOOR, NOMURA BUILDING, HIRANANDANI, BUSIN\",\n                \"City\": \"MUMBAI\",\n                \"Country\": \"India\",\n                \"Date Of Setup Of Establishment\": \"22-MAY-2007\",\n                \"District\": \"MUMBAI SUBURBAN\",\n                \"EPFO Office Address\": \"Vardan Commercial Complex,6thFloor, M.I.D.C. Road No.16,Wagle Estate,\",\n                \"EPFO Office Name\": \"THANE (MUMBAI-II)\",\n                \"ESIC CODE\": \"\",\n                \"Establishment Code\": \"THTHA0201413000\",\n                \"Name of Establishment\": \"TERADATA INDIA PRIVATE LIMITED\",\n                \"Ownership Type \": \"Private Limited Company\",\n                \"PAN Status\": \"VERIFIED\",\n                \"Pin Code\": \"400076\",\n                \"Primary Business Activity\": \"TRADING - COMMERCIAL ESTABLISHMENTS\",\n                \"Region\": \"MH - THANE\",\n                \"Section Applicable\": \"OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT.\",\n                \"State\": \"MAHARASHTRA\",\n                \"Zone\": \"MAHARASHTRA AND CHHATTISGARH\"\n            },\n            \"transactions\": {\n                \"monthlySummary\": [\n                    {\n                        \"delayInDay\": 0,\n                        \"isDelay\": \"No\",\n                        \"totalAmount\": \"39708696\",\n                        \"totalMembers\": \"2027\",\n                        \"wageMonth\": \"DEC-23\"\n                    },\n                    {\n                        \"delayInDay\": 118,\n                        \"isDelay\": \"Yes\",\n                        \"totalAmount\": \"39373168\",\n                        \"totalMembers\": \"2048\",\n                        \"wageMonth\": \"JAN-24\"\n                    },\n                    {\n                        \"delayInDay\": 25,\n                        \"isDelay\": \"Yes\",\n                        \"totalAmount\": \"39374628\",\n                        \"totalMembers\": \"2054\",\n                        \"wageMonth\": \"FEB-24\"\n                    },\n                    {\n                        \"delayInDay\": 22,\n                        \"isDelay\": \"Yes\",\n                        \"totalAmount\": \"39251285\",\n                        \"totalMembers\": \"2058\",\n                        \"wageMonth\": \"MAR-24\"\n                    },\n                    {\n                        \"delayInDay\": 28,\n                        \"isDelay\": \"Yes\",\n                        \"totalAmount\": \"38922514\",\n                        \"totalMembers\": \"2043\",\n                        \"wageMonth\": \"APR-24\"\n                    },\n                    {\n                        \"delayInDay\": 0,\n                        \"isDelay\": \"No\",\n                        \"totalAmount\": \"38691660\",\n                        \"totalMembers\": \"2037\",\n                        \"wageMonth\": \"MAY-24\"\n                    }\n                ]\n            }\n        }\n    },\n    \"applicationId\": \"8026d13f-5b19-4b10-bbd1-a3207e934b17\",\n    \"endUserId\": \"test\"\n}"},{"id":"76342603-c289-47fb-9448-66b65471203d","name":"Interval exceeds 6 months (Failed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2023-01-06\",\n        \"periodTo\": \"2024-06-16\",          // Invalid field Name or Input\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 1038,\n        \"message\": \"diffrence between periodFrom date and periodTo date cannot be greater than 6 month\"\n    },\n    \"applicationId\": \"924736c2-f003-40dc-a5bf-1c9933bb3441\",\n    \"status\": 1038\n}"},{"id":"44764d51-4084-4b76-8e4c-c50a620be370","name":"Invalid Date Format (Failed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"01-06-2024\",         // Invalid field Name or Input\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 1038,\n        \"message\": \"Invalid periodFrom date(yyyy-mm-dd)\"\n    },\n    \"applicationId\": \"c10ce1f8-bc6e-4323-b3a0-8d77094e10af\",\n    \"status\": 1038\n}"},{"id":"b44906be-e302-458d-b11b-22ff65e477e0","name":"Invalid Establishment Id (Failed)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413\"         // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"establishmentId should be of 15 characters\"\n}"},{"id":"764572a8-3797-4f5a-9355-905545c2915b","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check-failed\",              // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"cae7fd16-913a-4d27-8f42-9b067b253874","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"9cb73407-6328-40b2-85a2-48b65f09b64c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0201413000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"cb865e92-e7cd-4c4f-8af3-bc5bb6059bf5","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-employer-check\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"periodFrom\": \"2024-01-06\",\n        \"periodTo\": \"2024-06-16\",\n        \"establishmentId\": \"THTHA0211223000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"ae12bffc-df39-4c78-b9c3-b370031869a0"},{"name":"6.7 CA Membership Verification","id":"f4ef5ad5-e631-4d61-b7af-2f415ff4d879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no\": \"2354XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API authenticates the membership status and number issued by the Institute of Chartered Accountants of India (ICAI). By providing the membership number for verification, the API returns details about the Chartered Accountant (CA).</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>membership_no</td>\n<td>The membership number for CA verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The API response includes the <strong>endUserId</strong> as the identifier for the user, along with details such as the CA's <strong>name</strong>, <strong>address</strong>, <strong>gender</strong>, <strong>AssociateYear</strong>, <strong>Qualification</strong>, <strong>COPStatus</strong>, and <strong>FellowYear</strong> (if applicable). It also provides the CA's <strong>memberStatus</strong>, <strong>mobileNo</strong>, and <strong>email</strong> (if available).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the result data of the verification.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Full name of the verified CA.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Address of the verified CA.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Gender of the verified CA.</td>\n</tr>\n<tr>\n<td>AssociateYear</td>\n<td>Year of CA association.</td>\n</tr>\n<tr>\n<td>Qualification</td>\n<td>Educational qualification of the CA.</td>\n</tr>\n<tr>\n<td>COPStatus</td>\n<td>Status of the Certificate of Practice (Full Time/Part Time).</td>\n</tr>\n<tr>\n<td>FellowYear</td>\n<td>Year of becoming a Fellow CA, if applicable.</td>\n</tr>\n<tr>\n<td>memberStatus</td>\n<td>Membership status (Active/Inactive).</td>\n</tr>\n<tr>\n<td>mobileNo</td>\n<td>Mobile number of the CA, if available.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email address of the CA, if available.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application (generated by the system).</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the API request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the operation.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier for the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c91d6498-687f-4873-bc50-f288b6bdb8a7","name":"CA-verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no\": \"2354XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"name\": \"XXXXX XXXXX\",\n        \"address\": \"D NO 29/3 XXXXX XXXXXXX NO 16 BINNY MAIN ROAD TIRUPUR - 641601, TAMIL NADU, INDIA\",\n        \"gender\": \"M\",\n        \"AssociateYear\": \"A2014\",\n        \"Qualification\": \"BCOM\",\n        \"COPStatus\": \"Full Time\",\n        \"FellowYear\": \"\",\n        \"memberStatus\": \"Active\",\n        \"mobileNo\": null,\n        \"email\": null\n    },\n    \"applicationId\": \"6f38926e-98e5-46d2-a6da-243b0ad28ed2\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"CA Membership Verification Request Processed\",\n        \"transactionId\": \"aad3c4c2-04c9-47c8-a89f-818537b1bb07\"\n    }\n}"},{"id":"5de58656-bc96-4181-b51b-f643fe0d2f61","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no1\": \"2354XX\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"8c0257fe-4555-43c6-83bb-a076586ad6c0","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",               // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no\": \"2354XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"566c9575-0864-4028-9834-f07d377dceb1","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no\": \"2354XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"669bc4dc-ed53-4ea0-bc03-6f1c791cb8ab","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no\": \"2354XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"671cfbd0-b9b0-4d82-afc5-e18fb7e5460a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"ca-auth\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"membership_no\": \"2354XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"f4ef5ad5-e631-4d61-b7af-2f415ff4d879"},{"name":"6.8 Doctor Registration Verification","id":"af099c3c-ed58-4274-ab69-c41b66ea3794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number\": \"20000316XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Doctor Registration Verification API</strong> authenticates a doctor’s registration status using their registration number. It returns detailed information including the <strong>doctor_id</strong>, <strong>full_name</strong>, <strong>dob</strong>, <strong>address</strong>, and the <strong>state_medical_council</strong> where the doctor is registered. Additionally, the response includes educational details like <strong>university</strong>, <strong>qualification</strong>, and <strong>year_of_passing</strong>.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>registration_number</td>\n<td>The registration number for doctor verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>Contains <strong>data</strong> with verification results, including <strong>client_id</strong>, <strong>registration_number</strong>, <strong>registration_year</strong>, and details about the doctor such as <strong>doctor_id</strong>, <strong>full_name</strong>, <strong>dob</strong>, <strong>address</strong>, and <strong>parent_name</strong>. It also provides the <strong>state_medical_council</strong>, <strong>university</strong>, <strong>qualification</strong>, and <strong>year_of_passing</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the result data of the verification.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Unique client ID for the doctor verification.</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>Registration number of the doctor.</td>\n</tr>\n<tr>\n<td>registration_year</td>\n<td>Year of registration (if available).</td>\n</tr>\n<tr>\n<td>results</td>\n<td>List of details for the doctor.</td>\n</tr>\n<tr>\n<td>registration_date</td>\n<td>Date of the doctor’s registration.</td>\n</tr>\n<tr>\n<td>doctor_id</td>\n<td>Unique identifier for the doctor.</td>\n</tr>\n<tr>\n<td>full_name</td>\n<td>Full name of the doctor.</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date of birth of the doctor.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Doctor's address.</td>\n</tr>\n<tr>\n<td>parent_name</td>\n<td>Name of the doctor's parent (if available).</td>\n</tr>\n<tr>\n<td>state_medical_council</td>\n<td>State medical council where the doctor is registered.</td>\n</tr>\n<tr>\n<td>university</td>\n<td>University where the doctor graduated.</td>\n</tr>\n<tr>\n<td>qualification</td>\n<td>Qualification of the doctor (e.g., MBBS).</td>\n</tr>\n<tr>\n<td>year_of_passing</td>\n<td>Year of passing the qualification.</td>\n</tr>\n<tr>\n<td>message_code</td>\n<td>Status code of the message (e.g., success).</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean indicating whether the request was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message indicating the result of the request.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application (generated by the system).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"909f49dd-d541-455b-a5d0-1430ccb9f397","name":"doctor-verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number\": \"20000316XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status_code\": 200,\n    \"data\": {\n        \"client_id\": \"doctor_WycmGnbmkrWQahxvTiuA\",\n        \"registration_number\": \"20000316XX\",\n        \"registration_year\": null,\n        \"results\": [\n            {\n                \"registration_date\": \"2000-03-03\",\n                \"doctor_id\": \"1046\",\n                \"full_name\": \"XXXXX XXXX\",\n                \"dob\": \"1800-01-01\",\n                \"address\": \"at tandulwadi, post & tq kille dharur, district beed - 431124\",\n                \"parent_name\": \"                                        \",\n                \"state_medical_council\": \"Maharashtra Medical Council\",\n                \"university\": \"U.Mumbai\",\n                \"qualification\": \"MBBS\",\n                \"year_of_passing\": \"2000\"\n            }\n        ]\n    },\n    \"message_code\": \"success\",\n    \"success\": true,\n    \"message\": \"Success\",\n    \"applicationId\": \"6e27b137-a85f-401d-9a26-6bbd775d9481\"\n}"},{"id":"4fee29bf-87ca-420c-818e-fb652adfeb4f","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number1\": \"20000316XX\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"486b7ce5-6dee-48e8-bf7c-d0356ecda8f4","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification-failed\",      // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number\": \"20000316XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"03cd4d5f-effe-471c-9e07-ace0276054ea","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number\": \"20000316XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"374cf930-15dd-4416-8e5a-40357ef9b071","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number\": \"20000316XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"b3568ad8-e5ce-4a7d-b5c1-f2076f3610b6","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"doctor-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"registration_number\": \"20000316XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"af099c3c-ed58-4274-ab69-c41b66ea3794"},{"name":"6.9 Employment History - Mobile Comprehensive","id":"4574e94c-0264-4cef-953c-6a0fa9029036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Employment History - Mobile Comprehensive API</strong> retrieves an individual's employment history based on their linked mobile number. By submitting the mobile number, this API validates and fetches detailed information regarding the individual's past and present employment.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobileNo</td>\n<td>The mobile number used for employment verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The API response includes the <strong>endUserId</strong> and <strong>employment history details</strong>, such as <strong>employment_data</strong> (listing records), <strong>uan</strong>, <strong>name</strong>, <strong>guardian_name</strong>, <strong>establishment_name</strong>, <strong>member_id</strong>, <strong>date_of_joining</strong>, and <strong>date_of_exit</strong> (if applicable).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the employment history details.</td>\n</tr>\n<tr>\n<td>employment_data</td>\n<td>List of employment records.</td>\n</tr>\n<tr>\n<td>uan</td>\n<td>Universal Account Number (UAN) associated with the employment.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the employee.</td>\n</tr>\n<tr>\n<td>guardian_name</td>\n<td>Name of the employee’s guardian.</td>\n</tr>\n<tr>\n<td>establishment_name</td>\n<td>Name of the establishment where the employee worked.</td>\n</tr>\n<tr>\n<td>member_id</td>\n<td>Member ID associated with the employee's account.</td>\n</tr>\n<tr>\n<td>date_of_joining</td>\n<td>Date the employee joined the establishment.</td>\n</tr>\n<tr>\n<td>date_of_exit</td>\n<td>Date the employee left the establishment (if applicable).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application (generated by the system).</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the API request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the operation.</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Input data that was provided (mobile number).</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>The timestamp when the request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"62e765c5-2f5d-48e7-ae5a-1a4fc3db5bfc","name":"Employment- Mobile (Comprehensive) Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"employment_data\": [\n            {\n                \"uan\": \"100078952XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/mm/yyyy\",\n                \"date_of_exit\": \"\",\n                \"last_pf_submitted\": \"dd/mm/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/mm/yyyy\"\n            },\n            {\n                \"uan\": \"100078952XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/mm/yyyy\",\n                \"date_of_exit\": \"dd/mm/yyyy\",\n                \"last_pf_submitted\": \"dd/mm/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/mm/yyyy\"\n            }\n        ]\n    },\n    \"applicationId\": \"09aaff1f-ac9b-4653-b903-c0af514fef2c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Employment History - Mobile (Comprehensive) API Request Processed\",\n        \"input\": {\n            \"mobileNo\": \"9930906843\"\n        },\n        \"timestamp\": \"2024-06-21 12:57:49\"\n    }\n}"},{"id":"82b8c901-c52a-44ae-a968-10c37757c56c","name":"UAN Not Linked (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906800\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Records Found!\"\n    },\n    \"applicationId\": \"50d9488c-98c9-41bb-902e-b2343d61bf84\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Employment History - Mobile (Comprehensive) API Request Processed\",\n        \"input\": {\n            \"mobileNo\": \"9930906800\"\n        },\n        \"timestamp\": \"2024-06-24 12:20:27\"\n    }\n}"},{"id":"ca15c92c-3412-4797-a015-25c1785898c9","name":"Inactive UAN (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8789258XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"employment_data\": {\n            \"code\": 400,\n            \"message\": \"Inactive UAN\"\n        }\n    },\n    \"applicationId\": \"d299df3c-86a8-4b22-930c-50ec912f8054\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch by UAN V2 Request Processed\",\n        \"transactionId\": \"9309c7c0-c02c-4d59-8cff-48c90dcd6dae\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-11-16 16:41:56\"\n    }\n}"},{"id":"920862ab-f978-4d2c-a858-0df09dfb3530","name":"Employment - Mobile (Comprehensive) Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 500,\n        \"message\": \"Failed to get employment data!\"\n    },\n    \"applicationId\": \"5893488c-98c9-41bb-902e-b2343d61bf84\",\n    \"status\": {\n        \"statusCode\": 500,\n        \"statusMessage\": \"Employment History - Mobile (Comprehensive) API Request Failed\",\n        \"input\": {\n            \"mobileNo\": \"9930906843\"\n        },\n        \"timestamp\": \"2024-06-24 12:20:27\"\n    }\n}"},{"id":"827127cb-da59-4166-885d-1d6e29b3e41e","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"5930906843\"      // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Mobile Number!\"\n}"},{"id":"e717ce03-5b0e-469f-b196-78d8603e22b3","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensi\",           // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"834eb4f4-aab7-4045-a031-16fd280066b8","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b3e0bbb7-16af-4951-a4f8-bf9758c0b728","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"1b429d8b-1a73-494e-9f67-9f60637315fe","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-from-mobile-comprehensive\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906843\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"4574e94c-0264-4cef-953c-6a0fa9029036"},{"name":"6.10 Nurse Registration Verification","id":"79c26bb9-9953-4b0e-a64a-d13563e1c4d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number\": \"UP777XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Nurse Registration Verification API</strong> is designed to authenticate the registration status of nurses based on their unique identification number. By submitting the nurse's ID number, this API retrieves important verification details, such as the nurse's full name, registration status, the state council where they are registered, and the type of registration (e.g., Registered Assistant Nurse Midwife (RANM), General Nursing and Midwifery (GNM), etc.).</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id_number</td>\n<td>The identification number of the nurse for verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The API response includes the <strong>endUserId</strong> and <strong>status_code</strong>, along with <strong>data</strong> containing nurse verification details such as <strong>client_id</strong>, <strong>id_number</strong>, <strong>nurse_name</strong>, <strong>state_council</strong>, <strong>registered_as</strong>, and the <strong>status</strong> of the registration.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the nurse verification data.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Unique client ID for nurse verification.</td>\n</tr>\n<tr>\n<td>id_number</td>\n<td>Identification number of the nurse.</td>\n</tr>\n<tr>\n<td>nurse_name</td>\n<td>Full name of the nurse.</td>\n</tr>\n<tr>\n<td>state_council</td>\n<td>The state council where the nurse is registered.</td>\n</tr>\n<tr>\n<td>registered_as</td>\n<td>The type of registration (e.g., RANM, GNM, etc.).</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the nurse's registration (e.g., Active).</td>\n</tr>\n<tr>\n<td>message_code</td>\n<td>Status code of the message (e.g., success).</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean indicating whether the request was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message indicating the result of the request.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application (generated by the system).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0fb405cb-c4cf-48eb-823b-b6226dc0437f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number\": \"UP777XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status_code\": 200,\n    \"data\": {\n        \"client_id\": \"nuid_wbWUAknoNfyfNjuagbRd\",\n        \"id_number\": \"UP777XX\",\n        \"nurse_name\": \"XXXXX XXXXX\",\n        \"state_council\": \"Uttar Pradesh Nurses and Midwives Council, Lucknow\",\n        \"registered_as\": \"RANM\",\n        \"status\": \"Active\"\n    },\n    \"message_code\": \"success\",\n    \"success\": true,\n    \"message\": \"Success\",\n    \"applicationId\": \"cb555ab1-377f-4f29-a926-d8dfee949b54\"\n}"},{"id":"2465d1d9-e6a3-4a49-8e5f-21391f0b3f2e","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number1\": \"UP777XX\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"261b00ee-cece-4cd7-9bd8-c42489926b1b","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification-failed\",      // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number\": \"UP777XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"18817bff-a759-41ce-a73a-83816a498723","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number\": \"UP777XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c69270c3-090b-4c48-8d61-b1c90b7b2e5d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number\": \"UP777XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"78f981ab-9307-4a9e-a29c-06dbab606837","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"professional-verification\",\n    \"type\": \"nurse-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n         \"id_number\": \"UP777XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"79c26bb9-9953-4b0e-a64a-d13563e1c4d5"},{"name":"6.11 UAN Number to Employment History","id":"8c9b0731-700f-4131-a37d-366208b729f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>UAN Number to Employment History API</strong> allows for the verification of an employee's employment history using their Universal Account Number (UAN). This API retrieves detailed employment records associated with the given UAN, including information such as the employee's full name, guardian's name, establishment details, member ID, date of joining, and date of exit (if applicable).</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UAN</td>\n<td>Universal Account Number (UAN) used for employment history verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The API response includes <strong>employment history data</strong> with details such as <strong>employment_data</strong> (list of records), <strong>name</strong> of the employee, <strong>guardian_name</strong>, <strong>establishment_name</strong>, <strong>member_id</strong>, <strong>date_of_joining</strong>, and <strong>date_of_exit</strong> (if applicable).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>response</td>\n<td>Contains the employment history data.</td>\n</tr>\n<tr>\n<td>employment_data</td>\n<td>List of employment records.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the employee.</td>\n</tr>\n<tr>\n<td>guardian_name</td>\n<td>Name of the employee’s guardian.</td>\n</tr>\n<tr>\n<td>establishment_name</td>\n<td>Name of the establishment where the employee worked.</td>\n</tr>\n<tr>\n<td>member_id</td>\n<td>Member ID associated with the employee's account.</td>\n</tr>\n<tr>\n<td>date_of_joining</td>\n<td>Date the employee joined the establishment.</td>\n</tr>\n<tr>\n<td>date_of_exit</td>\n<td>Date the employee left the establishment (if applicable).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains status details of the API request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the operation.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique transaction identifier for the request.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>The timestamp when the request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d8bb94c0-8c19-4c4b-a2cc-4b21411791b3","name":"Fetch Employment History - V2 Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": [\n            {\n                \"uan\": \"100078952XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/mm/yyyy\",\n                \"date_of_exit\": \"\",\n                \"last_pf_submitted\": \"dd/mm/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/mm/yyyy\"\n            },\n            {\n                \"uan\": \"100078952XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/mm/yyyy\",\n                \"date_of_exit\": \"dd/mm/yyyy\",\n                \"last_pf_submitted\": \"dd/mm/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/mm/yyyy\"\n            }\n        ]\n    },\n    \"applicationId\": \"58fbb993-888d-4643-a66f-a189f9e5f218\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch by UAN V2 Request Processed\",\n        \"transactionId\": \"f39b15f1-fe6e-4eb0-aff0-1babc3c9eed5\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-11-16 16:39:06\"\n    }\n}"},{"id":"c52302c2-9ff4-4f03-879a-17a1f7f672e0","name":"Inactive UAN - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": {\n            \"code\": 400,\n            \"message\": \"Inactive UAN\"\n        }\n    },\n    \"applicationId\": \"d299df3c-86a8-4b22-930c-50ec912f8054\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch by UAN V2 Request Processed\",\n        \"transactionId\": \"9309c7c0-c02c-4d59-8cff-48c90dcd6dae\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-11-16 16:41:56\"\n    }\n}"},{"id":"71c3c68e-f43d-4ac7-8411-5cb00c75655e","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan1\": \"xxxxxxxxxxxx\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"d5e014b9-dc3a-43bf-ad13-0dfa171033bf","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-not-found-failed\",      // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"2b5f3af1-5458-4dfd-8cf9-9e497e0bca4c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b06818c0-3896-4b04-8804-3b596e0ccd6f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"ffa21bc4-6483-4ce7-9b4a-0a040b28e215","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"8c9b0731-700f-4131-a37d-366208b729f8"},{"name":"6.12 UAN Number to Employment History with DoE","id":"1b6f8e16-a886-4399-8472-68fa306a069a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"100226619481\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API retrieves the complete employment history associated with the provided UAN (Universal Account Number). It includes details such as the date of exit for the employment record.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UAN</td>\n<td>Universal Account Number (UAN) used for employment history verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>This API returns the employment history linked to the provided UAN, including details such as the employee's name, guardian's name, establishment name, member ID, date of joining, and date of exit.</p>\n<h4 id=\"response-schema-table--\"><strong>Response Schema Table -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>endUserId</strong></td>\n<td>Identifier for the end user making the request.</td>\n</tr>\n<tr>\n<td><strong>response</strong></td>\n<td>Contains the employment history data.</td>\n</tr>\n<tr>\n<td><strong>employment_data</strong></td>\n<td>List of employment records associated with the provided UAN.</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>Name of the employee.</td>\n</tr>\n<tr>\n<td><strong>guardian_name</strong></td>\n<td>Name of the employee's guardian.</td>\n</tr>\n<tr>\n<td><strong>establishment_name</strong></td>\n<td>Name of the employer/organization.</td>\n</tr>\n<tr>\n<td><strong>member_id</strong></td>\n<td>Unique member ID assigned to the employee.</td>\n</tr>\n<tr>\n<td><strong>date_of_joining</strong></td>\n<td>Date when the employee joined the organization (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><strong>date_of_exit</strong></td>\n<td>Date when the employee left the organization (nullable, YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><strong>applicationId</strong></td>\n<td>Unique identifier for the request.</td>\n</tr>\n<tr>\n<td><strong>status</strong></td>\n<td>Contains metadata about the API response.</td>\n</tr>\n<tr>\n<td><strong>statusCode</strong></td>\n<td>HTTP status code indicating the request result.</td>\n</tr>\n<tr>\n<td><strong>statusMessage</strong></td>\n<td>Message describing the request status.</td>\n</tr>\n<tr>\n<td><strong>input</strong></td>\n<td>Input parameters used in the request.</td>\n</tr>\n<tr>\n<td><strong>uan</strong></td>\n<td>Universal Account Number (UAN) provided for the query.</td>\n</tr>\n<tr>\n<td><strong>timestamp</strong></td>\n<td>Timestamp of when the request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f33434f3-e9cc-457c-b1a1-259278b9407b","name":"Fetch Employment History - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"1002266XXXXX\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": [\n            {\n                \"uan\": \"100511689XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/MM/yyyy\",\n                \"date_of_exit\": \"dd/MM/yyyy\",\n                \"last_pf_submitted\": \"dd/MM/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/MM/yyyy\"\n            },\n            {\n                \"uan\": \"100511689XXX\",\n                \"name\": \"XXX XXXXX XX\",\n                \"guardian_name\": \"XXXXX XXXXXX\",\n                \"establishment_name\": \"XXXXX XXXXXXX\",\n                \"member_id\": \"XXXXXXXXXXXX\",\n                \"date_of_joining\": \"dd/MM/yyyy\",\n                \"date_of_exit\": \"dd/MM/yyyy\",\n                \"last_pf_submitted\": \"dd/MM/yyyy\",\n                \"last_pf_submitted_by_employer\": \"dd/MM/yyyy\"\n            }\n        ]\n    },\n    \"applicationId\": \"99fbb993-888d-4643-a66f-a189f9e5f218\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Employment History - UAN Request Processed\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2025-04-02 16:39:06\"\n    }\n}"},{"id":"e0af90ba-b237-4f94-b03d-1986a2eae693","name":"No Records Found - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": {\n            \"code\": 400,\n            \"message\": \"No employment records found.\"\n        }\n    },\n    \"applicationId\": \"1299df3c-86a8-4b22-930c-50ec912f8054\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Employment History - UAN Request Processed\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2025-04-02 16:45:06\"\n    }\n}"},{"id":"9824371a-6256-41cb-b58d-6b4f12dd2f99","name":"Inactive UAN - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"10022661XXXX\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"employment_data\": {\n            \"code\": 400,\n            \"message\": \"Inactive UAN\"\n        }\n    },\n    \"applicationId\": \"9299df3c-86a8-4b22-930c-50ec912f8054\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Employment History - UAN Request Processed\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2025-04-02 16:49:06\"\n    }\n}"},{"id":"222bda67-fc9d-4acd-9d67-6200f0ea9b87","name":"Fetch Employment History - Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"1002266XXXXX\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Upstream source/Government source service unavailable. Please start the process again.\"\n    },\n    \"applicationId\": \"8b73f0c1-b55c-418c-8afb-cbecfffac7c7\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Employment History - UAN Request Failed\",\n        \"input\": {\n            \"uan\": \"100511689XXX\"\n        },\n        \"timestamp\": \"2025-04-24 19:26:26\"\n    }\n}"},{"id":"d10c3e3a-4a20-4848-8d03-8caae1c57b1f","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan1\": \"xxxxxxxxxxxx\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"0b7e0d92-a410-4363-9ccd-115c36b6e30a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-not-found\",      // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uan\": \"xxxxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"1ce866cb-724f-461d-af96-d3848401c475","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"100226619481\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"11176de2-8f6a-429b-9ccf-e1b0231abe83","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"100226619481\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"461c57f8-2bc2-48e9-83a9-75c6bcf93d91","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"employment-history-from-uan-v4\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"uanNumber\": \"100226619481\"\n    } \n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"1b6f8e16-a886-4399-8472-68fa306a069a"},{"name":"6.13 UAN Profile Look-up","id":"bd9dd9a7-eeb0-44ce-b775-312eefa6d2ca","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API retrieves employee details including full name, date of birth, gender, PAN, masked Aadhaar, EPFO member ID, linked bank account details, and latest employment joining date. It also provides employer details such as company name, address, and EPFO establishment ID.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UAN</td>\n<td>Universal Account Number (UAN) used for profile lookup.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The API response includes fields such as the <strong>end user identifier</strong>, <strong>status code</strong>, <strong>establishment details</strong> (including address, ID, name, state, and city), <strong>masked Aadhaar</strong> and <strong>PAN numbers</strong>, <strong>masked bank account</strong> and <strong>mobile numbers</strong>, <strong>name</strong> and <strong>relationship details of the individual</strong>, <strong>dates of joining</strong> and <strong>exit for EPF</strong> and <strong>EPS schemes</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user (e.g., \"Dashboard-realtime-KYC\").</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Status code indicating success (e.g., 200).</td>\n</tr>\n<tr>\n<td>est_details</td>\n<td>Object containing establishment details.</td>\n</tr>\n<tr>\n<td>est_details.incrop_ADDRESS2</td>\n<td>Additional address information (currently empty).</td>\n</tr>\n<tr>\n<td>est_details.incrop_ADDRESS1</td>\n<td>Complete address of the establishment.</td>\n</tr>\n<tr>\n<td>est_details.est_ID</td>\n<td>Establishment ID.</td>\n</tr>\n<tr>\n<td>est_details.est_NAME</td>\n<td>Name of the establishment.</td>\n</tr>\n<tr>\n<td>est_details.state_NAME</td>\n<td>Name of the state where the establishment is located.</td>\n</tr>\n<tr>\n<td>est_details.incrop_CITY</td>\n<td>City of the establishment (currently \"NA\").</td>\n</tr>\n<tr>\n<td>aadhaar</td>\n<td>Masked Aadhaar number.</td>\n</tr>\n<tr>\n<td>bank_account_number</td>\n<td>Masked bank account number.</td>\n</tr>\n<tr>\n<td>ifsc</td>\n<td>IFSC code of the bank.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the individual.</td>\n</tr>\n<tr>\n<td>father_or_husband_name</td>\n<td>Name of the father or husband.</td>\n</tr>\n<tr>\n<td>father_or_husband</td>\n<td>Indicates if the individual is a son or daughter of the mentioned name (H for husband).</td>\n</tr>\n<tr>\n<td>bank_name</td>\n<td>Name of the bank where the account is held.</td>\n</tr>\n<tr>\n<td>bank_location</td>\n<td>Location of the bank.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Gender of the individual.</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>Masked PAN number.</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>Masked mobile number.</td>\n</tr>\n<tr>\n<td>member_ID</td>\n<td>Masked member ID.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Masked email address.</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date of birth of the individual.</td>\n</tr>\n<tr>\n<td>doj_EPF</td>\n<td>Date of joining for the EPF scheme.</td>\n</tr>\n<tr>\n<td>doj_EPS</td>\n<td>Date of joining for the EPS scheme.</td>\n</tr>\n<tr>\n<td>doe_EPS</td>\n<td>Date of exit from the EPS scheme (currently null).</td>\n</tr>\n<tr>\n<td>doe_EPF</td>\n<td>Date of exit from the EPF scheme (currently null).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Status code indicating success (e.g., 200).</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the request.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique identifier for the transaction.</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Object containing input details (e.g., UAN number).</td>\n</tr>\n<tr>\n<td>input.uan</td>\n<td>UAN number provided in the input.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of when the request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div><p>While this API provides more comprehensive details compared to UAN to Employment History check, the data availability is relatively low, approximately 30%.</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ed1a9f53-f95d-4523-9bf2-cc661f775787","name":"Fetch UAN Profile Lookup Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 200,\n        \"est_details\": {\n            \"incrop_ADDRESS2\": \"\",\n            \"incrop_ADDRESS1\": \"GATE NO.5, SOUTH BLOCK,S.V.ROAD,, VIRAR, MUMBAI, MUMBAI SUBURBAN, MUMBAI, MAHARASHTRA, 400072\",\n            \"est_ID\": \"THTHA00004240XX\",\n            \"est_NAME\": \"L - T INFOTECH LTD.\",\n            \"state_NAME\": \"Maharashtra\",\n            \"incrop_CITY\": \"NA\"\n        },\n        \"aadhaar\": \"XXXXXXXX2013\",\n        \"bank_account_number\": \"15781140007XXX\",\n        \"ifsc\": \"HDFC0001578\",\n        \"name\": \"XXX XXX XXX\",\n        \"father_or_husband_name\": \"XXX XXXX\",\n        \"father_or_husband\": \"H\",\n        \"bank_name\": \"HDFC BANK\",\n        \"bank_location\": \"KHARADI - PUNE\",\n        \"gender\": \"M\",\n        \"pan\": \"AKLPJ94XXX\",\n        \"mobile\": \"8975014XXX\",\n        \"member_ID\": \"THTHA000042400A0161XXX\",\n        \"email\": \"XXX.XXXX@GMAIL.COM\",\n        \"dob\": \"13-MAR-1982\",\n        \"doj_EPF\": \"01-DEC-2022\",\n        \"doj_EPS\": \"01-DEC-2022\",\n        \"doe_EPS\": null,\n        \"doe_EPF\": null\n    },\n    \"applicationId\": \"652cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Profile Lookup Request Processed\",\n        \"transactionId\": \"88f89bfb-0433-4028-8b5e-f7782da9fcd7\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-01-06 23:57:26\"\n    }\n}"},{"id":"4d406e3d-7daa-432b-afab-3cc99a2dcb39","name":"Fetch UAN Profile Lookup Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"100078952XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No record found\"\n    },\n    \"applicationId\": \"2u4cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"EPFO - Profile Lookup Failed\",\n        \"transactionId\": \"2f64adb6-2d6b-4124-b060-c6c0e97eadb1\",\n        \"input\": {\n            \"uan\": \"100078952XXX\"\n        },\n        \"timestamp\": \"2024-01-06 23:58:12\"\n    }\n}"},{"id":"8b0e212f-0004-472a-a0fb-a67abedf7b3b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan1\": \"xxxxxxxxxx\"     // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"5229d8a9-666c-4812-8b09-9fcf9f094ee6","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup-failed\",          // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"861440ec-f559-432a-8b87-057724820b1a","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"7786ecf6-d5ae-4fde-a022-20c0a204fd43","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"87b4a1ab-bb59-4dea-8da8-bae053916640","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-profile-lookup\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"uan\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"bd9dd9a7-eeb0-44ce-b775-312eefa6d2ca"},{"name":"6.14 UAN to Passbook","id":"2972aa57-dcf8-4ca4-b868-834a1ebb7f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100078952599\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API searches the MCA (Ministry of Corporate Affairs) database for companies or LLPs by name. It retrieves a list of registered company names, CINs, states, and statuses.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>companyName</strong></td>\n<td>Provided Company Name</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output</strong> -</h4>\n<p>Company/LLP name/s, CIN/s, State and Status matching with input keywords</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5073ac74-352f-461f-8a6c-a055cf39bce8","name":"UAN to Passbook - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"1000XXXXX599\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"uan\": \"1000XXXXX99\",\n        \"message\": \"success\",\n        \"full_name\": \"AMXX RAXXXAM JXXXAR\",\n        \"mobile\": \"897XXXX567\",\n        \"father_name\": \"KXXXINI JXXXXR\",\n        \"dob\": \"13-03-1982\",\n        \"companies\": [\n            {\n                \"member_id\": \"PUPUN030406800000XXXXX\",\n                \"est_name\": \"T -SYSTEMS INFORMATION AND COMMUNICATION TECHNOLOGY INDIA PVT. LTD.\",\n                \"doj_epf\": \"03-12-2018\",\n                \"passbook\": [\n                    {\n                        \"employee_share\": \"1800\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-01-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"01\",\n                        \"description\": \"Cont. For Due-Month 012019\"\n                    },\n                    {\n                        \"employee_share\": \"1800\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-02-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"02\",\n                        \"description\": \"Cont. For Due-Month 022019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-03-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"03\",\n                        \"description\": \"Cont. For Due-Month 032019\"\n                    },\n                    {\n                        \"employee_share\": \"39\",\n                        \"employer_share\": \"12\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"02-10-2019\",\n                        \"year\": \"2018\",\n                        \"month\": \"04\",\n                        \"description\": \"Int. Updated upto 31/03/2019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-04-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"04\",\n                        \"description\": \"Cont. For Due-Month 042019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-05-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"05\",\n                        \"description\": \"Cont. For Due-Month 052019\"\n                    },\n                    {\n                        \"employee_share\": \"346405\",\n                        \"employer_share\": \"153830\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"11-07-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"06\",\n                        \"description\": \"TRANSFER IN - SAME OFFICE(Old Member Id-:TNMAS00313090001699635 )\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-06-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"06\",\n                        \"description\": \"Cont. For Due-Month 062019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-07-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"07\",\n                        \"description\": \"Cont. For Due-Month 072019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-08-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"08\",\n                        \"description\": \"Cont. For Due-Month 082019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"16-09-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"09\",\n                        \"description\": \"Cont. For Due-Month 092019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-10-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"10\",\n                        \"description\": \"Cont. For Due-Month 102019\"\n                    },\n                    {\n                        \"employee_share\": \"6750\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-11-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"11\",\n                        \"description\": \"Cont. For Due-Month 112019\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-12-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"12\",\n                        \"description\": \"Cont. For Due-Month 122019\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-01-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"01\",\n                        \"description\": \"Cont. For Due-Month 012020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"19-02-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"02\",\n                        \"description\": \"Cont. For Due-Month 022020\"\n                    },\n                    {\n                        \"employee_share\": \"7404\",\n                        \"employer_share\": \"3288\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"11-07-2019\",\n                        \"year\": \"2020\",\n                        \"month\": \"03\",\n                        \"description\": \"TRANSFER IN - INTEREST AMOUNT ONLY(Old Member Id-:TNMAS00313090001699635 )\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"17-03-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"03\",\n                        \"description\": \"Cont. For Due-Month 032020\"\n                    },\n                    {\n                        \"employee_share\": \"26146\",\n                        \"employer_share\": \"10205\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"10-01-2021\",\n                        \"year\": \"2019\",\n                        \"month\": \"04\",\n                        \"description\": \"Int. Updated upto 31/03/2020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-04-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"04\",\n                        \"description\": \"Cont. For Due-Month 042020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-05-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"05\",\n                        \"description\": \"Cont. For Due-Month 052020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-06-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"06\",\n                        \"description\": \"Cont. For Due-Month 062020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-07-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"07\",\n                        \"description\": \"Cont. For Due-Month 072020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-08-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"08\",\n                        \"description\": \"Cont. For Due-Month 082020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-09-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"09\",\n                        \"description\": \"Cont. For Due-Month 092020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-10-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"10\",\n                        \"description\": \"Cont. For Due-Month 102020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-11-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"11\",\n                        \"description\": \"Cont. For Due-Month 112020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-12-2020\",\n                        \"year\": \"2020\",\n                        \"month\": \"12\",\n                        \"description\": \"Cont. For Due-Month 122020\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-01-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"01\",\n                        \"description\": \"Cont. For Due-Month 012021\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-02-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"02\",\n                        \"description\": \"Cont. For Due-Month 022021\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-03-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"03\",\n                        \"description\": \"Cont. For Due-Month 032021\"\n                    },\n                    {\n                        \"employee_share\": \"43675\",\n                        \"employer_share\": \"15182\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"31-12-2021\",\n                        \"year\": \"2020\",\n                        \"month\": \"04\",\n                        \"description\": \"Int. Updated upto 31/03/2021\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-04-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"04\",\n                        \"description\": \"Cont. For Due-Month 042021\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-05-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"05\",\n                        \"description\": \"Cont. For Due-Month 052021\"\n                    },\n                    {\n                        \"employee_share\": \"7314\",\n                        \"employer_share\": \"550\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"16-06-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"06\",\n                        \"description\": \"Cont. For Due-Month 062021\"\n                    },\n                    {\n                        \"employee_share\": \"6249\",\n                        \"employer_share\": \"225\",\n                        \"pension_share\": \"510\",\n                        \"approved_on\": \"13-08-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"07\",\n                        \"description\": \"Cont. For Due-Month 072021\"\n                    },\n                    {\n                        \"employee_share\": \"50827\",\n                        \"employer_share\": \"16110\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"08-03-2023\",\n                        \"year\": \"2021\",\n                        \"month\": \"04\",\n                        \"description\": \"Int. Updated upto 31/03/2022\"\n                    },\n                    {\n                        \"employee_share\": \"55409\",\n                        \"employer_share\": \"17444\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"02-06-2023\",\n                        \"year\": \"2023\",\n                        \"month\": \"03\",\n                        \"description\": \"Int. given against Claim : PUPUN230550130410\"\n                    },\n                    {\n                        \"employee_share\": \"749453\",\n                        \"employer_share\": \"235939\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"02-06-2023\",\n                        \"year\": \"2023\",\n                        \"month\": \"06\",\n                        \"description\": \"Claim Against PARA 57(1)\"\n                    },\n                    {\n                        \"employee_share\": \"9983\",\n                        \"employer_share\": \"3143\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"02-06-2023\",\n                        \"year\": \"2023\",\n                        \"month\": \"06\",\n                        \"description\": \"Int. given against Claim : PUPUN230550130410\"\n                    }\n                ]\n            },\n            {\n                \"member_id\": \"TNMAS00313090001XXXXXX\",\n                \"est_name\": \"COGNIZANT TECHNOLOGY SOLUTIONS INDIA PRIVATE LIMITED\",\n                \"doj_epf\": \"29-12-2017\",\n                \"passbook\": [\n                    {\n                        \"employee_share\": \"424\",\n                        \"employer_share\": \"130\",\n                        \"pension_share\": \"294\",\n                        \"approved_on\": \"11-01-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"01\",\n                        \"description\": \"Cont. For Due-Month 012018\"\n                    },\n                    {\n                        \"employee_share\": \"4377\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-02-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"02\",\n                        \"description\": \"Cont. For Due-Month 022018\"\n                    },\n                    {\n                        \"employee_share\": \"8025\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-03-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"03\",\n                        \"description\": \"Cont. For Due-Month 032018\"\n                    },\n                    {\n                        \"employee_share\": \"37\",\n                        \"employer_share\": \"24\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"20-10-2018\",\n                        \"year\": \"2017\",\n                        \"month\": \"04\",\n                        \"description\": \"Int. Updated upto 31/03/2018\"\n                    },\n                    {\n                        \"employee_share\": \"8025\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-04-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"04\",\n                        \"description\": \"Cont. For Due-Month 042018\"\n                    },\n                    {\n                        \"employee_share\": \"238078\",\n                        \"employer_share\": \"108641\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"01-07-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"05\",\n                        \"description\": \"NA(Old Member Id-:PYBOM00113940000153196 )\"\n                    },\n                    {\n                        \"employee_share\": \"8025\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-05-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"05\",\n                        \"description\": \"Cont. For Due-Month 052018\"\n                    },\n                    {\n                        \"employee_share\": \"8025\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-06-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"06\",\n                        \"description\": \"Cont. For Due-Month 062018\"\n                    },\n                    {\n                        \"employee_share\": \"8025\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-07-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"07\",\n                        \"description\": \"Cont. For Due-Month 072018\"\n                    },\n                    {\n                        \"employee_share\": \"8025\",\n                        \"employer_share\": \"3127\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-08-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"08\",\n                        \"description\": \"Cont. For Due-Month 082018\"\n                    },\n                    {\n                        \"employee_share\": \"183\",\n                        \"employer_share\": \"183\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"12-09-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"09\",\n                        \"description\": \"Cont. For Due-Month 092018\"\n                    },\n                    {\n                        \"employee_share\": \"8360\",\n                        \"employer_share\": \"3310\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-09-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"09\",\n                        \"description\": \"Cont. For Due-Month 092018\"\n                    },\n                    {\n                        \"employee_share\": \"8360\",\n                        \"employer_share\": \"3310\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-10-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"10\",\n                        \"description\": \"Cont. For Due-Month 102018\"\n                    },\n                    {\n                        \"employee_share\": \"8360\",\n                        \"employer_share\": \"3310\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-11-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"11\",\n                        \"description\": \"Cont. For Due-Month 112018\"\n                    },\n                    {\n                        \"employee_share\": \"8360\",\n                        \"employer_share\": \"3310\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-12-2018\",\n                        \"year\": \"2018\",\n                        \"month\": \"12\",\n                        \"description\": \"Cont. For Due-Month 122018\"\n                    },\n                    {\n                        \"employee_share\": \"7404\",\n                        \"employer_share\": \"3288\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"09-07-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"07\",\n                        \"description\": \"Int. given against Claim : TNMAS190750025717\"\n                    },\n                    {\n                        \"employee_share\": \"353809\",\n                        \"employer_share\": \"157118\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"09-07-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"07\",\n                        \"description\": \"Claim: Against PARA 57(1)\"\n                    },\n                    {\n                        \"employee_share\": \"21716\",\n                        \"employer_share\": \"9723\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"25-12-2019\",\n                        \"year\": \"2019\",\n                        \"month\": \"03\",\n                        \"description\": \"Int. given against Claim \"\n                    }\n                ]\n            },\n            {\n                \"member_id\": \"BGMRD00244700000XXXXXX\",\n                \"est_name\": \"MINDTREE LIMITED\",\n                \"doj_epf\": \"07-06-2021\",\n                \"passbook\": [\n                    {\n                        \"employee_share\": \"22176\",\n                        \"employer_share\": \"7066\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-07-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"07\",\n                        \"description\": \"Cont. For Due-Month 072021\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-08-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"08\",\n                        \"description\": \"Cont. For Due-Month 082021\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-09-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"09\",\n                        \"description\": \"Cont. For Due-Month 092021\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-10-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"10\",\n                        \"description\": \"Cont. For Due-Month 102021\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-11-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"11\",\n                        \"description\": \"Cont. For Due-Month 112021\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-12-2021\",\n                        \"year\": \"2021\",\n                        \"month\": \"12\",\n                        \"description\": \"Cont. For Due-Month 122021\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-01-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"01\",\n                        \"description\": \"Cont. For Due-Month 012022\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"11-02-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"02\",\n                        \"description\": \"Cont. For Due-Month 022022\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-03-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"03\",\n                        \"description\": \"Cont. For Due-Month 032022\"\n                    },\n                    {\n                        \"employee_share\": \"6437\",\n                        \"employer_share\": \"2110\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"24-02-2023\",\n                        \"year\": \"2021\",\n                        \"month\": \"04\",\n                        \"description\": \"Int. Updated upto 31/03/2022\"\n                    },\n                    {\n                        \"employee_share\": \"27720\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-04-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"04\",\n                        \"description\": \"Cont. For Due-Month 042022\"\n                    },\n                    {\n                        \"employee_share\": \"10395\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-05-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"05\",\n                        \"description\": \"Cont. For Due-Month 052022\"\n                    },\n                    {\n                        \"employee_share\": \"10395\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-06-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"06\",\n                        \"description\": \"Cont. For Due-Month 062022\"\n                    },\n                    {\n                        \"employee_share\": \"10395\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-07-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"07\",\n                        \"description\": \"Cont. For Due-Month 072022\"\n                    },\n                    {\n                        \"employee_share\": \"10395\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"12-08-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"08\",\n                        \"description\": \"Cont. For Due-Month 082022\"\n                    },\n                    {\n                        \"employee_share\": \"10395\",\n                        \"employer_share\": \"9145\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"15-09-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"09\",\n                        \"description\": \"Cont. For Due-Month 092022\"\n                    },\n                    {\n                        \"employee_share\": \"11915\",\n                        \"employer_share\": \"10665\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-10-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"10\",\n                        \"description\": \"Cont. For Due-Month 102022\"\n                    },\n                    {\n                        \"employee_share\": \"10902\",\n                        \"employer_share\": \"9652\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"14-11-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"11\",\n                        \"description\": \"Cont. For Due-Month 112022\"\n                    },\n                    {\n                        \"employee_share\": \"10902\",\n                        \"employer_share\": \"9652\",\n                        \"pension_share\": \"1250\",\n                        \"approved_on\": \"13-12-2022\",\n                        \"year\": \"2022\",\n                        \"month\": \"12\",\n                        \"description\": \"Cont. For Due-Month 122022\"\n                    },\n                    {\n                        \"employee_share\": \"26062\",\n                        \"employer_share\": \"10633\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"07-06-2023\",\n                        \"year\": \"2023\",\n                        \"month\": \"03\",\n                        \"description\": \"Int. given against Claim : BGMRD230550020627\"\n                    },\n                    {\n                        \"employee_share\": \"5263\",\n                        \"employer_share\": \"2400\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"07-06-2023\",\n                        \"year\": \"2023\",\n                        \"month\": \"06\",\n                        \"description\": \"Int. given against Claim : BGMRD230550020627\"\n                    },\n                    {\n                        \"employee_share\": \"395112\",\n                        \"employer_share\": \"180208\",\n                        \"pension_share\": \"0\",\n                        \"approved_on\": \"07-06-2023\",\n                        \"year\": \"2023\",\n                        \"month\": \"06\",\n                        \"description\": \"Claim Against PARA 57(1)\"\n                    }\n                ]\n            },\n            {\n                \"member_id\": \"PYBOM00113940000153196\",\n                \"est_name\": \"WIPRO LIMITED - TECHNOLOGIES GROUP\",\n                \"doj_epf\": \"\",\n                \"passbook\": []\n            }\n        ]\n    },\n    \"applicationId\": \"9a875b2e-6022-45ce-a7fa-24e8e5620f9c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - UAN Passbook Request Processed\",\n        \"transactionId\": \"8afcd0cf-f6b8-4437-8f2e-0eda5dd652d5\",\n        \"input\": {\n            \"uan\": \"100078952599\"\n        },\n        \"timestamp\": \"2024-10-11 11:36:16\"\n    }\n}"},{"id":"f5fa1869-2b61-4151-98a6-4cc494f7c7c3","name":"Failure (Inactive)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100078952591\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Inactive UAN\"\n    },\n    \"applicationId\": \"5aaef8ea-7ff4-4fbb-b703-8bde19b4f9e8\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"EPFO - UAN Passbook Failed\",\n        \"transactionId\": \"c387a792-91b1-4bde-b02c-ade18ee621d4\",\n        \"input\": {\n            \"uan\": \"100078952591\"\n        },\n        \"timestamp\": \"2024-10-11 11:37:19\"\n    }\n}"},{"id":"87cad407-b3d9-4723-bdd0-5da4a23b541f","name":"Source Down","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100078952599\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Source down\"\n    },\n    \"applicationId\": \"5aaef8ea-7ff4-4fbb-b703-8bde19b4f9e8\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"EPFO - UAN Passbook Failed\",\n        \"transactionId\": \"c387a792-91b1-4bde-b02c-ade18ee621d4\",\n        \"input\": {\n            \"uan\": \"100078952591\"\n        },\n        \"timestamp\": \"2024-10-11 11:37:19\"\n    }\n}"},{"id":"2c1b1be0-f4a1-45c0-8b9a-74598c776c28","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"10007895259\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"05d693cc-eaaa-4dd9-a0b4-7f18b0eb555e","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100078952599\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"8c58bbd2-5e9a-400d-80e0-89be5633307c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100078952599\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"f995e022-59c9-4cf4-aa95-e13baa5ced01","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-passbook\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100078952599\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"2972aa57-dcf8-4ca4-b868-834a1ebb7f2f"},{"name":"6.15 UAN to Latest Employment","id":"8f0b724e-750f-47f7-87ca-f16ea2c0f2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"1000493221XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API searches the MCA (Ministry of Corporate Affairs) database for companies or LLPs by name. It retrieves a list of registered company names, CINs, states, and statuses.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>companyName</strong></td>\n<td>Provided Company Name</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output</strong> -</h4>\n<p>Company/LLP name/s, CIN/s, State and Status matching with input keywords</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"771922d5-2556-4fdf-a4a2-000e7e7f0910","name":"UAN to Latest Employment - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"1000493221XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"uan\": \"1000493221XX\",\n        \"name\": \"XXXX XXXXX\",\n        \"dob\": \"28/08/1989\",\n        \"member_id\": \"GNGGN00288120000012XXX\",\n        \"company_name\": \"AUTHBRIDGE RESEARCH SERVICES PVT. LTD.\",\n        \"company_address\": \"123,2ND FLOOR, UDYOG VIHAR, PHASE-IV GURGAON 179 HR 122015\",\n        \"date_of_exit\": \"05/07/2021\",\n        \"date_of_joining\": \"06/01/2020\"\n    },\n    \"applicationId\": \"aa30b7f5-c740-4feb-98a1-51586a848fa2\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch Latest by UAN V2 Request Processed\",\n        \"transactionId\": \"4a03f582-551d-465d-905d-cd6b57f6cd76\",\n        \"input\": {\n            \"uan\": \"100049322199\"\n        },\n        \"timestamp\": \"2024-10-11 11:55:04\"\n    }\n}"},{"id":"35350c35-f283-4d61-8a6a-1ca780faecb8","name":"No Result Found (Success))","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100799967720\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found\"\n    },\n    \"applicationId\": \"6df4cedc-cef2-48aa-a0db-bd502370b252\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch Latest by UAN V2 Request Processed\",\n        \"transactionId\": \"f6b2829d-a21b-4c28-a38d-ac216566da4e\",\n        \"input\": {\n            \"uan\": \"100799967720\"\n        },\n        \"timestamp\": \"2024-10-11 12:11:53\"\n    }\n}"},{"id":"fd8c4f7f-a9b2-426b-b63c-25396e008bb9","name":"Source Down","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100799967720\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Source Down\"\n    },\n    \"applicationId\": \"6df4cedc-cef2-48aa-a0db-bd502370b252\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Fetch Latest by UAN V2 Request Processed\",\n        \"transactionId\": \"f6b2829d-a21b-4c28-a38d-ac216566da4e\",\n        \"input\": {\n            \"uan\": \"100799967720\"\n        },\n        \"timestamp\": \"2024-10-11 12:11:53\"\n    }\n}"},{"id":"80db9049-f5cd-4976-9066-1a3637ddec78","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"10079996772\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"460f7c31-ebdb-4aea-bc4a-64de147677c0","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100799967720\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"6bf06bec-1e0a-4848-98bb-1d1c54a2263a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100799967720\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"3f6bd198-7d65-44d1-909b-ca9d96e325b7","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"uan-to-latest-employment\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"uan\": \"100799967720\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"8f0b724e-750f-47f7-87ca-f16ea2c0f2c1"},{"name":"6.16 Fetch UAN from Mobile V2","id":"3934ae73-9b39-4d42-b39f-bcc6fee82c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API is used to retrieve the UAN number associated with the linked mobile number.</p>\n<p><strong>Input -</strong> Mobile Number (10 digit)</p>\n<p><strong>Output -</strong> All the UAN numbers (if linked with Mobile)</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b8e66ded-bc56-4736-8d32-d0c9bf16f754","name":"Fetch UAN from Mobile - V2 Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"uan_list\": [\n            \"XXXXXXXXXXX\"\n        ]\n    },\n    \"applicationId\": \"1da5aefe-d601-4222-9c30-f1d2e69aab21\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Get UAN from Mobile (V1) Request Processed\",\n        \"transactionId\": \"2addfa78-3dc7-48fe-bea4-f44c4cf562bb\",\n        \"timestamp\": \"2023-12-06 18:29:59\"\n    }\n}"},{"id":"ad8f833d-1405-439e-b6f2-1fa96c7eca7c","name":"Fetch UAN from Mobile - V2 Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Provided mobile number doesn't have any UAN.\"\n    },\n    \"applicationId\": \"87f70a48-c1f6-406d-987e-63e1efb9c986\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Get UAN from Mobile (V1) Request Processed\",\n        \"transactionId\": \"a03c9f27-fbd0-4e6c-833a-d46f75f537dc\",\n        \"timestamp\": \"2023-12-14 11:35:38\"\n    }\n}"},{"id":"be627478-edf3-449d-88f3-f0a79b9a8cb9","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo1\": \"xxxxxxxxxx\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"b01f4295-bedd-4e4a-8b78-70e81caaa5d7","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",             // Invalid Category or Type\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"0c0d63c9-ab38-4653-8216-13f5a1d5d6ff","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c22658ba-4a95-428d-b571-d33550157f5d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"a6794a5f-5e89-4a08-bb4d-60a43fb47fe3","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"fetch-uan-from-mobile-v2\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n          \"mobileNo\": \"xxxxxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"3934ae73-9b39-4d42-b39f-bcc6fee82c38"},{"name":"6.17 PAN to UAN","id":"ce365852-bb99-45b7-9467-d757039a904c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"CxZPxxxP\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ed35c7dc-723e-4343-b299-006636b88aa3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"CDZP*****P\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"uan\": \"1005********,1012********\",\n        \"memberName\": \"P***** V**** P****\",\n        \"memberId\": \"PUPUN***************0640\",\n        \"dob\": \"**-**-1991\"\n    },\n    \"applicationId\": \"079f13d4-****-****-967b-4c430d998f98\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"panNumber\": \"CDZP*****P\"\n        },\n        \"timestamp\": \"2026-02-02 15:04:11\"\n    }\n}\n"},{"id":"45e999e9-aef7-41bc-adfa-b6d9e50fcdb8","name":"Data not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"G***3***K\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 422,\n        \"message\": \"No Data Found\"\n    },\n    \"applicationId\": \"754b***-******-***f-801cf1e5e364\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"panNumber\": \"G***3***K\"\n        },\n        \"timestamp\": \"2026-02-02 15:05:19\"\n    }\n}"},{"id":"ad9bffde-bc9c-4c96-837b-7605c3133577","name":"Validation error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Validation error\"\n}"},{"id":"ebfee695-fae3-4c61-8d5f-4350a23499ad","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"pan\": \"CxZPxxxP\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"df0992f0-7c63-48e7-ad36-ff96d1cbb238","name":"Invalid Category or Type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"CDZP*****P\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"9198fce9-0d68-4bc4-af62-e9854842310c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"CDZP*****P\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"ee4c48bc-6274-43db-b84d-c9785ab9e70f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"CxZPxxxP\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"00f1ac99-bbc7-4ca9-9155-bdba37f5367e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employment-verification-unconsented\",\n    \"type\": \"pan-to-uan\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"CxZPxxxP\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"ce365852-bb99-45b7-9467-d757039a904c"},{"name":"UAN to Passbook","id":"2dda92db-4670-4c29-af23-cb7bf3a58401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"2dda92db-4670-4c29-af23-cb7bf3a58401"}],"id":"9225eb62-50bb-49c1-be65-7e67944c6dea","description":"<p>The <strong>Employment Details API</strong> category provides a comprehensive suite of tools designed to verify and retrieve employment-related information. These APIs offer solutions for linking various personal identifiers, such as Aadhaar, UAN (Universal Account Number), and mobile numbers, to employment histories, verifying professional credentials, and confirming memberships in professional organizations.</p>\n","_postman_id":"9225eb62-50bb-49c1-be65-7e67944c6dea"},{"name":"7. Business Details","item":[{"name":"Udyam Verification with Certificate","item":[{"name":"Udyam Verification with Certificate","id":"f75b3202-b2e9-4cd2-a9ec-344eb39a41a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"udyam-registration-details-with-certificate\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"udyamNumber\" : \"UDYAM-MH-33-xxxxxxx\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/udyam-verification/initiate","urlObject":{"path":["aphrodite","external","v1","async","udyam-verification","initiate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d63f4a2f-3f05-4d27-be1a-6c2807bd0b8e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"udyam-registration-details-with-certificate\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"udyamNumber\" : \"UDYAM-MH-33-xxxxxxx\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/udyam-verification/initiate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"55d05a57-5054-4697-bb06-aa061844b615\"\n}"}],"_postman_id":"f75b3202-b2e9-4cd2-a9ec-344eb39a41a2"},{"name":"Fetch Data","id":"b60bd8b7-0145-4f34-b9cf-7fb7d1bdc6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"<p>An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","description":"<p>The <strong>Job ID</strong> must be provided in the <strong>GET API request</strong> to fetch the Udyam API response.</p>\n","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","status"],"host":["{{host}}"],"query":[{"description":{"content":"<p>(Required) Id that receive from initiate API</p>\n","type":"text/plain"},"key":"jobId","value":"{{Id}}"}],"variable":[]}},"response":[{"id":"b5867c38-2889-494c-ac9e-d6f55ed02be5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{Id}}","description":"(Required) Id that receive from initiate API"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"udyamDetails\": {\n            \"code\": 200,\n            \"generalInfo\": {\n                \"udyamRegistrationNumber\": \"UDYAM-MH-33-00****\",\n                \"nameOfEnterprise\": \"M/S TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n                \"majorActivity\": \"TRADING[For availing benefits of Priority Sector Lending(PSL) ONLY]\",\n                \"organisationType\": \"Private Limited Company\",\n                \"socialCategory\": \"General\",\n                \"dateOfIncorporation\": \"**/**/2021\",\n                \"dateOfCommencementOfProductionBusiness\": \"**/**/2021\",\n                \"dic\": \"THANE\",\n                \"msmedi\": \"MUMBAI\",\n                \"dateOfUdyamRegistration\": \"**/**/2021\",\n                \"typeOfEnterprise\": \"Micro\",\n                \"msmedfo\": \"MUMBAI\"\n            },\n            \"enterpriseType\": [\n                {\n                    \"sno\": \"1\",\n                    \"dataYear\": \"2023-24\",\n                    \"classificationYear\": \"2025-26\",\n                    \"enterpriseType\": \"Micro\",\n                    \"classificationDate\": \"**/**/2025\"\n                },\n                {\n                    \"sno\": \"2\",\n                    \"dataYear\": \"2022-23\",\n                    \"classificationYear\": \"2024-25\",\n                    \"enterpriseType\": \"Micro\",\n                    \"classificationDate\": \"**/**/2024\"\n                },\n                {\n                    \"sno\": \"3\",\n                    \"dataYear\": \"2021-22\",\n                    \"classificationYear\": \"2023-24\",\n                    \"enterpriseType\": \"Micro\",\n                    \"classificationDate\": \"**/**/2023\"\n                },\n                {\n                    \"sno\": \"4\",\n                    \"dataYear\": \"2020-21\",\n                    \"classificationYear\": \"2022-23\",\n                    \"enterpriseType\": \"Micro\",\n                    \"classificationDate\": \"**/**/2022\"\n                }\n            ],\n            \"unitsDetails\": [\n                {\n                    \"sn\": \"1\",\n                    \"unitName\": \"M/S TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n                    \"flat\": \"OFFICE **\",\n                    \"building\": \"****\",\n                    \"villageTown\": \"****\",\n                    \"block\": \"****\",\n                    \"road\": \"****\",\n                    \"city\": \"JAIPUR\",\n                    \"pin\": \"302***\",\n                    \"state\": \"RAJASTHAN\",\n                    \"district\": \"JAIPUR\"\n                }\n            ],\n            \"officialAddressOfEnterprise\": {\n                \"flatDoorBlockNo\": \"FLOOR *\",\n                \"nameOfPremisesBuilding\": \"******** CHAMBERS\",\n                \"villageTown\": \"MUMBAI\",\n                \"block\": \"PLOT-***\",\n                \"roadStreetLane\": \"******** ROAD\",\n                \"city\": \"MUMBAI\",\n                \"state\": \"MAHARASHTRA\",\n                \"pin\": \"400***\",\n                \"district\": \"THANE\",\n                \"mobile\": \"98*****767\",\n                \"email\": \"p*****@tartanhq.com\"\n            },\n            \"nationalIndustryClassificationCodes\": [\n                {\n                    \"sno\": \"1\",\n                    \"nic2Digit\": \"63 - Information service activities\",\n                    \"nic4Digit\": \"6399 - Other information service activities n.e.c.\",\n                    \"nic5Digit\": \"63999 - Other information service activities n.e.c.\",\n                    \"activity\": \"Services\",\n                    \"date\": \"**/**/2021\"\n                },\n                {\n                    \"sno\": \"2\",\n                    \"nic2Digit\": \"64 - Financial service activities\",\n                    \"nic4Digit\": \"6499 - Other financial service activities\",\n                    \"nic5Digit\": \"64990 - Other financial service activities\",\n                    \"activity\": \"Services\",\n                    \"date\": \"**/**/2021\"\n                },\n                {\n                    \"sno\": \"3\",\n                    \"nic2Digit\": \"66 - Other financial activities\",\n                    \"nic4Digit\": \"6619\",\n                    \"nic5Digit\": \"66190\",\n                    \"activity\": \"Services\",\n                    \"date\": \"**/**/2021\"\n                },\n                {\n                    \"sno\": \"4\",\n                    \"nic2Digit\": \"68 - Real estate activities\",\n                    \"nic4Digit\": \"6810\",\n                    \"nic5Digit\": \"68100\",\n                    \"activity\": \"Services\",\n                    \"date\": \"**/**/2023\"\n                }\n            ],\n            \"pdfUrl\": \"https://api-dev.tartanhq.com/aphrodite/api/media/v1/download-data/********-****-****-****-************\"\n        }\n    },\n    \"applicationId\": \"********-****-****-****-************\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"2706854f-84b6-40d5-818e-d99aa21e1389","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{Id}}","description":"(Required) Id that receive from initiate API"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"ea72ca42-3e95-42e4-8821-274092734793","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{Id}}","description":"(Required) Id that receive from initiate API"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"},{"id":"717a97f1-b057-4376-8073-c45ec2d7d1a7","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{Id}}","description":"(Required) Id that receive from initiate API"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No request found for the given jobId\"\n}"},{"id":"0c037f57-a39e-4bb5-9235-d2db59e60375","name":"Failed","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{Id}}","description":"(Required) Id that receive from initiate API"}]}},"status":"Failed","_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Source Down\"\n    },\n    \"applicationId\": \"31677c1f-dd7e-40e7-bec6-145673dbe81b\",\n    \"status\": \"FAILED\"\n}"},{"id":"4713d286-7272-4ee0-a481-71c666cc7682","name":"Pending","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{Id}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{Id}}","description":"(Required) Id that receive from initiate API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"udyamDetails\": \"pending\"\n    },\n    \"applicationId\": \"a1497451-21e7-414f-b7bf-312a911e10a2\",\n    \"status\": \"IN_PROGRESS\"\n}"}],"_postman_id":"b60bd8b7-0145-4f34-b9cf-7fb7d1bdc6ba"}],"id":"9d0fbc91-ef9e-420a-b873-12fcf896df7a","description":"<h2 id=\"overview\">Overview</h2>\n<p>This API is used to fetch Udyam Registration Details using the Udyam Registration Number as input.</p>\n<p>The API returns enterprise information including general info, address, enterprise classification, NIC codes, and certificate URL.</p>\n<hr />\n<h2 id=\"api-input\">API Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>udyamNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>Udyam Registration Number (Example: UDYAM-MH-33-0065859)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"9d0fbc91-ef9e-420a-b873-12fcf896df7a"},{"name":"7.1 CIN - Basic","id":"d7b2584a-4891-4eb7-8516-2a1d75da218f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The CIN Basic API verifies the Corporate Identification Number (CIN) assigned to a company by the Ministry of Corporate Affairs (MCA) or Registrar of Companies (ROC).</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CIN Number</td>\n<td>Corporate Identification Number (CIN).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response provides detailed information about a company, including its classification, financials, directors, and corporate status. It includes key company details like its name, incorporation date, paid-up capital, registration number, and directors. Additionally, the response provides compliance status, address details, and nature of business. The verification process for the CIN (Corporate Identification Number) is also included, along with the status of the request.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>numberOfMembers</code></td>\n<td>String</td>\n<td>The number of members in the company.</td>\n</tr>\n<tr>\n<td><code>subCategory</code></td>\n<td>String</td>\n<td>The subcategory of the company (e.g., Non-Govt Company).</td>\n</tr>\n<tr>\n<td><code>class</code></td>\n<td>String</td>\n<td>The class of the company (e.g., Public).</td>\n</tr>\n<tr>\n<td><code>companyType</code></td>\n<td>String</td>\n<td>The type of company (e.g., Indian Company).</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String</td>\n<td>The name of the company.</td>\n</tr>\n<tr>\n<td><code>paidUpCapital</code></td>\n<td>String</td>\n<td>The paid-up capital of the company.</td>\n</tr>\n<tr>\n<td><code>authorisedCapital</code></td>\n<td>String</td>\n<td>The authorised capital of the company.</td>\n</tr>\n<tr>\n<td><code>whetherListed</code></td>\n<td>String</td>\n<td>Whether the company is listed on the stock exchange.</td>\n</tr>\n<tr>\n<td><code>dateOfIncorporation</code></td>\n<td>String</td>\n<td>The date of incorporation of the company.</td>\n</tr>\n<tr>\n<td><code>lastAgmDate</code></td>\n<td>String</td>\n<td>The date of the last Annual General Meeting.</td>\n</tr>\n<tr>\n<td><code>registrationNumber</code></td>\n<td>String</td>\n<td>The company's registration number.</td>\n</tr>\n<tr>\n<td><code>registeredAddress</code></td>\n<td>String</td>\n<td>The registered address of the company.</td>\n</tr>\n<tr>\n<td><code>activeCompliance</code></td>\n<td>String</td>\n<td>The compliance status of the company (e.g., Active Compliant).</td>\n</tr>\n<tr>\n<td><code>suspendedAtStockExchange</code></td>\n<td>String</td>\n<td>Indicates if the company is suspended at the stock exchange (optional).</td>\n</tr>\n<tr>\n<td><code>balanceSheetDate</code></td>\n<td>String</td>\n<td>The date of the company's last balance sheet.</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>String</td>\n<td>The category of the company (e.g., Company Limited by Shares).</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>The current status of the company (e.g., Active).</td>\n</tr>\n<tr>\n<td><code>cin</code></td>\n<td>String</td>\n<td>The Corporate Identification Number of the company.</td>\n</tr>\n<tr>\n<td><code>rocOffice</code></td>\n<td>String</td>\n<td>The Registrar of Companies office location.</td>\n</tr>\n<tr>\n<td><code>countryOfIncorporation</code></td>\n<td>String</td>\n<td>The country of incorporation (optional).</td>\n</tr>\n<tr>\n<td><code>emailId</code></td>\n<td>String</td>\n<td>The company's contact email ID.</td>\n</tr>\n<tr>\n<td><code>splitAddress</code></td>\n<td>Object</td>\n<td>An object containing the split address components (district, state, etc.).</td>\n</tr>\n<tr>\n<td><code>natureOfBusiness</code></td>\n<td>String</td>\n<td>The description of the company's main business activities.</td>\n</tr>\n<tr>\n<td><code>noOfDirectors</code></td>\n<td>String</td>\n<td>The number of directors in the company.</td>\n</tr>\n<tr>\n<td><code>statusForEfiling</code></td>\n<td>String</td>\n<td>The e-filing status of the company.</td>\n</tr>\n<tr>\n<td><code>pan</code></td>\n<td>String</td>\n<td>The PAN (Permanent Account Number) of the company.</td>\n</tr>\n<tr>\n<td><code>directorDetails</code></td>\n<td>Array</td>\n<td>An array of objects containing details of the company's directors.</td>\n</tr>\n<tr>\n<td><code>applicationId</code></td>\n<td>String</td>\n<td>The unique application ID for the request.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Object</td>\n<td>Contains the status of the CIN verification request.</td>\n</tr>\n<tr>\n<td><code>status.statusCode</code></td>\n<td>Integer</td>\n<td>The status code of the CIN verification request.</td>\n</tr>\n<tr>\n<td><code>status.statusMessage</code></td>\n<td>String</td>\n<td>The status message of the CIN verification request.</td>\n</tr>\n<tr>\n<td><code>status.transactionId</code></td>\n<td>String</td>\n<td>The unique transaction ID for the CIN verification request.</td>\n</tr>\n<tr>\n<td><code>status.input</code></td>\n<td>Object</td>\n<td>The input data for the request, including the CIN number.</td>\n</tr>\n<tr>\n<td><code>status.timestamp</code></td>\n<td>String</td>\n<td>The timestamp when the CIN verification request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8afd9226-f62b-499c-b13d-1f4268a1bb3e","name":"cin intermediate Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65XXXXXXX94PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"numberOfMembers\": \"0\",\n        \"subCategory\": \"NON-GOVT COMPANY\",\n        \"class\": \"PUBLIC\",\n        \"companyType\": \"INDIAN COMPANY\",\n        \"companyName\": \"ICICI BANK LIMITED\",\n        \"paidUpCapital\": \"13917785006\",\n        \"authorisedCapital\": \"25000000000\",\n        \"whetherListed\": \"LISTED\",\n        \"dateOfIncorporation\": \"05/01/1994\",\n        \"lastAgmDate\": \"20/08/2021\",\n        \"registrationNumber\": \"021012\",\n        \"registeredAddress\": \"ICICI BANK TOWER, NEAR CHAKLI CIRCLE, OLD PADRA ROAD VADODARA VADODARA GJ 390007 IN\",\n        \"activeCompliance\": \"ACTIVE COMPLIANT\",\n        \"suspendedAtStockExchange\": \"\",\n        \"balanceSheetDate\": \"31/03/2021\",\n        \"category\": \"COMPANY LIMITED BY SHARES\",\n        \"status\": \"ACTIVE\",\n        \"cin\": \"L65XXXXXXX94PLC021012\",\n        \"rocOffice\": \"ROC-AHMEDABAD\",\n        \"countryOfIncorporation\": \"\",\n        \"descriptionOfMainDivision\": \"\",\n        \"addressOtherThanRegisteredOffice\": \"\",\n        \"emailId\": \"companysecretary@icicibank.com\",\n        \"emailID\": \"companysecretary@icicibank.com\",\n        \"splitAddress\": {\n            \"district\": [\n                \"VADODARA\"\n            ],\n            \"state\": [\n                [\n                    \"GUJARAT\",\n                    \"GJ\"\n                ]\n            ],\n            \"city\": [\n                \"VADODARA\"\n            ],\n            \"pincode\": \"390007\",\n            \"country\": [\n                \"IN\",\n                \"IND\",\n                \"INDIA\"\n            ],\n            \"addressLine\": \"ICICI BANK TOWER,NEAR CHAKLI CIRCLE,OLD PADRA ROAD\"\n        },\n        \"natureOfBusiness\": \"OTHER MONETARY INTERMEDIATION. [INCLUDES MONETARY INTERMEDIATION OF COMMERCIAL BANKS, DISCOUNT HOUSES SAVING BANKS AND OTHER SPECIALISED INSTITUTIONS GRANTING CREDIT FOR HOUSE PURCHASES THAT ALSO TAKE DEPOSITS]\",\n        \"noOfDirectors\": \"13\",\n        \"statusForEfiling\": \"ACTIVE\",\n        \"pan\": \"AAXXXX195H\",\n        \"directorDetails\": [\n            {\n                \"din\": \"000XXX68\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"17/01/2018\",\n                \"address\": \"\",\n                \"name\": \"UDAY MXXXXV CHITALE\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"28/09/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00XXXX62\",\n                \"designation\": \"WHOLETIME DIRECTOR\",\n                \"dateOfAppointment\": \"01/02/2017\",\n                \"address\": \"\",\n                \"name\": \"ANUP BAGCHI\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"30/12/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00XXXX06\",\n                \"designation\": \"MANAGING DIRECTOR\",\n                \"dateOfAppointment\": \"31/07/2018\",\n                \"address\": \"\",\n                \"name\": \"SANDEEP SURAJ BAKHSHI\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"07/09/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00XXXX96\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"01/07/2018\",\n                \"address\": \"\",\n                \"name\": \"GIRISH CHATURVEDI CHANDRA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"06/10/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00XXXX29\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"26/10/2018\",\n                \"address\": \"\",\n                \"name\": \"HARI LAKSHMINARAYAN MUNDRA\",\n                \"whetherDscRegistered\": \"EXPIRED\",\n                \"dscExpiryDate\": \"06/08/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00XXXXX5\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"12/01/2018\",\n                \"address\": \"\",\n                \"name\": \"NEELAM DHAWAN\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"15/12/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"02XXXX08\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"14/01/2019\",\n                \"address\": \"\",\n                \"name\": \"BALASUBRAMANYAM SRIRAM\",\n                \"whetherDscRegistered\": \"EXPIRED\",\n                \"dscExpiryDate\": \"23/09/2021\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"03XXXXX3\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"23/12/2020\",\n                \"address\": \"\",\n                \"name\": \"SANDEEP BATRA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"24/10/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"05XXXX96\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"23/01/2022\",\n                \"address\": \"\",\n                \"name\": \"VIBHA PAUL RISHI\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"22/10/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"06XXXX89\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"14/04/2019\",\n                \"address\": \"\",\n                \"name\": \"SUBRAMANIAN MADHAVAN\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"10/09/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"07XXXX54\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"02/05/2018\",\n                \"address\": \"\",\n                \"name\": \"RADHAKRISHNA NAIR\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"09/09/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"AEXXXXX59J\",\n                \"designation\": \"CFO(KMP)\",\n                \"dateOfAppointment\": \"01/05/2022\",\n                \"address\": \"\",\n                \"name\": \"ANINDYA BANERJEE\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"03/09/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"AEXXXX042C\",\n                \"designation\": \"COMPANY SECRETARY\",\n                \"dateOfAppointment\": \"28/07/2018\",\n                \"address\": \"\",\n                \"name\": \"RANGANATH ATHREYA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"03/03/2024\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            }\n        ]\n    },\n    \"applicationId\": \"c1f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"CIN Verification (Intermediate) Request Processed\",\n        \"transactionId\": \"6116d7e1-32a7-4991-af2f-637cb859eea5\",\n        \"input\": {\n            \"cinNumber\": \"L65190GJ1994PLC021012\"\n        },\n        \"timestamp\": \"2023-02-09 18:11:02\"\n    }\n}"},{"id":"0f5b774e-7c70-4d96-9f2a-b4f82d90f149","name":"cin intermediate Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"U7XXXXX2021PTC35524\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Could not fetch company master data\"\n    },\n    \"applicationId\": \"5bd08ad7-9838-4b63-b7bb-77405e38b771\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"CIN Verification (Intermediate) Failed\",\n        \"transactionId\": \"6116d7e1-32a7-4991-af2f-637cb859eea5\",\n        \"input\": {\n            \"cinNumber\": \"U72900MH2021PTC35524\"\n        },\n        \"timestamp\": \"2023-01-09 18:11:02\"\n    }\n}"},{"id":"540b2d33-2517-4075-bb60-8632f8ce125b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber1\": \"L65190GJ1994PLC021012\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"17326054-bae2-46f2-ae71-be492f6fb4b4","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate-failed\",          // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"cc2b80c4-a1b7-43ea-bd91-3adca574067d","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"6379bbc6-9d26-48a2-af5f-5f2cc36184d0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"e6d1e028-6be3-49a8-b1ac-b054884e52bc","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-intermediate\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"d7b2584a-4891-4eb7-8516-2a1d75da218f"},{"name":"7.2 CIN - Detailed","id":"83c4a8b0-cf59-44b4-9e47-0412d138cf42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API is used to authenticate Company/LLP Identification Numbers (CIN/LLPIN) issued by the Ministry of Corporate Affairs (MCA)/Registrar of Company (ROC).</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cinNumber</td>\n<td>Unique Corporate Identification Number (CIN) of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The CIN verification response includes <strong>response</strong> details such as <strong>numberOfMembers</strong>, <strong>subCategory</strong>, <strong>class</strong>, <strong>companyType</strong>, <strong>companyName</strong>, <strong>paidUpCapital</strong>, <strong>authorisedCapital</strong>, <strong>whetherListed</strong>, <strong>dateOfIncorporation</strong>, <strong>lastAgmDate</strong>, <strong>registrationNumber</strong>, <strong>registeredAddress</strong>, <strong>activeCompliance</strong>, <strong>suspendedAtStockExchange</strong>, <strong>balanceSheetDate</strong>, <strong>category</strong>, <strong>status</strong>, <strong>cin</strong>, <strong>rocOffice</strong>, <strong>countryOfIncorporation</strong>, <strong>descriptionOfMainDivision</strong>, <strong>addressOtherThanRegisteredOffice</strong>, <strong>emailId</strong>, <strong>splitAddress</strong>, <strong>natureOfBusiness</strong>, <strong>noOfDirectors</strong>, <strong>statusForEfiling</strong>, <strong>pan</strong>, <strong>directorDetails</strong>, <strong>applicationId</strong>, <strong>status</strong>, <strong>statusCode</strong>, <strong>statusMessage</strong>, <strong>transactionId</strong>, and <strong>timestamp</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the CIN verification result.</td>\n</tr>\n<tr>\n<td>numberOfMembers</td>\n<td>Number of members in the company.</td>\n</tr>\n<tr>\n<td>subCategory</td>\n<td>The subcategory of the company.</td>\n</tr>\n<tr>\n<td>class</td>\n<td>The class of the company.</td>\n</tr>\n<tr>\n<td>companyType</td>\n<td>The type of company.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Name of the company.</td>\n</tr>\n<tr>\n<td>paidUpCapital</td>\n<td>Paid-up capital of the company.</td>\n</tr>\n<tr>\n<td>authorisedCapital</td>\n<td>Authorized capital of the company.</td>\n</tr>\n<tr>\n<td>whetherListed</td>\n<td>Whether the company is listed or not.</td>\n</tr>\n<tr>\n<td>dateOfIncorporation</td>\n<td>Date of incorporation of the company.</td>\n</tr>\n<tr>\n<td>lastAgmDate</td>\n<td>Date of the last Annual General Meeting (AGM).</td>\n</tr>\n<tr>\n<td>registrationNumber</td>\n<td>The registration number of the company.</td>\n</tr>\n<tr>\n<td>registeredAddress</td>\n<td>The registered address of the company.</td>\n</tr>\n<tr>\n<td>activeCompliance</td>\n<td>Indicates if the company is active and compliant.</td>\n</tr>\n<tr>\n<td>suspendedAtStockExchange</td>\n<td>Whether the company is suspended at any stock exchange.</td>\n</tr>\n<tr>\n<td>balanceSheetDate</td>\n<td>The date of the last balance sheet.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>The company category (e.g., <code>\"COMPANY LIMITED BY SHARES\"</code>).</td>\n</tr>\n<tr>\n<td>status</td>\n<td>The current status of the company (e.g., <code>\"ACTIVE\"</code>).</td>\n</tr>\n<tr>\n<td>cin</td>\n<td>The CIN number of the company.</td>\n</tr>\n<tr>\n<td>rocOffice</td>\n<td>The office of the Registrar of Companies (ROC) that manages the company.</td>\n</tr>\n<tr>\n<td>countryOfIncorporation</td>\n<td>The country in which the company is incorporated.</td>\n</tr>\n<tr>\n<td>descriptionOfMainDivision</td>\n<td>The description of the main division of the business.</td>\n</tr>\n<tr>\n<td>addressOtherThanRegisteredOffice</td>\n<td>Any other address apart from the registered office.</td>\n</tr>\n<tr>\n<td>emailId</td>\n<td>The email address of the company.</td>\n</tr>\n<tr>\n<td>splitAddress</td>\n<td>A breakdown of the company’s registered address including district, state, city, pincode, and country.</td>\n</tr>\n<tr>\n<td>natureOfBusiness</td>\n<td>A description of the company’s nature of business.</td>\n</tr>\n<tr>\n<td>noOfDirectors</td>\n<td>Number of directors in the company.</td>\n</tr>\n<tr>\n<td>statusForEfiling</td>\n<td>Status indicating whether e-filing is active.</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>The Permanent Account Number (PAN) of the company.</td>\n</tr>\n<tr>\n<td>directorDetails</td>\n<td>A list of directors and their details (e.g., name, designation, date of appointment, DIN, other directorships).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status of the request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code indicating the success of the request.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the result of the request.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique identifier for the transaction.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of the request processing.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"333fb6f4-18bc-45bb-b484-a4d47dcfb739","name":"cin advanced Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"numberOfMembers\": \"0\",\n        \"subCategory\": \"NON-GOVT COMPANY\",\n        \"class\": \"PUBLIC\",\n        \"companyType\": \"INDIAN COMPANY\",\n        \"companyName\": \"ICICI BANK LIMITED\",\n        \"paidUpCapital\": \"13897542750\",\n        \"authorisedCapital\": \"25000000000\",\n        \"whetherListed\": \"LISTED\",\n        \"dateOfIncorporation\": \"05/01/1994\",\n        \"lastAgmDate\": \"20/08/2021\",\n        \"registrationNumber\": \"021012\",\n        \"registeredAddress\": \"ICICI BANK TOWER, NEAR CHAKLI CIRCLE, OLD PADRA ROAD VADODARA VADODARA GJ 390007 IN\",\n        \"activeCompliance\": \"ACTIVE COMPLIANT\",\n        \"suspendedAtStockExchange\": \"\",\n        \"balanceSheetDate\": \"31/03/2021\",\n        \"category\": \"COMPANY LIMITED BY SHARES\",\n        \"status\": \"ACTIVE\",\n        \"cin\": \"L65190GJ1994PLC021012\",\n        \"rocOffice\": \"ROC-AHMEDABAD\",\n        \"countryOfIncorporation\": \"\",\n        \"descriptionOfMainDivision\": \"\",\n        \"addressOtherThanRegisteredOffice\": \"\",\n        \"emailId\": \"companysecretary@icicibank.com\",\n        \"emailID\": \"companysecretary@icicibank.com\",\n        \"splitAddress\": {\n            \"district\": [\n                \"VADODARA\"\n            ],\n            \"state\": [\n                [\n                    \"GUJARAT\",\n                    \"GJ\"\n                ]\n            ],\n            \"city\": [\n                \"VADODARA\"\n            ],\n            \"pincode\": \"390007\",\n            \"country\": [\n                \"IN\",\n                \"IND\",\n                \"INDIA\"\n            ],\n            \"addressLine\": \"ICICI BANK TOWER,NEAR CHAKLI CIRCLE,OLD PADRA ROAD\"\n        },\n        \"natureOfBusiness\": \"OTHER MONETARY INTERMEDIATION. [INCLUDES MONETARY INTERMEDIATION OF COMMERCIAL BANKS, DISCOUNT HOUSES SAVING BANKS AND OTHER SPECIALISED INSTITUTIONS GRANTING CREDIT FOR HOUSE PURCHASES THAT ALSO TAKE DEPOSITS]\",\n        \"noOfDirectors\": \"14\",\n        \"statusForEfiling\": \"ACTIVE\",\n        \"pan\": \"AAACI1195H\",\n        \"directorDetails\": [\n            {\n                \"din\": \"AAHPJ5749E\",\n                \"designation\": \"CFO(KMP)\",\n                \"dateOfAppointment\": \"25/10/2013\",\n                \"address\": \"\",\n                \"name\": \"RAKESH JHA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"06/08/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00043268\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"17/01/2018\",\n                \"address\": \"\",\n                \"name\": \"UDAY MADHAV CHITALE\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"28/09/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"U65923MH2012PLC237365\",\n                            \"companyName\": \"INDIA INFRADEBT LIMITED\",\n                            \"beginDate\": \"23/07/2015\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U74120PN2001NPL016300\",\n                            \"companyName\": \"INDIAN COUNCIL FOR DISPUTE RESOLUTION\",\n                            \"beginDate\": \"05/07/2001\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L67200MH2000PLC129408\",\n                            \"companyName\": \"ICICI LOMBARD GENERAL INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"01/07/2016\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"12/09/2018\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00105962\",\n                \"designation\": \"WHOLETIME DIRECTOR\",\n                \"dateOfAppointment\": \"01/02/2017\",\n                \"address\": \"\",\n                \"name\": \"ANUP BAGCHI\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"30/12/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"01/02/2017\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L67120MH1995PLC086241\",\n                            \"companyName\": \"ICICI SECURITIES LIMITED\",\n                            \"beginDate\": \"02/08/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U65922MH1999PLC120106\",\n                            \"companyName\": \"ICICI HOME FINANCE COMPANY LIMITED\",\n                            \"beginDate\": \"26/05/2017\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L66010MH2000PLC127837\",\n                            \"companyName\": \"ICICI PRUDENTIAL LIFE INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"17/07/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U99999DL1993PLC054135\",\n                            \"companyName\": \"ICICI PRUDENTIAL ASSET MANAGEMENT COMPANY LIMITED\",\n                            \"beginDate\": \"15/10/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U51100MH2003PLC143347\",\n                            \"companyName\": \"COMM TRADE SERVICES LIMITED\",\n                            \"beginDate\": \"02/12/2003\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00109206\",\n                \"designation\": \"MANAGING DIRECTOR\",\n                \"dateOfAppointment\": \"31/07/2018\",\n                \"address\": \"\",\n                \"name\": \"SANDEEP SURAJ BAKHSHI\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"07/09/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"15/10/2018\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00110996\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"01/07/2018\",\n                \"address\": \"\",\n                \"name\": \"GIRISH CHATURVEDI CHANDRA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"06/10/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"12/09/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65990MH1987PLC044571\",\n                            \"companyName\": \"INFRASTRUCTURE LEASING AND FINANCIAL SERVICES LIMITED\",\n                            \"beginDate\": \"01/10/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U67120MH1992PLC069769\",\n                            \"companyName\": \"NATIONAL STOCK EXCHANGE OF INDIA LTD.\",\n                            \"beginDate\": \"06/12/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U40300DL2007PLC163679\",\n                            \"companyName\": \"IL&FS ENERGY DEVELOPMENT COMPANY LIMITED\",\n                            \"beginDate\": \"26/12/2019\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00203578\",\n                \"designation\": \"WHOLETIME DIRECTOR\",\n                \"dateOfAppointment\": \"19/01/2016\",\n                \"address\": \"\",\n                \"name\": \"VISHAKHA VIVEK MULYE\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"26/02/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L67200MH2000PLC129408\",\n                            \"companyName\": \"ICICI LOMBARD GENERAL INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"27/06/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"19/01/2016\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U80901MH2019NPL376043\",\n                            \"companyName\": \"UOFT INDIA FOUNDATION\",\n                            \"beginDate\": \"21/09/2021\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00287029\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"26/10/2018\",\n                \"address\": \"\",\n                \"name\": \"HARI LAKSHMINARAYAN MUNDRA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"06/08/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"U34100PN1995PLC158999\",\n                            \"companyName\": \"TATA AUTOCOMP SYSTEMS LIMITED\",\n                            \"beginDate\": \"09/09/2011\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"09/08/2019\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"00871445\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"12/01/2018\",\n                \"address\": \"\",\n                \"name\": \"NEELAM DHAWAN\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"15/12/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"12/09/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U63040MH2005PLC158404\",\n                            \"companyName\": \"YATRA ONLINE LIMITED\",\n                            \"beginDate\": \"30/11/2021\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U72200KA2012PLC063060\",\n                            \"companyName\": \"CAPILLARY TECHNOLOGIES INDIA LIMITED\",\n                            \"beginDate\": \"10/12/2021\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"02993708\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"14/01/2019\",\n                \"address\": \"\",\n                \"name\": \"BALASUBRAMANYAM SRIRAM\",\n                \"whetherDscRegistered\": \"EXPIRED\",\n                \"dscExpiryDate\": \"23/09/2021\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"U72300MH2000PLC125441\",\n                            \"companyName\": \"INDIAIDEAS COM LIMITED\",\n                            \"beginDate\": \"31/03/2021\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U63011TN2004PLC054655\",\n                            \"companyName\": \"TVS SUPPLY CHAIN SOLUTIONS LIMITED\",\n                            \"beginDate\": \"07/02/2022\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L74899DL1971PLC009720\",\n                            \"companyName\": \"UNITECH LIMITED\",\n                            \"beginDate\": \"22/01/2020\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65910MH1995PLC220793\",\n                            \"companyName\": \"NIPPON LIFE INDIA ASSET MANAGEMENT LIMITED\",\n                            \"beginDate\": \"17/04/2021\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U65920TN2008PLC069758\",\n                            \"companyName\": \"TVS CREDIT SERVICES LIMITED\",\n                            \"beginDate\": \"27/07/2020\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"09/08/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U65929DL2020GOI366835\",\n                            \"companyName\": \"NATIONAL HIGHWAYS INFRA INVESTMENT MANAGERS PRIVATE LIMITED\",\n                            \"beginDate\": \"22/12/2021\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"03620913\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"23/12/2020\",\n                \"address\": \"\",\n                \"name\": \"SANDEEP BATRA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"24/10/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"23/12/2020\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L66010MH2000PLC127837\",\n                            \"companyName\": \"ICICI PRUDENTIAL LIFE INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"17/07/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L67200MH2000PLC129408\",\n                            \"companyName\": \"ICICI LOMBARD GENERAL INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"27/06/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U99999DL1993PLC054135\",\n                            \"companyName\": \"ICICI PRUDENTIAL ASSET MANAGEMENT COMPANY LIMITED\",\n                            \"beginDate\": \"15/10/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U72200MH1989PLC166901\",\n                            \"companyName\": \"ICICI VENTURE FUNDS MANAGEMENT COMPANY LIMITED\",\n                            \"beginDate\": \"24/07/2019\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"05180796\",\n                \"designation\": \"ADDITIONAL DIRECTOR\",\n                \"dateOfAppointment\": \"23/01/2022\",\n                \"address\": \"\",\n                \"name\": \"VIBHA PAUL RISHI\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"22/10/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"U80101MH2002NPL136300\",\n                            \"companyName\": \"PRATHAM EDUCATION FOUNDATION\",\n                            \"beginDate\": \"19/06/2015\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L74899HR1944PLC039088\",\n                            \"companyName\": \"ESCORTS LIMITED\",\n                            \"beginDate\": \"19/09/2014\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L66010MH2000PLC127837\",\n                            \"companyName\": \"ICICI PRUDENTIAL LIFE INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"17/07/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L24220MH1945PLC004598\",\n                            \"companyName\": \"ASIAN PAINTS LIMITED\",\n                            \"beginDate\": \"26/06/2014\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L24239MH1939PLC002893\",\n                            \"companyName\": \"TATA CHEMICALS LIMITED\",\n                            \"beginDate\": \"01/09/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"23/01/2022\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"06451889\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"14/04/2019\",\n                \"address\": \"\",\n                \"name\": \"SUBRAMANIAN MADHAVAN\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"10/09/2023\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"L24231PB1958PLC002257\",\n                            \"companyName\": \"GLAXOSMITHKLINE CONSUMER HEALTHCARE LIMITED\",\n                            \"beginDate\": \"02/08/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U52190KA1997PTC046775\",\n                            \"companyName\": \"LIFE STYLE INTERNATIONAL PRIVATE LIMITED\",\n                            \"beginDate\": \"27/07/2020\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L31300PN2000PLC202408\",\n                            \"companyName\": \"STERLITE TECHNOLOGIES LIMITED\",\n                            \"beginDate\": \"26/08/2021\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L74140DL1991PLC046369\",\n                            \"companyName\": \"HCL TECHNOLOGIES LIMITED\",\n                            \"beginDate\": \"27/12/2013\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L70109TG1995PLC019116\",\n                            \"companyName\": \"TRANSPORT CORPORATION OF INDIA LIMITED\",\n                            \"beginDate\": \"29/07/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U92190MH2008PLC178456\",\n                            \"companyName\": \"SCRABBLE ENTERTAINMENT LIMITED\",\n                            \"beginDate\": \"31/03/2015\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L99999MH1967PLC013726\",\n                            \"companyName\": \"PROCTER & GAMBLE HEALTH LIMITED\",\n                            \"beginDate\": \"29/12/2021\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U92120MH2008PTC281163\",\n                            \"companyName\": \"SOUTHERN DIGITAL SCREENZ INDIA PRIVATE LIMITED\",\n                            \"beginDate\": \"31/03/2015\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"09/08/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U74999DL2012PTC232785\",\n                            \"companyName\": \"SHOPKHOJ CONTENT PRIVATE LIMITED\",\n                            \"beginDate\": \"30/09/2013\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L22120MH2004PLC285453\",\n                            \"companyName\": \"UFO MOVIEZ INDIA LIMITED\",\n                            \"beginDate\": \"20/11/2014\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U72900DL2016PTC307383\",\n                            \"companyName\": \"CBIX TECHNOLOGY SOLUTIONS PRIVATE LIMITED\",\n                            \"beginDate\": \"21/10/2016\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U72900MH2017PTC295173\",\n                            \"companyName\": \"REGIME TAX SOLUTIONS PRIVATE LIMITED\",\n                            \"beginDate\": \"31/12/2020\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"07225354\",\n                \"designation\": \"DIRECTOR\",\n                \"dateOfAppointment\": \"02/05/2018\",\n                \"address\": \"\",\n                \"name\": \"RADHAKRISHNA NAIR\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"09/09/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [\n                        {\n                            \"cin\": \"U74999MH2016PTC286970\",\n                            \"companyName\": \"TOUCHSTONE REGULATORY ADVISORS PRIVATE LIMITED\",\n                            \"beginDate\": \"20/10/2016\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U67190KA2007PTC043591\",\n                            \"companyName\": \"BRICKWORK RATINGS INDIA PRIVATE LIMITED\",\n                            \"beginDate\": \"05/02/2022\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U72900MH1993PLC131900\",\n                            \"companyName\": \"ICICI SECURITIES PRIMARY DEALERSHIP LIMITED\",\n                            \"beginDate\": \"01/10/2015\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U66020MH2009PLC189325\",\n                            \"companyName\": \"AXIS MUTUAL FUND TRUSTEE LIMITED\",\n                            \"beginDate\": \"14/06/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L65190GJ1994PLC021012\",\n                            \"companyName\": \"ICICI BANK LIMITED\",\n                            \"beginDate\": \"12/09/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"U65910KL1991PTC006106\",\n                            \"companyName\": \"GEOJIT CREDITS PRIVATE LIMITED\",\n                            \"beginDate\": \"18/09/2019\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L67120KL1994PLC008403\",\n                            \"companyName\": \"GEOJIT FINANCIAL SERVICES LIMITED\",\n                            \"beginDate\": \"02/08/2018\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L67120KL1994PLC008265\",\n                            \"companyName\": \"INDITRADE CAPITAL LIMITED\",\n                            \"beginDate\": \"30/07/2021\",\n                            \"endDate\": \"-\"\n                        },\n                        {\n                            \"cin\": \"L66010MH2000PLC127837\",\n                            \"companyName\": \"ICICI PRUDENTIAL LIFE INSURANCE COMPANY LIMITED\",\n                            \"beginDate\": \"26/06/2018\",\n                            \"endDate\": \"-\"\n                        }\n                    ],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            },\n            {\n                \"din\": \"AEQPA7042C\",\n                \"designation\": \"COMPANY SECRETARY\",\n                \"dateOfAppointment\": \"28/07/2018\",\n                \"address\": \"\",\n                \"name\": \"RANGANATH ATHREYA\",\n                \"whetherDscRegistered\": \"YES\",\n                \"dscExpiryDate\": \"06/08/2022\",\n                \"pan\": \"\",\n                \"noOfCompanies\": \"\",\n                \"fatherName\": \"\",\n                \"dob\": \"-\",\n                \"otherDirectorships\": {\n                    \"listOfCompanies\": [],\n                    \"listOfLLPs\": []\n                },\n                \"splitAddress\": {\n                    \"district\": [],\n                    \"state\": [\n                        []\n                    ],\n                    \"city\": [],\n                    \"pincode\": \"\",\n                    \"country\": [\n                        \"IN\",\n                        \"IND\",\n                        \"INDIA\"\n                    ],\n                    \"addressLine\": \"\"\n                }\n            }\n        ]\n    },\n    \"applicationId\": \"u5f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"CIN Verification (Advanced) Request Processed\",\n        \"transactionId\": \"9346d7e1-32a7-4991-af2f-637cb859eea5\",\n        \"input\": {\n            \"cinNumber\": \"L65190GJ1994PLC021012\"\n        },\n        \"timestamp\": \"2023-02-09 18:11:02\"\n    }\n}"},{"id":"10d33e3e-5755-46e2-a798-f7826fc83ad7","name":"cin advanced Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021090\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"CIN Verification (Advanced) Request Processed\",\n        \"transactionId\": \"1f8e1530-da8f-4b80-9e9d-6e409e858404\",\n        \"input\": {\n            \"cinNumber\": \"L65190GJ1994PLC021090\"\n        },\n        \"timestamp\": \"2023-10-09 22:54:22\"\n    },\n    \"applicationId\": \"h6f27a1e-20ae-4a14-bfa7-10db28e1a5b3\",\n    \"response\": {\n        \"code\": 404,\n        \"message\": \"company not found\"\n    }\n}"},{"id":"204ec05d-99e1-4dfe-b944-3eeb5ff147ac","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber1\": \"L65190GJ1994PLC021012\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"e29a5341-33ce-40d9-9fac-313eed8991ab","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced-failed\",          // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"a502dfcd-bfaa-4f01-9b3b-151c6838bcdb","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"3d14968a-03fa-419e-8ab7-0d0f8102c8b7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"1e25f0df-75a5-4fb4-bc01-1254645170da","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"cin-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"cinNumber\": \"L65190GJ1994PLC021012\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"83c4a8b0-cf59-44b4-9e47-0412d138cf42"},{"name":"7.3 Company Name to GST Number","id":"32cf8a26-8e50-498e-86c7-f7d3ebcaf6ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The Company Name to GST Number API enables users to search for a registered company's details by providing its name. The API returns a list of companies that match the query name, along with the state and GSTIN for each company.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Company Name</td>\n<td>Name of the company to look up.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response includes <strong>code</strong> (indicating the status of the request), <strong>companiesList</strong> (list of companies associated with the input), and details such as <strong>cin</strong> (Corporate Identification Number), <strong>companyName</strong>, <strong>state</strong> (registration state), <strong>status</strong> (current company status), and <strong>gstDetails</strong> (including <strong>name</strong>, <strong>state</strong> (GST registered), and <strong>gstin</strong> (GST Identification Number)).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details of the request.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Response code indicating the status of the request.</td>\n</tr>\n<tr>\n<td>companiesList</td>\n<td>List of companies associated with the input.</td>\n</tr>\n<tr>\n<td>cin</td>\n<td>Corporate Identification Number of the company.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Name of the company.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State where the company is registered.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Current status of the company.</td>\n</tr>\n<tr>\n<td>gstDetails</td>\n<td>Contains the GST details of the companies.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name associated with the GST registration.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State where the GST is registered.</td>\n</tr>\n<tr>\n<td>gstin</td>\n<td>GST Identification Number.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the API request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status of the request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Code indicating the status of the request.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message providing additional details about the request status.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cfd98370-ce11-4677-8f30-cea5cc7bbbe7","name":"companyName-to-GST Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"gstDetails\": [\n            {\n                \"name\": \"SATISH UBEROI(PROP-SATISH UBEROI)\",\n                \"state\": \"Madhya Pradesh\",\n                \"gstin\": \"23AABPU9539P1ZX\"\n            },\n            {\n                \"name\": \"SATISH UBEROI(PROP-SATISH UBEROI)\",\n                \"state\": \"Madhya Pradesh\",\n                \"gstin\": \"23AABPU9539P1ZX\"\n            },\n            {\n                \"name\": \"UBER DIAGNOSTICS PVT LTD\",\n                \"state\": \"Karnataka\",\n                \"gstin\": \"29AABCU6859M1ZH\"\n            },\n            {\n                \"name\": \"UBERALL SOLUTIONS CINDIAJ LIMITED\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AAACU6172E1ZD\"\n            },\n            {\n                \"name\": \"UBEROUS HEALTH CARE\",\n                \"state\": \"Punjab\",\n                \"gstin\": \"03AABFU0270D1ZV\"\n            },\n            {\n                \"name\": \"NEW UBEROIS CATERING SERVICES\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AANHM3211J1Z5\"\n            },\n            {\n                \"name\": \"M/s UBER ALLES AUTOMOBILES PRIVATE LIMIT\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AABCU6471B1ZG\"\n            },\n            {\n                \"name\": \"AVNEET SINGH UBEROI\",\n                \"state\": \"Chhattisgarh\",\n                \"gstin\": \"22AAGPU3712R1ZB\"\n            },\n            {\n                \"name\": \"Ubercore Data Labs Private Limited\",\n                \"state\": \"Karnataka\",\n                \"gstin\": \"29AABCU6798H2ZL\"\n            },\n            {\n                \"name\": \"VIKRAM UBEROI\",\n                \"state\": \"Haryana\",\n                \"gstin\": \"06AAAPU0045M1ZP\"\n            },\n            {\n                \"name\": \"SARVPREET UBERAI\",\n                \"state\": \"Delhi\",\n                \"gstin\": \"07AAAPO1244N1ZO\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Delhi\",\n                \"gstin\": \"07AABCU6223H1ZG\"\n            },\n            {\n                \"name\": \"UBEROI RADIO & ELECTRICAL STORES\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AACFU4964H1ZV\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AABCU6223H2CO\"\n            },\n            {\n                \"name\": \"SABITA UBEROI\",\n                \"state\": \"Delhi\",\n                \"gstin\": \"07AARPU2169F1Z8\"\n            },\n            {\n                \"name\": \"M/S UBER MINING PRIVATE LTD.\",\n                \"state\": \"Jharkhand\",\n                \"gstin\": \"20AABCU1778M1Z7\"\n            },\n            {\n                \"name\": \"UBERFLOW BEVERAGES INCORPORATION\",\n                \"state\": \"Gujarat\",\n                \"gstin\": \"24AADFU5602K1Z8\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Haryana\",\n                \"gstin\": \"06AABCU6223H1CT\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Telangana\",\n                \"gstin\": \"36AABCU6223H2ZE\"\n            },\n            {\n                \"name\": \"UBERACTIVE VENTURES PRIVATE LIMITED\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AADCM0578M1Z3\"\n            },\n            {\n                \"name\": \"UBERAI CYCLE TRADING CO\",\n                \"state\": \"None\",\n                \"gstin\": \"27AADPU2663C1ZR\"\n            },\n            {\n                \"name\": \"UBER CONDO LLP\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AAEFU0374M1ZU\"\n            },\n            {\n                \"name\": \"UberVista Consulting\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AAEFU7815K2ZP\"\n            },\n            {\n                \"name\": \"UBERSPACES CONSULTING AND SERVICE'S INDIA PRIVATE LIMITED\",\n                \"state\": \"Haryana\",\n                \"gstin\": \"06AACCU0347F1ZO\"\n            },\n            {\n                \"name\": \"RACHNA UBERAI\",\n                \"state\": \"Delhi\",\n                \"gstin\": \"07AAAPU2995E1ZH\"\n            },\n            {\n                \"name\": \"UBER TECHSYNC INFOTECH PRIVATE LIMITED\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AABCU3430E2ZO\"\n            },\n            {\n                \"name\": \"UBERSPACES ADVISORY & SERVICES PRIVATE LIMITED\",\n                \"state\": \"Haryana\",\n                \"gstin\": \"06AACCU1645C1ZR\"\n            },\n            {\n                \"name\": \"UBERDOGG DESIGN PRIVATE LIMITED\",\n                \"state\": \"Delhi\",\n                \"gstin\": \"07AABCU7666G1Z1\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AABCU6223H1CP\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Telangana\",\n                \"gstin\": \"36AABCU6223H1CQ\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Karnataka\",\n                \"gstin\": \"29AABCU6223H1CL\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Madhya Pradesh\",\n                \"gstin\": \"23AABCU6223H1CX\"\n            },\n            {\n                \"name\": \"PRADEEP UBEROI\",\n                \"state\": \"Haryana\",\n                \"gstin\": \"06AAEPU1041R2ZC\"\n            },\n            {\n                \"name\": \"UBEROI & SONS\",\n                \"state\": \"West Bengal\",\n                \"gstin\": \"19AANPU4303R1ZU\"\n            },\n            {\n                \"name\": \"JASWANT SINGH UBEROI\",\n                \"state\": \"Delhi\",\n                \"gstin\": \"07AABPU3788N1ZW\"\n            },\n            {\n                \"name\": \"UBER FASHION MERRCHANDISE PVT LTD\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AABCU6827B1ZG\"\n            },\n            {\n                \"name\": \"UBER TECHSYNC INFOTECH PVT LTD.\",\n                \"state\": \"None\",\n                \"gstin\": \"27AABCU3430E1ZP\"\n            },\n            {\n                \"name\": \"UBERCOOLAIRCONDITIONINGSOLUTIONS\",\n                \"state\": \"None\",\n                \"gstin\": \"27AACFU9034E2Z5\"\n            },\n            {\n                \"name\": \"Uber India Support Centre Private Limited\",\n                \"state\": \"Telangana\",\n                \"gstin\": \"36AABCU9192P1ZG\"\n            },\n            {\n                \"name\": \"Uber India Research and Development Private Limited\",\n                \"state\": \"Andhra Pradesh\",\n                \"gstin\": \"37AABCU9192P1ZE\"\n            },\n            {\n                \"name\": \"Uber India Systems Private Limited\",\n                \"state\": \"Maharashtra\",\n                \"gstin\": \"27AABCU6223H1ZE\"\n            }\n        ]\n    },\n    \"applicationId\": \"122cafe7-ca72-444e-8dd2-e157bc65a98a\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Company Name to GSTIN List Request Processed\"\n    }\n}"},{"id":"8581c8b7-8e76-4e99-adce-1b25cb32231a","name":"companyName-to-GST Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"tratanHQ solutions\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 404,\n        \"message\": \"Company Name not found\"\n    },\n    \"applicationId\": \"c27167db-1fad-4340-84ea-0ed78c8f9b83\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Company Name to GSTIN List Failed\",\n        \"transactionId\": \"edad197f-4500-4a96-bc2e-c739b3906100\",\n        \"timestamp\": \"2024-01-16 19:20:56\"\n    }\n}"},{"id":"a9dc3da2-9c19-4c7a-b4ad-b68c880e6fbb","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"29503d4e-8bab-4dc9-9a4e-ba15e48f537b","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",          // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"3327fdca-85f6-4da6-b457-5abc9cc80462","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"cf5868ff-78a4-48aa-9888-08de22618144","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"bc12b761-beaf-4d82-99ef-3e94042ece51","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"company-name-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyName\": \"uber\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"32cf8a26-8e50-498e-86c7-f7d3ebcaf6ee"},{"name":"7.4 DIN - Detailed","id":"b9b2e4e6-e253-452e-a2fd-33c50d7aaeef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00xxxx68\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The DIN Authentication and Company Details API allows users to verify a Director's Identification Number (DIN) and obtain detailed information about the director, such as their name, date of birth, father’s name, nationality, address, and email. Additionally, the API fetches a list of companies associated with the provided DIN by returning the CIN (Company Identification Number) and the corresponding company names.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DIN</td>\n<td>DIN number provided in the request</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The <strong>response</strong> section contains <strong>code</strong>, <strong>din</strong>, <strong>name</strong>, <strong>dob</strong>, <strong>fatherName</strong>, <strong>nationality</strong>, <strong>panNumber</strong>, <strong>address</strong>, and <strong>email</strong>. It also lists <strong>companies</strong> associated with the DIN, including <strong>cin_number</strong> and <strong>company_name</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status of the request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Code indicating the status of the request.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message providing additional details about the request status.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique identifier for the transaction.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of when the request was processed.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the API request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details of the DIN search response.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Response code indicating the status of the request.</td>\n</tr>\n<tr>\n<td>din</td>\n<td>DIN number retrieved from the database.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name associated with the DIN number.</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date of birth of the individual.</td>\n</tr>\n<tr>\n<td>fatherName</td>\n<td>Father's name of the individual.</td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>Nationality of the individual (e.g., \"IN\" for India).</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>PAN number of the individual (if available).</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Complete address of the individual.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email address of the individual.</td>\n</tr>\n<tr>\n<td>companies</td>\n<td>List of companies associated with the DIN.</td>\n</tr>\n<tr>\n<td>cin_number</td>\n<td>Corporate Identification Number of the company.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>Name of the company.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"60535f86-550a-4c61-b237-3f85b6e9cb32","name":"din-detailed Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00XXXX68\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"name\": \"P***** V**** P****\",\n        \"email\": \"p*****@tartan.io\",\n        \"mobile\": \"******3498\",\n        \"companies\": [\n            {\n                \"cin\": \"U62099MH2025PTCxxxx90\",\n                \"din\": \"*******41\",\n                \"address\": \"**********, ***********, ************, ************, Maharashtra, India, ******\",\n                \"dateJoin\": \"08-08-2025\",\n                \"dateResign\": \"\",\n                \"designation\": \"Director\",\n                \"approverCin\": \"\",\n                \"companyName\": \"VARxxx TECHNOLOGIES PRIVATE LIMITED\",\n                \"companyStatus\": \"Active\",\n                \"paidupCapital\": \"10000\",\n                \"contributionForm\": \"\",\n                \"bodyCorporateType\": \"\",\n                \"bodyCorpInsideIndiaName\": \"\",\n                \"profitSharingPercentage\": \"\",\n                \"bodyCorpOutsideIndiaName\": \"\",\n                \"monetaryContributionValue\": \"\"\n            },\n            {\n                \"cin\": \"U18209MH20xxxxxx2230\",\n                \"din\": \"*******41\",\n                \"address\": \"**********, ************, ************, Mumbai, Maharashtra, India, ******\",\n                \"dateJoin\": \"09-06-2016\",\n                \"dateResign\": \"\",\n                \"designation\": \"Director\",\n                \"approverCin\": \"\",\n                \"companyName\": \"TARTAN SOLUTIONS PRIVATE LIMITED\",\n                \"companyStatus\": \"Active\",\n                \"paidupCapital\": \"100000\",\n                \"contributionForm\": \"\",\n                \"bodyCorporateType\": \"\",\n                \"bodyCorpInsideIndiaName\": \"\",\n                \"profitSharingPercentage\": \"\",\n                \"bodyCorpOutsideIndiaName\": \"\",\n                \"monetaryContributionValue\": \"\"\n            }\n        ]\n    },\n    \"applicationId\": \"bd0bxxxxx2952e47\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"din\": \"*******41\"\n        },\n        \"timestamp\": \"2026-01-22 16:04:16\"\n    }\n}\n"},{"id":"b213b4d2-5eaf-4c6f-971a-59a76cd87653","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00043268\"      // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"2b4ccb7f-7c37-436e-aafb-a65462d28bc2","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed-failed\",        // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00043268\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"21c7f780-c114-42de-8597-fdc3cf81ee96","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00043268\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b67925c0-0528-40f4-907a-92a346686860","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00043268\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"90d9639b-c1a5-4fc5-b0a2-e3177b870c63","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"din-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"din\": \"00043268\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"b9b2e4e6-e253-452e-a2fd-33c50d7aaeef"},{"name":"7.5 Employer EPFO - Basic Information","id":"5ddd03c6-dbe1-4526-b2ac-9f8b4fa2baec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-name-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"TartanHQ Solutions Private Limited\",\n        \"establishmentId\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API fetches establishment / company information (name, address, etc.) using either establishment ID or establishment name.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Establishment Name</td>\n<td>Name of the establishment.</td>\n</tr>\n<tr>\n<td>Establishment Id</td>\n<td>ID of the establishment.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response includes <strong>endUserId</strong> (requesting user identifier) and <strong>response</strong> (details of the EPFO verification). Key fields are <strong>establishmentId</strong>, <strong>establishmentName</strong>, <strong>validityStatus</strong>, <strong>establishmentStatus</strong>, <strong>exemptionStatus</strong>, <strong>workingStatus</strong>, <strong>coverageSection</strong>, <strong>actionableStatus</strong>, and <strong>dateOfCoverage</strong>. It also provides <strong>establishmentDetails</strong>, <strong>panStatus</strong>, <strong>sectionApplicable</strong>, and <strong>primaryBusinessActivity</strong>. Additional information includes <strong>esicCode</strong>, <strong>ownershipType</strong>, <strong>dateOfSetupOfEstablishment</strong>, <strong>pincode</strong>, <strong>city</strong>, <strong>district</strong>, <strong>state</strong>, and <strong>country</strong>. The <strong>epfoOfficeName</strong>, <strong>epfoOfficeAddress</strong>, <strong>zone</strong>, and <strong>region</strong> are specified, along with the <strong>complete address</strong> and its <strong>split components</strong> (district, state, city, pincode, country, and address line).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details of the EPFO verification response.</td>\n</tr>\n<tr>\n<td>establishmentId</td>\n<td>ID of the establishment provided in the request.</td>\n</tr>\n<tr>\n<td>establishmentName</td>\n<td>Name of the establishment retrieved from the database.</td>\n</tr>\n<tr>\n<td>validityStatus</td>\n<td>Contains the validity status of the establishment.</td>\n</tr>\n<tr>\n<td>establishmentStatus</td>\n<td>Provides the status details regarding the establishment.</td>\n</tr>\n<tr>\n<td>exemptionStatus</td>\n<td>Exemption status of the establishment for PF and pension.</td>\n</tr>\n<tr>\n<td>workingStatus</td>\n<td>Current working status of the establishment.</td>\n</tr>\n<tr>\n<td>coverageSection</td>\n<td>Section of coverage applicable to the establishment.</td>\n</tr>\n<tr>\n<td>actionableStatus</td>\n<td>Actionable status regarding the establishment.</td>\n</tr>\n<tr>\n<td>dateOfCoverage</td>\n<td>Date when coverage started for the establishment.</td>\n</tr>\n<tr>\n<td>establishmentDetails</td>\n<td>Details about the establishment.</td>\n</tr>\n<tr>\n<td>panStatus</td>\n<td>PAN status of the establishment (if available).</td>\n</tr>\n<tr>\n<td>sectionApplicable</td>\n<td>Applicable section for the establishment.</td>\n</tr>\n<tr>\n<td>primaryBusinessActivity</td>\n<td>Primary business activity of the establishment.</td>\n</tr>\n<tr>\n<td>esicCode</td>\n<td>ESIC code (if available).</td>\n</tr>\n<tr>\n<td>ownershipType</td>\n<td>Type of ownership (if available).</td>\n</tr>\n<tr>\n<td>dateOfSetupOfEstablishment</td>\n<td>Date when the establishment was set up (if available).</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>Pincode of the establishment's location.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City where the establishment is located.</td>\n</tr>\n<tr>\n<td>district</td>\n<td>District where the establishment is located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State where the establishment is located.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country where the establishment is located.</td>\n</tr>\n<tr>\n<td>epfoOfficeName</td>\n<td>Name of the EPFO office associated with the establishment.</td>\n</tr>\n<tr>\n<td>epfoOfficeAddress</td>\n<td>Address of the EPFO office.</td>\n</tr>\n<tr>\n<td>zone</td>\n<td>Zone of the EPFO office.</td>\n</tr>\n<tr>\n<td>region</td>\n<td>Region associated with the establishment.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Complete address of the establishment.</td>\n</tr>\n<tr>\n<td>splitAddress</td>\n<td>Contains split components of the establishment's address.</td>\n</tr>\n<tr>\n<td>district (split)</td>\n<td>District information from the split address.</td>\n</tr>\n<tr>\n<td>state (split)</td>\n<td>State information from the split address.</td>\n</tr>\n<tr>\n<td>city (split)</td>\n<td>City information from the split address.</td>\n</tr>\n<tr>\n<td>pincode (split)</td>\n<td>Pincode from the split address.</td>\n</tr>\n<tr>\n<td>country (split)</td>\n<td>Country information from the split address.</td>\n</tr>\n<tr>\n<td>addressLine</td>\n<td>Address line from the split address.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1526b2aa-da37-4b12-b1ff-3dd7dd556e53","name":"epfo-basic Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-name-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"TartanHQ Solutions Private Limited\",\n        \"establishmentId\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"validity_status\": {\n            \"establishment_code\": \"THVSH2306153000\",\n            \"establishment_name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n            \"establishment_status\": \"CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED.\",\n            \"registration_status\": \"PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL\",\n            \"post_coverage\": \"--\"\n        },\n        \"establishment_status\": {\n            \"excemption_status\": \"PF: UNEXEMPTED, PENSION: UNEXEMPTED, EDLI: UNEXEMPTED\",\n            \"working_status\": \"LIVE ESTABLISHMENT\",\n            \"coverage_section\": \"0001(3)(b)\",\n            \"actionable_status\": \"ACTIONABLE ESTABLISHMENT\",\n            \"date_of_coverage\": \"15-DEC-2021\"\n        },\n        \"establishment_details\": {\n            \"establishment_name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n            \"establishment_code\": \"THVSH2306153000\",\n            \"pan_status\": \"VERIFIED\",\n            \"section-applicable\": \"OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT.\",\n            \"primary_business_activity\": \"OTHERS\",\n            \"esic_code\": \"\",\n            \"ownership_type\": \"Private Limited Company\",\n            \"date_of_setup\": \"15-FEB-2021\",\n            \"address\": \"Flat No C 1504, GreenWorld, Gut No 242, Hiss Navi Mumbai,\",\n            \"pincode\": \"400708\",\n            \"city\": \"Digha\",\n            \"district\": \"THANE\",\n            \"state\": \"MAHARASHTRA\",\n            \"country\": \"India\",\n            \"epfo_office_name\": \"VASHI\",\n            \"epfo_office_address\": \"Tower No.6, 5th Floor, Vashi Railway Station Complex,\",\n            \"zone\": \"MAHARASHTRA AND CHHATTISGARH\",\n            \"region\": \"MH - THANE\"\n        },\n        \"director_details\": [\n            {\n                \"name\": \"PRAMEY JAIN\",\n                \"designation\": \"DIRECTOR\",\n                \"dob\": \"17-JUN-1986\",\n                \"f_name\": \"SHREYANS KUMAR PATODIA\",\n                \"residential_address\": \"1203,GUNDECHA TRILLIUM CHS LT,B WING,,SIDDARTHNGRBORIVALI E ,NRTHAKUR VILLAGE,MUMBAI,INDIA,MAHARASHTRA,,400066,\",\n                \"date_of_position\": \"15-FEB-2021\"\n            },\n            {\n                \"name\": \"MEET SEMLANI\",\n                \"designation\": \"DIRECTOR\",\n                \"dob\": \"13-FEB-1992\",\n                \"f_name\": \"VINOD OTARMAL SEMLANI\",\n                \"residential_address\": \"3/5, SADANAN APARTMENTS NM KALE MARG,AGAR BAZAR DADAR WEST BHAWANI SHANKAR,MUMBAI,INDIA,MAHARASHTRA,,400028,\",\n                \"date_of_position\": \"15-FEB-2021\"\n            }\n        ],\n        \"additional_information\": {\n            \"establishment_id\": \"THVSH2306153000\",\n            \"cin_code\": \"U72900MH2021PTC355242\",\n            \"esic_code\": \"NA\",\n            \"lin_code\": \"NA\",\n            \"startup_order_no\": \"NA\",\n            \"startup_order_date\": \"NA\",\n            \"msme_order_no\": \"NA\",\n            \"msme_order_date\": \"NA\"\n        },\n        \"payment_details\": [\n            {\n                \"month\": \"OCT-25\",\n                \"number_of_employees\": \"44\",\n                \"amount\": \"226965\"\n            },\n            {\n                \"month\": \"NOV-25\",\n                \"number_of_employees\": \"45\",\n                \"amount\": \"225883\"\n            },\n            {\n                \"month\": \"DEC-25\",\n                \"number_of_employees\": \"45\",\n                \"amount\": \"294613\"\n            },\n            {\n                \"month\": \"JAN-26\",\n                \"number_of_employees\": \"51\",\n                \"amount\": \"324811\"\n            },\n            {\n                \"month\": \"FEB-26\",\n                \"number_of_employees\": \"55\",\n                \"amount\": \"343028\"\n            },\n            {\n                \"month\": \"MAR-26\",\n                \"number_of_employees\": \"53\",\n                \"amount\": \"333231\"\n            }\n        ]\n    },\n    \"applicationId\": \"7a3b199e-65bc-492a-b2ff-da5dee45d475\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO - Establishment Lookup by Name Request Processed\",\n        \"transactionId\": \"3c66b84e-fb23-41ef-89fc-8244e29cf0a2\",\n        \"input\": {\n            \"establishmentName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n        },\n        \"timestamp\": \"2026-04-16 12:37:40\"\n    }\n}"},{"id":"8adf4e9c-6822-409f-850b-c991c0e3e3b4","name":"epfo-basic Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-name-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"TartanHQ Solutions Private Limited\",\n        \"establishmentId\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status\": {\n        \"statusCode\": 404,\n        \"statusMessage\": \"EPFO Verification (Basic) Failed\",\n        \"transactionId\": \"0078fa55-c793-4914-9862-f05597d333e3\",\n        \"timestamp\": \"2024-01-16 18:06:12\"\n    },\n    \"applicationId\": \"j4db5579-9095-4638-b39f-ffec45076248\",\n    \"response\": {\n        \"code\": 404,\n        \"title\": \"Error\",\n        \"message\": \"Establishment Name is not found.\"\n    }\n}"},{"id":"463c2534-3dce-495c-b021-6518a4ac2e37","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-name-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName1\": \"ICICI\",            // Invalid filed Name or Input\n        \"establishmentId\": \"VDBRD0021504000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"2a035035-1543-4061-9961-5d86e7a3ac52","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-basic-failed\",                // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"ICICI\",\n        \"establishmentId\": \"VDBRD0021504000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"f84d77ee-c1e5-451f-ba27-2cee9aafb302","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-name-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"TartanHQ Solutions Private Limited\",\n        \"establishmentId\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"1bacae7d-6d0d-4fdf-a0a6-ff428ffc5602","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-name-lookup\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"TartanHQ Solutions Private Limited\",\n        \"establishmentId\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"07c1ec2e-c837-48b5-8540-9edd1c8c6aad","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentName\": \"ICICI\",\n        \"establishmentId\": \"VDBRD0021504000\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"5ddd03c6-dbe1-4526-b2ac-9f8b4fa2baec"},{"name":"7.6 Employer EPFO - Detailed Information","id":"4c512a5d-5695-47af-9c27-bc548d465221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>In addition to EPFO Basic Search, this API also fetches the PF payment details of the establishment.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Establishment Id</td>\n<td>ID of the establishment.</td>\n</tr>\n<tr>\n<td>Employee List Months</td>\n<td>Number of months for the employee list.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The EPFO verification response includes <strong>establishmentId</strong>, <strong>establishmentName</strong>, <strong>validityStatus</strong>, <strong>exemptionStatus</strong>, <strong>workingStatus</strong>, <strong>coverageSection</strong>, and <strong>primaryBusinessActivity</strong>, along with <strong>pincode</strong>, <strong>city</strong>, <strong>district</strong>, <strong>state</strong>, <strong>country</strong>, <strong>epfoOfficeName</strong>, <strong>epfoOfficeAddress</strong>, and <strong>pfPaymentDetails</strong> such as <strong>trrn</strong>, <strong>dateOfCredit</strong>, <strong>amount</strong>, and <strong>noOfEmployee</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details of the EPFO verification response.</td>\n</tr>\n<tr>\n<td>establishmentId</td>\n<td>ID of the establishment provided in the request.</td>\n</tr>\n<tr>\n<td>establishmentName</td>\n<td>Name of the establishment retrieved from the database.</td>\n</tr>\n<tr>\n<td>validityStatus</td>\n<td>Contains the validity status of the establishment.</td>\n</tr>\n<tr>\n<td>establishmentStatus</td>\n<td>Provides the status details regarding the establishment.</td>\n</tr>\n<tr>\n<td>exemptionStatus</td>\n<td>Exemption status of the establishment for PF and pension.</td>\n</tr>\n<tr>\n<td>workingStatus</td>\n<td>Current working status of the establishment.</td>\n</tr>\n<tr>\n<td>coverageSection</td>\n<td>Section of coverage applicable to the establishment.</td>\n</tr>\n<tr>\n<td>actionableStatus</td>\n<td>Actionable status regarding the establishment.</td>\n</tr>\n<tr>\n<td>dateOfCoverage</td>\n<td>Date when coverage started for the establishment.</td>\n</tr>\n<tr>\n<td>establishmentDetails</td>\n<td>Details about the establishment.</td>\n</tr>\n<tr>\n<td>panStatus</td>\n<td>PAN status of the establishment (if available).</td>\n</tr>\n<tr>\n<td>sectionApplicable</td>\n<td>Applicable section for the establishment.</td>\n</tr>\n<tr>\n<td>primaryBusinessActivity</td>\n<td>Primary business activity of the establishment.</td>\n</tr>\n<tr>\n<td>esicCode</td>\n<td>ESIC code (if available).</td>\n</tr>\n<tr>\n<td>ownershipType</td>\n<td>Type of ownership (if available).</td>\n</tr>\n<tr>\n<td>dateOfSetupOfEstablishment</td>\n<td>Date when the establishment was set up (if available).</td>\n</tr>\n<tr>\n<td>pincode</td>\n<td>Pincode of the establishment's location.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>City where the establishment is located.</td>\n</tr>\n<tr>\n<td>district</td>\n<td>District where the establishment is located.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State where the establishment is located.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Country where the establishment is located.</td>\n</tr>\n<tr>\n<td>epfoOfficeName</td>\n<td>Name of the EPFO office associated with the establishment.</td>\n</tr>\n<tr>\n<td>epfoOfficeAddress</td>\n<td>Address of the EPFO office.</td>\n</tr>\n<tr>\n<td>zone</td>\n<td>Zone of the EPFO office.</td>\n</tr>\n<tr>\n<td>region</td>\n<td>Region associated with the establishment.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Complete address of the establishment.</td>\n</tr>\n<tr>\n<td>splitAddress</td>\n<td>Contains split components of the establishment's address.</td>\n</tr>\n<tr>\n<td>district (split)</td>\n<td>District information from the split address.</td>\n</tr>\n<tr>\n<td>state (split)</td>\n<td>State information from the split address.</td>\n</tr>\n<tr>\n<td>city (split)</td>\n<td>City information from the split address.</td>\n</tr>\n<tr>\n<td>pincode (split)</td>\n<td>Pincode from the split address.</td>\n</tr>\n<tr>\n<td>country (split)</td>\n<td>Country information from the split address.</td>\n</tr>\n<tr>\n<td>addressLine</td>\n<td>Address line from the split address.</td>\n</tr>\n<tr>\n<td>pfPaymentDetails</td>\n<td>Details about PF payments made by the establishment.</td>\n</tr>\n<tr>\n<td>trrn</td>\n<td>Transaction reference number for the PF payment.</td>\n</tr>\n<tr>\n<td>dateOfCredit</td>\n<td>Date when the credit was made.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount credited for PF payment.</td>\n</tr>\n<tr>\n<td>wageMonth</td>\n<td>Month for which the wages were credited.</td>\n</tr>\n<tr>\n<td>noOfEmployee</td>\n<td>Number of employees covered in the PF payment.</td>\n</tr>\n<tr>\n<td>employerNames</td>\n<td>Names of the employers involved in the payment.</td>\n</tr>\n<tr>\n<td>ecr</td>\n<td>Indicates if an Electronic Challan cum Return (ECR) was submitted.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"095d9aaf-ada0-4525-b503-f1924ea2681c","name":"epfo-detailed Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"establishmentId\": \"THVSH2306153000\",\n        \"establishmentName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n        \"validityStatus\": {\n            \"establishmentStatus\": \"CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED\",\n            \"registrationStatusOnEcrPortal\": \"PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL\",\n            \"postCoverageStatus\": \"\"\n        },\n        \"establishmentStatus\": {\n            \"exemptionStatus\": \"PF: UNEXEMPTED, PENSION: UNEXEMPTED, EDLI: UNEXEMPTED\",\n            \"workingStatus\": \"LIVE ESTABLISHMENT\",\n            \"coverageSection\": \"0001(3)(B\",\n            \"actionableStatus\": \"ACTIONABLE ESTABLISHMENT\",\n            \"dateOfCoverage\": \"15/12/2021\"\n        },\n        \"establishmentDetails\": {\n            \"panStatus\": \"VERIFIED\",\n            \"sectionApplicable\": \"OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT\",\n            \"primaryBusinessActivity\": \"OTHERS\",\n            \"esicCode\": \"\",\n            \"ownershipType\": \"PRIVATE LIMITED COMPANY\",\n            \"dateOfSetupOfEstablishment\": \"15/02/2021\",\n            \"pincode\": \"400708\",\n            \"city\": \"DIGHA\",\n            \"district\": \"THANE\",\n            \"state\": \"MAHARASHTRA\",\n            \"country\": \"INDIA\",\n            \"epfoOfficeName\": \"VASHI\",\n            \"epfoOfficeAddress\": \"TOWER NO.6, 5TH FLOOR, VASHI RAILWAY STATION COMPLEX\",\n            \"zone\": \"MAHARASHTRA AND CHHATTISGARH\",\n            \"region\": \"MH - THANE\",\n            \"address\": \"FLAT NO C 1504, GREENWORLD, GUT NO 242, HISS NAVI MUMBAI\",\n            \"splitAddress\": {\n                \"district\": [\n                    \"THANE\"\n                ],\n                \"state\": [\n                    [\n                        \"MAHARASHTRA\",\n                        \"MH\"\n                    ]\n                ],\n                \"city\": [\n                    \"DIGHA\"\n                ],\n                \"pincode\": \"400708\",\n                \"country\": [\n                    \"IN\",\n                    \"IND\",\n                    \"INDIA\"\n                ],\n                \"addressLine\": \"FLAT NO C 1504, GREENWORLD, GUT NO 242, HISS NAVI MUMBAI\"\n            }\n        },\n        \"pfPaymentDetails\": [\n            {\n                \"trrn\": \"3192307XXXXXX\",\n                \"dateOfCredit\": \"XX-JUNE-2023 13:09:53\",\n                \"amount\": \"XX,XX,XXX\",\n                \"wageMonth\": \"JUN-23\",\n                \"noOfEmployee\": \"XX\",\n                \"employerNames\": [\n                    \"XXXX XXXX\",\n                    \"XXXXXX XXXXX\",\n                    \"XXXXX XXXXX\",\n                    \"XXXX XXXXX\"\n                ],\n                \"ecr\": \"YES\"\n            }\n        ]\n    },\n    \"applicationId\": \"49effca3-7d02-46da-be8a-c719c0817300\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"EPFO Verification (Advanced) Request Processed\"\n    }\n}"},{"id":"f161e754-ccdf-4c01-86bd-ed3ea3d2c675","name":"epfo-detailed Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": 404,\n        \"statusMessage\": \"EPFO Verification (Advanced) Request Failed\",\n        \"transactionId\": \"0078fa55-c793-4914-9862-f05597d333e3\",\n        \"timestamp\": \"2024-01-16 18:06:12\"\n    },\n    \"response\": {\n        \"code\": 404,\n        \"title\": \"Error\",\n        \"message\": \"Establishment Name is not found.\"\n    }\n}"},{"id":"379a9332-0dfe-4c97-8def-986e56d71e60","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId1\": \"THTHA0201413000\",    // Invalid filed Name or Input\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"22871ced-6165-4a58-a3c8-644fe0b2908b","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed-failed\",           // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"f9bf2f31-de3e-4be8-b3b0-107780eaf5ab","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"6519a29f-dcc4-4166-9344-9c9176350a2e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"6c50c22a-f9cb-4b46-94ed-5ab2f8376712","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"epfo-detailed\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"establishmentId\": \"THTHA0201413000\",\n        \"employeeListMonths\": \"2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"4c512a5d-5695-47af-9c27-bc548d465221"},{"name":"7.7 FSSAI License Verification","id":"764cd9af-b22c-4ac9-85fb-da255f32fbf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API is used to authenticate the 14 Digit FSSAI License Number issued by Food Safety &amp; Standards Authority of India.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id_number</td>\n<td>ID number for the FSSAI verification.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The FSSAI verification response includes <strong>status_code</strong>, <strong>client_id</strong>, <strong>fssai_number</strong>, <strong>details</strong> (including <strong>address</strong>, <strong>license_no</strong>, and <strong>fbo_id</strong>), <strong>display_ref_id</strong>, <strong>license_category_name</strong>, <strong>state_name</strong>, <strong>status_desc</strong>, <strong>license_category_id</strong>, <strong>company_name</strong>, <strong>license_active_flag</strong>, <strong>ref_id</strong>, <strong>app_type_desc</strong>, and <strong>premise_pincode</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_code</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the details of the FSSAI verification response.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Unique identifier for the client associated with the FSSAI number.</td>\n</tr>\n<tr>\n<td>fssai_number</td>\n<td>FSSAI license number.</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Array of details about the FSSAI license.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Complete address of the establishment.</td>\n</tr>\n<tr>\n<td>license_no</td>\n<td>FSSAI license number.</td>\n</tr>\n<tr>\n<td>fbo_id</td>\n<td>Unique identifier for the food business operator.</td>\n</tr>\n<tr>\n<td>display_ref_id</td>\n<td>Reference ID for display purposes.</td>\n</tr>\n<tr>\n<td>license_category_name</td>\n<td>Category of the license (e.g., Registration).</td>\n</tr>\n<tr>\n<td>state_name</td>\n<td>Name of the state where the business is registered.</td>\n</tr>\n<tr>\n<td>status_desc</td>\n<td>Description of the license status (e.g., License Issued).</td>\n</tr>\n<tr>\n<td>license_category_id</td>\n<td>Unique identifier for the license category.</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>Name of the company holding the FSSAI license.</td>\n</tr>\n<tr>\n<td>license_active_flag</td>\n<td>Indicates if the license is currently active (true/false).</td>\n</tr>\n<tr>\n<td>ref_id</td>\n<td>Reference ID associated with the license.</td>\n</tr>\n<tr>\n<td>app_type_desc</td>\n<td>Description of the application type (e.g., New Registration).</td>\n</tr>\n<tr>\n<td>premise_pincode</td>\n<td>Pincode of the establishment's location.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0264880e-687b-40c7-a3df-9ca2566a3ade","name":"fssai-verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": {\n        \"client_id\": \"corporate_fssai_xxAdCcmjyuRwTbQyBqxt\",\n        \"fssai_number\": \"21223010000217\",\n        \"details\": [\n            {\n                \"address\": \"I-13, APMC YARD, SINGENA AGRAHARA, FRUIT MARKET, HOSUR MAIN ROAD CROSS, HUSKUR ROAD, BANGALORE\",\n                \"license_no\": \"21223010000217\",\n                \"fbo_id\": 15477094495283011,\n                \"display_ref_id\": \"30230313112991739\",\n                \"license_category_name\": \"Registration\",\n                \"state_name\": \"Karnataka\",\n                \"status_desc\": \"License Issued\",\n                \"license_category_id\": 3,\n                \"company_name\": \"SVN Fruits (COMMISSION AGENT & TRADER) / Bhoje Gowda\",\n                \"license_active_flag\": true,\n                \"ref_id\": 112991739,\n                \"app_type_desc\": \"New Registration\",\n                \"premise_pincode\": 560099\n            }\n        ]\n    },\n    \"message_code\": \"success\",\n    \"success\": true,\n    \"message\": null,\n    \"applicationId\": \"test\"\n}"},{"id":"d0fe2c71-ff6c-46f6-8bed-5f6f9e62c912","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"2ff6bb90-385c-4437-a840-fc0e2389d8b8","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",    // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"4ba3d69c-5394-4d98-a626-9cf2338b9bfa","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"60f66d47-59a9-43cb-acbd-fb882ad173c6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"1a264b6b-b765-4c17-b7a7-54095ca9e7a5","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"fssai-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"10015043001129\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"764cd9af-b22c-4ac9-85fb-da255f32fbf1"},{"name":"7.8 GST Details","id":"20e76eb3-6b44-4147-b725-6f9fe6972208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"06AAJCS9091D1Z4\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to fetch comprehensive company details and GST return filing statuses.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>gstin</td>\n<td>GST Number of the endUser</td>\n</tr>\n<tr>\n<td>financialYear</td>\n<td>Financial Year (yyyy-yy) format</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<ul>\n<li><p>Company Details: Name, Address, Directors' Information, Turnover, Active Status, etc.</p>\n</li>\n<li><p>GST Return Filing Status: Monthly and Yearly for the current and last financial years.</p>\n</li>\n</ul>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier for the end user.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object containing the status of the request.</td>\n</tr>\n<tr>\n<td>status.statusCode</td>\n<td>Status code indicating success.</td>\n</tr>\n<tr>\n<td>status.statusMessage</td>\n<td>Message indicating the status of the request.</td>\n</tr>\n<tr>\n<td>companyData</td>\n<td>Object containing details about the company.</td>\n</tr>\n<tr>\n<td>companyData.stjCd</td>\n<td>State Jurisdiction Code.</td>\n</tr>\n<tr>\n<td>companyData.stj</td>\n<td>Ward details for the company address.</td>\n</tr>\n<tr>\n<td>companyData.dty</td>\n<td>Type of the company (e.g., Regular).</td>\n</tr>\n<tr>\n<td>companyData.lgnm</td>\n<td>Legal name of the company.</td>\n</tr>\n<tr>\n<td>companyData.adadr</td>\n<td>Address details (if any).</td>\n</tr>\n<tr>\n<td>companyData.nba</td>\n<td>List of business activities of the company.</td>\n</tr>\n<tr>\n<td>companyData.gstin</td>\n<td>GST Identification Number.</td>\n</tr>\n<tr>\n<td>companyData.lstupdt</td>\n<td>Last updated date for the company information.</td>\n</tr>\n<tr>\n<td>companyData.rgdt</td>\n<td>Registration date of the company.</td>\n</tr>\n<tr>\n<td>companyData.ctb</td>\n<td>Company type (e.g., Private Limited Company).</td>\n</tr>\n<tr>\n<td>companyData.pradr</td>\n<td>Object containing the registered address details.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr</td>\n<td>Object containing address components.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.bnm</td>\n<td>Building name.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.st</td>\n<td>Street name.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.loc</td>\n<td>Location within the city.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.bno</td>\n<td>Business name.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.dst</td>\n<td>District name.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.lt</td>\n<td>Latitude coordinates of the address.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.locality</td>\n<td>Locality name.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.pncd</td>\n<td>Postal code.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.landMark</td>\n<td>Landmark details (if any).</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.stcd</td>\n<td>State code.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.geocodelvl</td>\n<td>Geocode level of the address.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.flno</td>\n<td>Floor number.</td>\n</tr>\n<tr>\n<td>companyData.pradr.addr.lg</td>\n<td>Longitude coordinates of the address.</td>\n</tr>\n<tr>\n<td>companyData.tradeNam</td>\n<td>Trade name of the company.</td>\n</tr>\n<tr>\n<td>companyData.sts</td>\n<td>Current status of the company (e.g., Active).</td>\n</tr>\n<tr>\n<td>companyData.ctjCd</td>\n<td>Code related to the company jurisdiction.</td>\n</tr>\n<tr>\n<td>companyData.ctj</td>\n<td>Code related to company details.</td>\n</tr>\n<tr>\n<td>companyData.einvoiceStatus</td>\n<td>eInvoice status.</td>\n</tr>\n<tr>\n<td>returnsData</td>\n<td>Object containing details about filed returns.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist</td>\n<td>List of filed returns.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.valid</td>\n<td>Indicates if the return is valid.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.mof</td>\n<td>Method of filing.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.dof</td>\n<td>Date of filing.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.rtntype</td>\n<td>Type of return filed (e.g., GSTR1, GSTR2X).</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.ret_prd</td>\n<td>Return period for the filing.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.arn</td>\n<td>Acknowledgment Reference Number for the filing.</td>\n</tr>\n<tr>\n<td>returnsData.EFiledlist.status</td>\n<td>Status of the filing.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"214c91c0-7ae5-4eb9-9e8d-2d0a146872be","name":"GST - Detailed I - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"06AAJCS9091D1Z4\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"GSTIN Advanced Search (V2) Request Processed\"\n    },\n    \"applicationId\": \"41746984-e2b2-485c-9330-3990787a0857\",\n    \"response\": {\n        \"companyData\": {\n            \"stjCd\": \"HR053\",\n            \"stj\": \"Gurgaon (East) Ward 8\",\n            \"dty\": \"Regular\",\n            \"lgnm\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n            \"adadr\": [],\n            \"cxdt\": \"\",\n            \"nba\": [\n                \"Others\",\n                \"Recipient of Goods or Services\",\n                \"Service Provision\",\n                \"Retail Business\",\n                \"Import\",\n                \"Office / Sale Office\",\n                \"Supplier of Services\",\n                \"Export\"\n            ],\n            \"gstin\": \"06AAJCS9091D1Z4\",\n            \"lstupdt\": \"24/07/2023\",\n            \"rgdt\": \"01/07/2017\",\n            \"ctb\": \"Private Limited Company\",\n            \"pradr\": {\n                \"addr\": {\n                    \"bnm\": \"Bestech Business Tower\",\n                    \"st\": \"Sohna Road\",\n                    \"loc\": \"Gurugram\",\n                    \"bno\": \"PayU Payments Private Limited\",\n                    \"dst\": \"Gurugram\",\n                    \"lt\": \"28.40425\",\n                    \"locality\": \"Sector 48\",\n                    \"pncd\": \"122018\",\n                    \"landMark\": \"\",\n                    \"stcd\": \"Haryana\",\n                    \"geocodelvl\": \"Building\",\n                    \"flno\": \"9th Floor\",\n                    \"lg\": \"77.0429370000001\"\n                },\n                \"ntr\": \"Others, Recipient of Goods or Services, Service Provision, Retail Business, Import, Office / Sale Office, Supplier of Services, Export\"\n            },\n            \"tradeNam\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n            \"sts\": \"Active\",\n            \"ctjCd\": \"ZO0404\",\n            \"ctj\": \"R-25\",\n            \"einvoiceStatus\": \"Yes\"\n        },\n        \"returnsData\": {\n            \"EFiledlist\": [\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/03/2023\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"022023\",\n                    \"arn\": \"AA060223571929W\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"18/03/2023\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"022023\",\n                    \"arn\": \"AA060223491040R\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/03/2023\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"022023\",\n                    \"arn\": \"AA060223275500N\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/02/2023\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"012023\",\n                    \"arn\": \"AA060123613312Y\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"18/02/2023\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"012023\",\n                    \"arn\": \"AA060123496114H\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/02/2023\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"012023\",\n                    \"arn\": \"AA060123322483P\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"01/02/2023\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"122022\",\n                    \"arn\": \"AA061222976131J\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/01/2023\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"122022\",\n                    \"arn\": \"AA061222803852J\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/01/2023\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"122022\",\n                    \"arn\": \"AA061222339536C\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"24/12/2022\",\n                    \"rtntype\": \"GSTR9C\",\n                    \"ret_prd\": \"032022\",\n                    \"arn\": \"AB060322074541I\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"23/12/2022\",\n                    \"rtntype\": \"GSTR9\",\n                    \"ret_prd\": \"032022\",\n                    \"arn\": \"AB060322072615D\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/12/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"112022\",\n                    \"arn\": \"AA061122565155I\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/12/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"112022\",\n                    \"arn\": \"AA061122566071P\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/12/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"112022\",\n                    \"arn\": \"AA061122273386C\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"19/11/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"102022\",\n                    \"arn\": \"AA061022532985A\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"19/11/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"102022\",\n                    \"arn\": \"AA061022532840Q\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/11/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"102022\",\n                    \"arn\": \"AA061022273035R\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/10/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"092022\",\n                    \"arn\": \"AA060922754186Z\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/10/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"092022\",\n                    \"arn\": \"AA060922754050G\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/10/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"092022\",\n                    \"arn\": \"AA060922303030X\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/09/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"082022\",\n                    \"arn\": \"AA0608225610957\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/09/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"082022\",\n                    \"arn\": \"AA060822536449X\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/09/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"082022\",\n                    \"arn\": \"AA060822258054B\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"18/08/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"072022\",\n                    \"arn\": \"AA060722426696Z\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"18/08/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"072022\",\n                    \"arn\": \"AA060722438982Y\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"10/08/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"072022\",\n                    \"arn\": \"AA060722248183C\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"052022\",\n                    \"arn\": \"AA060522618701I\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"062022\",\n                    \"arn\": \"AA060622778944P\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"042022\",\n                    \"arn\": \"AA060422635461J\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"032022\",\n                    \"arn\": \"AA060322990323D\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"022022\",\n                    \"arn\": \"AA0602226170021\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"012022\",\n                    \"arn\": \"AA0601226167969\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"122021\",\n                    \"arn\": \"AA061221972460I\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"062021\",\n                    \"arn\": \"AA060621929350H\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"072021\",\n                    \"arn\": \"AA060721597096X\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"112021\",\n                    \"arn\": \"AA061121590939X\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"102021\",\n                    \"arn\": \"AA061021601138X\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"092021\",\n                    \"arn\": \"AA060921970230E\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"21/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"082021\",\n                    \"arn\": \"AA060821625778U\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/07/2022\",\n                    \"rtntype\": \"GSTR2X\",\n                    \"ret_prd\": \"052021\",\n                    \"arn\": \"AA0605215592955\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/07/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"062022\",\n                    \"arn\": \"AA060622757024E\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/07/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"062022\",\n                    \"arn\": \"AA060622342422L\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/06/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"052022\",\n                    \"arn\": \"AA060522538225F\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/06/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"052022\",\n                    \"arn\": \"AA060522274316B\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"24/05/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"042022\",\n                    \"arn\": \"AA060422567786U\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/05/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"042022\",\n                    \"arn\": \"AA060422297958M\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"20/04/2022\",\n                    \"rtntype\": \"GSTR3B\",\n                    \"ret_prd\": \"032022\",\n                    \"arn\": \"AA0603227325968\",\n                    \"status\": \"Filed\"\n                },\n                {\n                    \"valid\": \"Y\",\n                    \"mof\": \"ONLINE\",\n                    \"dof\": \"11/04/2022\",\n                    \"rtntype\": \"GSTR1\",\n                    \"ret_prd\": \"032022\",\n                    \"arn\": \"AA060322328321T\",\n                    \"status\": \"Filed\"\n                }\n            ]\n        }\n    }\n}"},{"id":"9868a0fb-59a8-4469-a648-e800469631db","name":"Invalid GSTIN / UID (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"27AAICT4244L1ZP\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"error\": {\n        \"title\": \"Something went wrong\",\n        \"message\": \"Invalid GSTIN / UID\",\n        \"info\": {\n            \"type\": \"fullScreen\",\n            \"data\": {\n                \"description\": \"Something went wrong.\",\n                \"cta\": \"retry\",\n                \"label\": \"Retry\"\n            }\n        },\n        \"type\": \"error\",\n        \"code\": \"E0010003\"\n    },\n    \"applicationId\": \"567da2a4-042e-46f7-8a03-77b1a34d3c8b\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"GSTIN Advanced Search (V2) Request Processed\",\n        \"transactionId\": \"d2f61a23-d700-4e97-a755-57846532c029\",\n        \"input\": {\n            \"gstin\": \"27AAICT4244L1ZP\",\n            \"financialYear\": \"2022-23\"\n        },\n        \"timestamp\": \"2024-01-16 19:01:35\"\n    }\n}"},{"id":"b44890b1-0d1f-43f7-aab6-34c8c894f0c6","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin1\": \"06AAJCS9091D1Z4\",     // Invalid field Name or Input\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"43b17267-ef7e-4297-a451-613a4a95560f","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-failed\",         // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"06AAJCS9091D1Z4\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"20360bc9-5c72-4285-9c9e-4226ceee6498","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"06AAJCS9091D1Z4\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"5a89cab9-2c5e-4ca8-8d90-63ff75cd811a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"06AAJCS9091D1Z4\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"9a9dae83-8d25-4808-b6ee-31f2b974ff8a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstin\": \"06AAJCS9091D1Z4\",\n        \"financialYear\": \"2022-23\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"20e76eb3-6b44-4147-b725-6f9fe6972208"},{"name":"7.9 GST Details - Advanced","id":"aa6b1e9c-6428-4ea9-a039-7b9bbfb8d202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"27AAICT4244L1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p><strong>GST Details – Advanced API</strong> allows to pull the GST verification details of a corporate in a non-consented manner.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id_number</strong></td>\n<td>GST Number of the endUser</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output</strong> - The <strong>GST Details – Advanced API</strong> returns a complete GST profile of a business. It provides the entity’s registration details, status, legal and trade names, business constitution, jurisdiction, and place of business. It also includes proprietor or director details, nature of business activities, turnover slab, and available financial information.</p>\n<p>Additionally, the API gives filing history for GSTR-1, GSTR-3B, and GSTR-9, with details such as filing dates, tax periods, and status. The response also contains meta-information like <code>applicationId</code> and <code>endUserId</code> for tracking.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>status</strong></td>\n<td>integer</td>\n<td>API response status code (1 = success, 0 = failure).</td>\n</tr>\n<tr>\n<td><strong>response</strong></td>\n<td>object</td>\n<td>Contains all GST-related details of the entity.</td>\n</tr>\n<tr>\n<td><strong>AdministrativeOffice</strong></td>\n<td>string</td>\n<td>Jurisdiction and administrative details of the GST office under which the business is registered.</td>\n</tr>\n<tr>\n<td><strong>AnnualAggregateTurnover</strong></td>\n<td>string</td>\n<td>Declared turnover slab of the entity for the relevant financial year.</td>\n</tr>\n<tr>\n<td><strong>ConstitutionOfBusiness</strong></td>\n<td>string</td>\n<td>Type of business constitution (e.g., Private Limited Company, Proprietorship, Partnership).</td>\n</tr>\n<tr>\n<td><strong>Date of Cancellation</strong></td>\n<td>string</td>\n<td>Date when GSTIN was cancelled, if applicable (NA if active).</td>\n</tr>\n<tr>\n<td><strong>Date of registration</strong></td>\n<td>string (dd/mm/yyyy)</td>\n<td>GST registration date of the business.</td>\n</tr>\n<tr>\n<td><strong>GSTIN / UIN Status</strong></td>\n<td>string</td>\n<td>Current status of GSTIN/UIN (Active, Cancelled, Suspended).</td>\n</tr>\n<tr>\n<td><strong>GSTIN/ UIN</strong></td>\n<td>string</td>\n<td>Unique GST Identification Number of the business.</td>\n</tr>\n<tr>\n<td><strong>GrossTotalIncome</strong></td>\n<td>string</td>\n<td>Gross total income declared (if available) for the latest financial year.</td>\n</tr>\n<tr>\n<td><strong>Legal Name of Business</strong></td>\n<td>string</td>\n<td>Registered legal name of the business under GST.</td>\n</tr>\n<tr>\n<td><strong>NatureOfBusinessActivities</strong></td>\n<td>string</td>\n<td>Nature of overall business activities (e.g., Supplier of Services, Supplier of Goods).</td>\n</tr>\n<tr>\n<td><strong>NatureOfCoreBusinessActivity</strong></td>\n<td>string</td>\n<td>Core business activity classification (e.g., Service Provider, Trader).</td>\n</tr>\n<tr>\n<td><strong>OtherOffice</strong></td>\n<td>string</td>\n<td>Details of other jurisdictional GST offices mapped to the entity.</td>\n</tr>\n<tr>\n<td><strong>PercentageOfTaxPaymentInCash</strong></td>\n<td>string</td>\n<td>Percentage of tax paid in cash (if applicable).</td>\n</tr>\n<tr>\n<td><strong>Taxpayer Type</strong></td>\n<td>string</td>\n<td>Type of taxpayer (Regular, Composition, Casual).</td>\n</tr>\n<tr>\n<td><strong>Trade Name</strong></td>\n<td>string</td>\n<td>Trade name of the business, if different from legal name.</td>\n</tr>\n<tr>\n<td><strong>WhetherAadhaarAuthenticated</strong></td>\n<td>string</td>\n<td>Whether Aadhaar authentication has been completed (Yes/No).</td>\n</tr>\n<tr>\n<td><strong>WhetherE-KYCVerified</strong></td>\n<td>string</td>\n<td>Whether e-KYC verification is done.</td>\n</tr>\n<tr>\n<td><strong>field_visit_conducted</strong></td>\n<td>string</td>\n<td>Whether a field visit was conducted by GST officials (Yes/No).</td>\n</tr>\n<tr>\n<td><strong>filingData</strong></td>\n<td>object</td>\n<td>Filing history of GST returns (GSTR-1, GSTR-3B, GSTR-9).</td>\n</tr>\n<tr>\n<td><strong>GSTR1[]</strong></td>\n<td>array</td>\n<td>List of periodic GSTR-1 filings (outward supplies).</td>\n</tr>\n<tr>\n<td>• DateOfFiling</td>\n<td>string (dd/mm/yyyy)</td>\n<td>Filing date of the return.</td>\n</tr>\n<tr>\n<td>• FinancialYear</td>\n<td>string</td>\n<td>Financial year of filing.</td>\n</tr>\n<tr>\n<td>• ModeOfFiling</td>\n<td>string</td>\n<td>Mode of filing (ONLINE/OFFLINE).</td>\n</tr>\n<tr>\n<td>• ReturnType</td>\n<td>string</td>\n<td>Return type (GSTR1).</td>\n</tr>\n<tr>\n<td>• Status</td>\n<td>string</td>\n<td>Filing status (Filed/Pending).</td>\n</tr>\n<tr>\n<td>• TaxPeriod</td>\n<td>string</td>\n<td>Tax period (e.g., March, Annual).</td>\n</tr>\n<tr>\n<td><strong>GSTR3B[]</strong></td>\n<td>array</td>\n<td>List of periodic GSTR-3B filings (summary return). <em>(same schema as GSTR1)</em></td>\n</tr>\n<tr>\n<td><strong>GSTR9[]</strong></td>\n<td>array</td>\n<td>Annual GSTR-9 filings data. <em>(same schema as GSTR1)</em></td>\n</tr>\n<tr>\n<td><strong>goods_n_service</strong></td>\n<td>object</td>\n<td>Goods &amp; Services classification for the entity.</td>\n</tr>\n<tr>\n<td><strong>goods</strong></td>\n<td>array</td>\n<td>null</td>\n</tr>\n<tr>\n<td><strong>services[]</strong></td>\n<td>array</td>\n<td>List of services with description and SAC code.</td>\n</tr>\n<tr>\n<td>• description</td>\n<td>string</td>\n<td>Description of the service.</td>\n</tr>\n<tr>\n<td>• sac_code</td>\n<td>string</td>\n<td>Service Accounting Code (SAC).</td>\n</tr>\n<tr>\n<td><strong>placeOfBusinessData[]</strong></td>\n<td>array</td>\n<td>Business place(s) details.</td>\n</tr>\n<tr>\n<td>• address</td>\n<td>string</td>\n<td>Full address of the business place.</td>\n</tr>\n<tr>\n<td>• contact_details</td>\n<td>string</td>\n<td>Contact details (phone/email).</td>\n</tr>\n<tr>\n<td>• nature_of_business_activities</td>\n<td>string</td>\n<td>Nature of activities carried out at this place.</td>\n</tr>\n<tr>\n<td>• type</td>\n<td>string</td>\n<td>Type of business place (Principal/Additional).</td>\n</tr>\n<tr>\n<td><strong>proprietor_name[]</strong></td>\n<td>array</td>\n<td>List of proprietor(s)/director(s)/authorized persons associated with GSTIN.</td>\n</tr>\n<tr>\n<td><strong>applicationId</strong></td>\n<td>string (UUID)</td>\n<td>Unique application ID for tracking the API request.</td>\n</tr>\n<tr>\n<td><strong>endUserId</strong></td>\n<td>string</td>\n<td>End-user identifier for request mapping.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b20d3ac7-92a8-4526-a4ad-72394b382a47","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"27AAIXXXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"response\": {\n        \"AdministrativeOffice\": \"(JURISDICTION - CENTER),State - CBIC,Zone - MUMBAI,Commissionerate - NAVI MUMBAI,Division - DIVISION VII,Range - RANGE-VI \",\n        \"AnnualAggregateTurnover\": \"Slab: Rs. 1.5 Cr. to 5 Cr. (For FY2024-2025}\",\n        \"ConstitutionOfBusiness\": \"Private Limited Company\",\n        \"Date of Cancellation\": \"NA\",\n        \"Date of registration\": \"21/06/2021\",\n        \"GSTIN / UIN Status\": \"Active\",\n        \"GSTIN/ UIN\": \"27AAICT4244L1ZY\",\n        \"GrossTotalIncome\": \"Not Available (For FY2022-2023)\",\n        \"Legal Name of Business\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n        \"NatureOfBusinessActivities\": \"Supplier of Services\",\n        \"NatureOfCoreBusinessActivity\": \"Service Provider and Others\",\n        \"OtherOffice\": \"(JURISDICTION - CENTER),State - Maharashtra,Zone - MUMBAI_NORTH_WEST,Division - MAZGAON,Charge - WORLI_701\",\n        \"PercentageOfTaxPaymentInCash\": \"NA\",\n        \"Taxpayer Type\": \"Regular\",\n        \"Trade Name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n        \"WhetherAadhaarAuthenticated\": \"Yes\",\n        \"WhetherE-KYCVerified\": \"Not Applicable\",\n        \"field_visit_conducted\": \"No\",\n        \"filingData\": {\n            \"GSTR1\": [\n                {\n                    \"DateOfFiling\": \"13/04/2023\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"March\"\n                },\n                {\n                    \"DateOfFiling\": \"13/01/2023\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"December\"\n                },\n                {\n                    \"DateOfFiling\": \"13/10/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"September\"\n                },\n                {\n                    \"DateOfFiling\": \"13/09/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"August\"\n                },\n                {\n                    \"DateOfFiling\": \"13/08/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"July\"\n                },\n                {\n                    \"DateOfFiling\": \"13/07/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                },\n                {\n                    \"DateOfFiling\": \"13/05/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"April\"\n                },\n                {\n                    \"DateOfFiling\": \"20/05/2024\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"March\"\n                },\n                {\n                    \"DateOfFiling\": \"12/02/2024\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"January\"\n                },\n                {\n                    \"DateOfFiling\": \"12/01/2024\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"December\"\n                },\n                {\n                    \"DateOfFiling\": \"13/10/2023\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"September\"\n                },\n                {\n                    \"DateOfFiling\": \"13/07/2023\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                },\n                {\n                    \"DateOfFiling\": \"19/06/2025\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"March\"\n                },\n                {\n                    \"DateOfFiling\": \"11/01/2025\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"December\"\n                },\n                {\n                    \"DateOfFiling\": \"14/10/2024\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"September\"\n                },\n                {\n                    \"DateOfFiling\": \"13/07/2024\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                },\n                {\n                    \"DateOfFiling\": \"13/08/2025\",\n                    \"FinancialYear\": \"2025-2026\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"July\"\n                },\n                {\n                    \"DateOfFiling\": \"12/07/2025\",\n                    \"FinancialYear\": \"2025-2026\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR1\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                }\n            ],\n            \"GSTR3B\": [\n                {\n                    \"DateOfFiling\": \"22/04/2023\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"March\"\n                },\n                {\n                    \"DateOfFiling\": \"21/01/2023\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"December\"\n                },\n                {\n                    \"DateOfFiling\": \"22/10/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"September\"\n                },\n                {\n                    \"DateOfFiling\": \"22/07/2022\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                },\n                {\n                    \"DateOfFiling\": \"03/06/2024\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"March\"\n                },\n                {\n                    \"DateOfFiling\": \"19/01/2024\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"December\"\n                },\n                {\n                    \"DateOfFiling\": \"27/10/2023\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"September\"\n                },\n                {\n                    \"DateOfFiling\": \"22/07/2023\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                },\n                {\n                    \"DateOfFiling\": \"25/06/2025\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"March\"\n                },\n                {\n                    \"DateOfFiling\": \"24/01/2025\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"December\"\n                },\n                {\n                    \"DateOfFiling\": \"21/10/2024\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"September\"\n                },\n                {\n                    \"DateOfFiling\": \"22/07/2024\",\n                    \"FinancialYear\": \"2024-2025\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                },\n                {\n                    \"DateOfFiling\": \"20/08/2025\",\n                    \"FinancialYear\": \"2025-2026\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"July\"\n                },\n                {\n                    \"DateOfFiling\": \"22/07/2025\",\n                    \"FinancialYear\": \"2025-2026\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR3B\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"June\"\n                }\n            ],\n            \"GSTR9\": [\n                {\n                    \"DateOfFiling\": \"30/12/2023\",\n                    \"FinancialYear\": \"2022-2023\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR9\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"Annual\"\n                },\n                {\n                    \"DateOfFiling\": \"24/12/2024\",\n                    \"FinancialYear\": \"2023-2024\",\n                    \"ModeOfFiling\": \"ONLINE\",\n                    \"ReturnType\": \"GSTR9\",\n                    \"Status\": \"Filed\",\n                    \"TaxPeriod\": \"Annual\"\n                }\n            ]\n        },\n        \"goods_n_service\": {\n            \"goods\": null,\n            \"services\": [\n                {\n                    \"description\": \"Information technology consulting and support services\",\n                    \"sac_code\": \"998313\"\n                },\n                {\n                    \"description\": \"Information technology design and development services\",\n                    \"sac_code\": \"998314\"\n                }\n            ]\n        },\n        \"placeOfBusinessData\": [\n            {\n                \"address\": \"FLOOR-3, 264/265,, VASWANI CHAMBERS, PLOT-264/265,, DR ANNIE BESANT ROAD,PASSPORT OFFICE,WORLI COLONY, Mumbai, Mumbai, Maharashtra, 400030\",\n                \"contact_details\": \"9880942767,gstspds@gmail.com\",\n                \"nature_of_business_activities\": \"Supplier of Services\",\n                \"type\": \"Principal\"\n            }\n        ],\n        \"proprietor_name\": [\n            \"PRAMEY JAIN\",\n            \"MEET VINOD SEMLANI\"\n        ]\n    },\n    \"applicationId\": \"bb9222ce-ecb2-4d7e-b603-6c10b47d56bd\",\n    \"endUserId\": \"test\"\n}"},{"id":"818e873c-c9ff-4611-8568-be512d37d895","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number1\": \"27AAICT4244L1ZY\"     // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"cf10b770-2e49-42cf-8717-5e448178060e","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2-failed\",          // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"27AAICT4244L1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"a7cac1e7-6dd3-4139-a726-812fca6d20fc","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"27AAICT4244L1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c995a135-fd55-4cb2-bf40-866f0a1953d4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"27AAICT4244L1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"69e0e616-3fcc-4dc0-80d0-5a5c6ff1fecf","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"id_number\": \"27AAICT4244L1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"aa6b1e9c-6428-4ea9-a039-7b9bbfb8d202"},{"name":"7.10 Import - Export Code Verification","id":"f6266e9a-4099-4cab-9b11-d131764d98c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number\": \"AAMCP2364D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API helps to authenticate and populate detailed Profile of an Importer or Exporter via IEC Records maintained by DGFT.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IEC Number</td>\n<td>IEC (Import Export Code) number .</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The IEC verification response includes <strong>status_code</strong>, <strong>data</strong> (with details such as <strong>client_id</strong>, <strong>iec_number</strong>, <strong>firm_name</strong>, <strong>pan_number</strong>, <strong>dob</strong>, <strong>iec_issuance_date</strong>, <strong>iec_status</strong>, <strong>del_status</strong>, <strong>iec_cancelled_date</strong>, <strong>iec_suspended_date</strong>, <strong>file_number</strong>, <strong>file_date</strong>, <strong>dgft_ra_office</strong>, <strong>nature_of_concern</strong>, <strong>category_of_exporters</strong>, <strong>address</strong>, <strong>firm_mobile_no</strong>, <strong>firm_email_id</strong>, <strong>branch_details</strong>—including <strong>branch_code</strong>, <strong>gstin</strong>, <strong>branch_address</strong>, <strong>rcmc_details</strong>, <strong>director_details</strong> (with <strong>father_name</strong>, <strong>name</strong>, <strong>director_pan_number</strong>, and <strong>director_address</strong>)).</p>\n<h4 id=\"reponse-scheme--\">Reponse Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_code</td>\n<td>HTTP status code of the response</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the details of the IEC verification response</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Unique identifier for the client associated with the IEC number</td>\n</tr>\n<tr>\n<td>iec_number</td>\n<td>IEC (Import Export Code) number</td>\n</tr>\n<tr>\n<td>firm_name</td>\n<td>Name of the firm associated with the IEC number</td>\n</tr>\n<tr>\n<td>pan_number</td>\n<td>PAN number of the firm</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>Date of birth or registration</td>\n</tr>\n<tr>\n<td>iec_issuance_date</td>\n<td>Date when the IEC was issued</td>\n</tr>\n<tr>\n<td>iec_status</td>\n<td>Status of the IEC</td>\n</tr>\n<tr>\n<td>del_status</td>\n<td>Deletion status</td>\n</tr>\n<tr>\n<td>iec_cancelled_date</td>\n<td>Date when the IEC was canceled (if applicable)</td>\n</tr>\n<tr>\n<td>iec_suspended_date</td>\n<td>Date when the IEC was suspended (if applicable)</td>\n</tr>\n<tr>\n<td>file_number</td>\n<td>File number associated with the IEC request</td>\n</tr>\n<tr>\n<td>file_date</td>\n<td>Date of the file</td>\n</tr>\n<tr>\n<td>dgft_ra_office</td>\n<td>The regional authority office handling the IEC</td>\n</tr>\n<tr>\n<td>nature_of_concern</td>\n<td>Type of business entity</td>\n</tr>\n<tr>\n<td>category_of_exporters</td>\n<td>Category of exporters</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Full address of the firm</td>\n</tr>\n<tr>\n<td>firm_mobile_no</td>\n<td>Mobile number of the firm</td>\n</tr>\n<tr>\n<td>firm_email_id</td>\n<td>Email address of the firm</td>\n</tr>\n<tr>\n<td>branch_details</td>\n<td>Array of details about the branches associated with the firm</td>\n</tr>\n<tr>\n<td>branch_code</td>\n<td>Branch code</td>\n</tr>\n<tr>\n<td>gstin</td>\n<td>GSTIN number (if available, can be null)</td>\n</tr>\n<tr>\n<td>branch_address</td>\n<td>Address of the branch</td>\n</tr>\n<tr>\n<td>rcmc_details</td>\n<td>Array of RCMC details (empty in this case)</td>\n</tr>\n<tr>\n<td>director_details</td>\n<td>Array of details about the directors of the firm</td>\n</tr>\n<tr>\n<td>father_name</td>\n<td>Name of the father of the director</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the director</td>\n</tr>\n<tr>\n<td>director_pan_number</td>\n<td>PAN number of the director</td>\n</tr>\n<tr>\n<td>director_address</td>\n<td>Address of the director</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0c22e6a1-c097-4a55-86d4-fe28c82b7416","name":"iec-verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number\": \"AAXXX2364D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"data\": {\n        \"client_id\": \"iec_advanced_EYaOiWehbzjOASniQfud\",\n        \"iec_number\": \"AAMCP2364D\",\n        \"firm_name\": \"PARASBAG AGROFOOD INTERNATIONAL PRIVATE LIMITED\",\n        \"pan_number\": \"AAMCP2364D\",\n        \"dob\": \"2021-08-25\",\n        \"iec_issuance_date\": \"2022-06-12\",\n        \"iec_status\": \"Valid\",\n        \"del_status\": \"N\",\n        \"iec_cancelled_date\": null,\n        \"iec_suspended_date\": null,\n        \"file_number\": \"MUMIECPAMEND00002433AM24\",\n        \"file_date\": \"2023-04-09\",\n        \"dgft_ra_office\": \"RA MUMBAI\",\n        \"nature_of_concern\": \"Private Limited\",\n        \"category_of_exporters\": \"Merchant Cum Manufacturer Exporter\",\n        \"address\": \"NEAR BAJAJ GATE C/o. IKHTIYAR SIKANDAR BAGWAN ,KAMLAPUR, R/H NO. 01, GODAVARI PARK, KAMALAPUR,AURANGABAD ,AURANGABAD , AURANGABAD ,MAHARASHTRA,431133\",\n        \"firm_mobile_no\": \"7020713201\",\n        \"firm_email_id\": \"parasbagagrofood@gmail.com\",\n        \"branch_details\": [\n            {\n                \"branch_code\": \"1\",\n                \"gstin\": null,\n                \"branch_address\": \"Flat No.6, Metro Residency,Near Sir Sayyed Hall , Lota Karanja ,Aurangabad,MAHARASHTRA,431001\"\n            },\n            {\n                \"branch_code\": \"2\",\n                \"gstin\": null,\n                \"branch_address\": \"H.No. 5-8-1 Chausar Nagar,Shahnoor Wadi Peer Bazar Road ,Aurangabad,MAHARASHTRA,431001\"\n            },\n            {\n                \"branch_code\": \"3\",\n                \"gstin\": null,\n                \"branch_address\": \"324, Tilak Chowk,Shevgaon ,Ahmednagar,MAHARASHTRA,414502\"\n            }\n        ],\n        \"rcmc_details\": [],\n        \"director_details\": [\n            {\n                \"father_name\": \"SIKANDAR BAGWAN\",\n                \"name\": \"IKHTIYAR SIKANDAR BAGWAN\",\n                \"pan_number\": \"CNQPB3667P\",\n                \"address\": \"FLAT NO.6 METRO RESIDENCE,NEAR SIR SAYYED HALL,LOTA KARANJA,AURANGABAD\"\n            },\n            {\n                \"father_name\": \"ABDULRAUF ABDULGAFUR BAGBAN\",\n                \"name\": \"MUBASHIREEN IKHATIYAR BAGWAN\",\n                \"pan_number\": \"BTRPB6027K\",\n                \"address\": \"FLAT NO.6 METRO RESIDENCE,NEAR SIR SAYYED HALL,LOTA KARANJA,AURANGABAD\"\n            }\n        ]\n    },\n    \"message_code\": \"success\",\n    \"success\": true,\n    \"message\": null,\n    \"applicationId\": \"test\"\n}"},{"id":"6f4ae2e2-833d-4135-a4d3-5e1af47a3cad","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number1\": \"AAMCP2364D\"     // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"247e2c03-de8c-4a37-8db2-378dacab9cb2","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification-failed\",   // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number\": \"AAMCP2364D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"50d67153-f0ea-4345-a3e2-5433ca6df196","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number\": \"AAMCP2364D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"1c8dcf08-35c6-47eb-9a99-c671041b676f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number\": \"AAMCP2364D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"cf957a55-e41d-4320-a240-3292ebc7926c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"self-employed\",\n    \"type\": \"iec-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"iec_number\": \"AAMCP2364D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"f6266e9a-4099-4cab-9b11-d131764d98c6"},{"name":"7.11 Mobile to GST","id":"33113931-3a07-4f58-9508-7c0bfbe10dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"9930906840\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API searches the MCA (Ministry of Corporate Affairs) database for companies or LLPs by name. It retrieves a list of registered company names, CINs, states, and statuses.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>companyName</strong></td>\n<td>Provided Company Name</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output</strong> -</h4>\n<p>Company/LLP name/s, CIN/s, State and Status matching with input keywords</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"53a5297e-4625-4833-8c95-cc53cea7fdfc","name":"Mobile to GST - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"99XXXX840\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": \"200\",\n        \"mobileNo\": \"99XXXXX840\",\n        \"gst\": [\n            \"09AAGCI3XXXH1Z6\",\n            \"06AAJCC5XXXA1ZF\",\n            \"09AAJCC5XXXA1Z9\"\n        ]\n    },\n    \"applicationId\": \"ce2bd93d-b862-4655-947f-ed18cdf5098a\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile To GST Request Processed\",\n        \"transactionId\": \"1fae767b-08f9-4dd5-ad3d-0f7eef2afd5c\",\n        \"input\": {\n            \"mobileNo\": \"99XXXX840\"\n        },\n        \"timestamp\": \"2024-10-11 12:37:25\"\n    }\n}"},{"id":"b0ae96f9-064f-4cc3-9990-97a98183f657","name":"No Result Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"77349XXX95\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found\"\n    },\n    \"applicationId\": \"0c285516-ffb7-43bb-8766-f399b24ed2ce\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile To GST Request Processed\",\n        \"transactionId\": \"b6437809-e7ea-4e44-b710-90902bdf7dca\",\n        \"input\": {\n            \"mobileNo\": \"77349XXX95\"\n        },\n        \"timestamp\": \"2024-10-11 12:52:34\"\n    }\n}"},{"id":"a548dbd9-9ef2-4703-86b5-65e89406d2ef","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"993090684\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"e7d411f4-4deb-4e71-908e-43133d4d84d5","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"77349XXX95\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b88dd250-6e10-449d-a6f6-e910edec6644","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"77349XXX95\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"8220217e-8379-4710-ae0a-8b4456f81840","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-gst\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"77349XXX95\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"33113931-3a07-4f58-9508-7c0bfbe10dc6"},{"name":"7.12 Mobile to Udyam","id":"feec7d8e-349c-4f82-aca1-c09bb2f0ed43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"9930XXXX40\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API takes a <strong>mobile number</strong> as input and returns the associated <strong>Udyam Number</strong> and <strong>Enterprise Name</strong> registered under that number.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>mobileNumber</strong></td>\n<td>Mobile number of the end-user</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output</strong> -</h4>\n<p>Udyam Number, Enterprise Name.</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c1f7b844-a308-4d5f-a78b-1f6249e556f6","name":"Mobile to Udyam - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"9930XXXX40\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"udyamDetails\": [\n            {\n                \"udyam_number\": \"UDYAM-UP-29-001XXX\",\n                \"enterprise_name\": \"XXXXX DIGITAL XXXXX PRIVATE LIMITED\"\n            },\n            {\n                \"udyam_number\": \"UDYAM-HR-05-003XXXX\",\n                \"enterprise_name\": \"M/S XXXX DIGITAL XXXXXX PRIVATE LIMITED\"\n            }\n        ]\n    },\n    \"applicationId\": \"557b0d16-1d99-415c-94ff-1e710ea27381\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Udyam - Mobile To Udyam Request Processed\",\n        \"transactionId\": \"d374b39a-c703-4d6a-992b-84e2b43072ad\",\n        \"input\": {\n            \"mobileNumber\": \"9930XXXX40\"\n        },\n        \"timestamp\": \"2024-10-21 18:06:11\"\n    }\n}"},{"id":"43c7a3ed-5111-4fd8-9cb5-24770e1e451e","name":"No Result Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"994XXXX733\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found\"\n    },\n    \"applicationId\": \"74eaad16-c9bb-4b3d-a28d-5ad24cf5cba4\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Udyam - Mobile To Udyam Request Processed\",\n        \"transactionId\": \"7d53d971-4efe-4aad-bd8e-4ff325ca8900\",\n        \"input\": {\n            \"mobileNumber\": \"994XXXX733\"\n        },\n        \"timestamp\": \"2024-10-11 13:13:24\"\n    }\n}"},{"id":"8a7e4127-b903-4f6a-9b0c-c4f7daaf2f11","name":"Source Down","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"99XXXX6840\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Source Down\"\n    },\n    \"applicationId\": \"31677c1f-dd7e-40e7-bec6-145673dbe81b\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Udyam - Mobile To Udyam Failed\",\n        \"transactionId\": \"ca7a771e-4cb9-496b-8e62-da0038f24d56\",\n        \"input\": {\n            \"mobileNumber\": \"99XXXX6840\"\n        },\n        \"timestamp\": \"2024-10-14 13:24:27\"\n    }\n}"},{"id":"da3fb717-ce8e-4f45-a64a-29fd5cfa7e16","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"99309068\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"11923988-e6ba-44f8-9d62-39522218f49d","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"993XXXX840\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"aefba850-00e3-4ba3-896c-2e4be89e15b2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"993XXXX840\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"fe7e8de8-dfcc-4117-b39b-bac9a9d836cd","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mobile-to-udyam\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNumber\": \"9930XXXX40\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"feec7d8e-349c-4f82-aca1-c09bb2f0ed43"},{"name":"7.13 PAN to GST Detailed","id":"38c484e0-4ed1-48b9-bb95-9eaf423211bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>In addition to the information received in basic verification, this API also allows you to fetch complete legal name and constitution of the company (PVT LTD, LLP, etc)</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>panNumber</strong></td>\n<td>Provided PAN Number</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The PAN to GST verification response includes <strong>endUserId</strong>, <strong>response</strong> (with <strong>code</strong>, <strong>gstListAdvanced</strong>, <strong>administrativeOffice</strong>, <strong>compositionRate</strong>, <strong>constitutionOfBusiness</strong>, <strong>currentFilingFrequency</strong>, <strong>dateOfCancellation</strong>, <strong>effectiveDateOfRegistration</strong>, <strong>einvoiceStatus</strong>, <strong>ekycVFlag</strong>, <strong>filingStatus</strong>, <strong>gstin</strong>, <strong>isFieldVisitConducted</strong>, <strong>legalNameOfBusiness</strong>, <strong>natureOfBusinessActivity</strong>, <strong>otherOffice</strong>, <strong>principalPlaceOfBusiness</strong>, <strong>sts</strong>, <strong>taxPayerType</strong>, <strong>tradeName</strong>, <strong>whetherAadhaarAuthenticated</strong>), and <strong>status</strong> (with <strong>panNumber</strong>, <strong>statusCode</strong>, <strong>statusMessage</strong>, and <strong>timestamp</strong>).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>ID of the end user making the request</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the status code, message, and GST details</td>\n</tr>\n<tr>\n<td>code</td>\n<td>HTTP status code (200 indicates success)</td>\n</tr>\n<tr>\n<td>gstListAdvanced</td>\n<td>List of GST registration details associated with the PAN</td>\n</tr>\n<tr>\n<td>administrativeOffice</td>\n<td>Details of the administrative office</td>\n</tr>\n<tr>\n<td>compositionRate</td>\n<td>Composition rate of the business</td>\n</tr>\n<tr>\n<td>constitutionOfBusiness</td>\n<td>Type of business entity</td>\n</tr>\n<tr>\n<td>currentFilingFrequency</td>\n<td>Frequency of GST filing (e.g., Monthly)</td>\n</tr>\n<tr>\n<td>dateOfCancellation</td>\n<td>Date of GST cancellation (if applicable)</td>\n</tr>\n<tr>\n<td>effectiveDateOfRegistration</td>\n<td>Date of GST registration</td>\n</tr>\n<tr>\n<td>einvoiceStatus</td>\n<td>Indicates if e-invoicing is enabled</td>\n</tr>\n<tr>\n<td>ekycVFlag</td>\n<td>eKYC verification status</td>\n</tr>\n<tr>\n<td>filingStatus</td>\n<td>GST filing status (e.g., Filed, Not Filed)</td>\n</tr>\n<tr>\n<td>gstin</td>\n<td>GSTIN number</td>\n</tr>\n<tr>\n<td>isFieldVisitConducted</td>\n<td>Field visit status</td>\n</tr>\n<tr>\n<td>legalNameOfBusiness</td>\n<td>Official name of the business</td>\n</tr>\n<tr>\n<td>natureOfBusinessActivity</td>\n<td>Nature of business activities (e.g., Service Provision)</td>\n</tr>\n<tr>\n<td>natureOfCoreBusinessActivity</td>\n<td>Core business activities</td>\n</tr>\n<tr>\n<td>otherOffice</td>\n<td>Additional office details</td>\n</tr>\n<tr>\n<td>principalPlaceOfBusiness</td>\n<td>Address of the primary business location</td>\n</tr>\n<tr>\n<td>sts</td>\n<td>Status of GST registration (e.g., Active, Cancelled)</td>\n</tr>\n<tr>\n<td>taxPayerType</td>\n<td>Type of taxpayer (e.g., Regular)</td>\n</tr>\n<tr>\n<td>tradeName</td>\n<td>Trade name of the business</td>\n</tr>\n<tr>\n<td>whetherAadhaarAuthenticated</td>\n<td>Indicates if Aadhaar is authenticated</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains details of the request processing status</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>PAN number associated with the GST registrations</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code for the request</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message describing the request status</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Time when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3c56873f-3304-4897-8248-105a4bc94333","name":"Pan to GST Detailed - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAXXXX091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"gstListAdvanced\": [\n            {\n                \"administrativeOffice\": \"State - CBIC,Zone - BENGALURU,Commissionerate - BENGALURU EAST,Division - EAST DIVISION-5,Range - RANGE-CED5\",\n                \"compositionRate\": \"NA\",\n                \"constitutionOfBusiness\": \"Private Limited Company\",\n                \"currentFilingFrequency\": \"Monthly\",\n                \"dateOfCancellation\": \"\",\n                \"effectiveDateOfRegistration\": \"01/07/2017\",\n                \"einvoiceStatus\": \"Yes\",\n                \"ekycVFlag\": \"No\",\n                \"filingStatus\": \"Filed\",\n                \"gstin\": \"29XXXX9091D1ZW\",\n                \"isFieldVisitConducted\": \"No\",\n                \"legalNameOfBusiness\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"natureOfBusinessActivity\": \"Others, Recipient of Goods or Services, Service Provision, Supplier of Services\",\n                \"natureOfCoreBusinessActivity\": \"Service Provider and Others\",\n                \"otherOffice\": \"State - Karnataka,Division - DGSTO-4, Bengaluru, LOCAL GST Office - LGSTO 015 - Bengaluru (Jurisdictional Office)\",\n                \"principalPlaceOfBusiness\": \"3rd floor, situated on Challaghatta Village, Divyasree Greens Annex Block, Bangalore South Taluk, Varthur Hobli, Bengaluru, Bengaluru Urban, Karnataka, 560071\",\n                \"sts\": \"Active\",\n                \"taxPayerType\": \"Regular\",\n                \"tradeName\": \"PayU Payments Private Limited\",\n                \"whetherAadhaarAuthenticated?\": \"No\"\n            },\n            {\n                \"administrativeOffice\": \"State - CBIC,Zone - DELHI,Commissionerate - DELHI EAST,Division - MAYUR VIHAR,Range - RANGE - 156\",\n                \"compositionRate\": \"NA\",\n                \"constitutionOfBusiness\": \"Private Limited Company\",\n                \"currentFilingFrequency\": \"Monthly\",\n                \"dateOfCancellation\": \"01/07/2017\",\n                \"effectiveDateOfRegistration\": \"01/07/2017\",\n                \"einvoiceStatus\": \"No\",\n                \"ekycVFlag\": \"No\",\n                \"filingStatus\": \"Not Filed\",\n                \"gstin\": \"07XXXXX9091D1Z2\",\n                \"isFieldVisitConducted\": \"No\",\n                \"legalNameOfBusiness\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"natureOfBusinessActivity\": \"Service Provision, Recipient of Goods or Services, Others\",\n                \"natureOfCoreBusinessActivity\": \"NA\",\n                \"otherOffice\": \"State - Delhi,Zone - Zone 9,Ward - Ward 102 (Jurisdictional Office)\",\n                \"principalPlaceOfBusiness\": \"F 130, STREET NO.7, PANDAV NAGAR, New Delhi, Delhi, 110091\",\n                \"sts\": \"Cancelled\",\n                \"taxPayerType\": \"Regular\",\n                \"tradeName\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"whetherAadhaarAuthenticated?\": \"No\"\n            },\n            {\n                \"aadhaarAuthenticated?\": \"19/03/2024\",\n                \"administrativeOffice\": \"State - CBIC,Zone - MEERUT,Commissionerate - NOIDA,Division - DIVISION I NOIDA,Range - RANGE - 5 (Jurisdictional Office)\",\n                \"compositionRate\": \"NA\",\n                \"constitutionOfBusiness\": \"Private Limited Company\",\n                \"currentFilingFrequency\": \"Monthly\",\n                \"dateOfCancellation\": \"\",\n                \"effectiveDateOfRegistration\": \"17/01/2023\",\n                \"einvoiceStatus\": \"Yes\",\n                \"ekycVFlag\": \"Not Applicable\",\n                \"filingStatus\": \"Filed\",\n                \"gstin\": \"09XXXX9091D1ZY\",\n                \"isFieldVisitConducted\": \"No\",\n                \"legalNameOfBusiness\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"natureOfBusinessActivity\": \"Supplier of Services, Recipient of Goods or Services\",\n                \"natureOfCoreBusinessActivity\": \"Service Provider and Others\",\n                \"otherOffice\": \"State - Uttar Pradesh,Zone - Gautambudha Nagar,Range - Gautambudha Nagar(B),Sector - Sector-2,Gautambudha Nagar\",\n                \"principalPlaceOfBusiness\": \"UGF, World Trade Tower, Plot No. 1, Block C, Block B, Sector 16, Delhi Noida Direct Flyway, Central Auto Market, Noida, Gautambuddha Nagar, Uttar Pradesh, 201301\",\n                \"sts\": \"Active\",\n                \"taxPayerType\": \"Regular\",\n                \"tradeName\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"whetherAadhaarAuthenticated?\": \"Yes\"\n            },\n            {\n                \"administrativeOffice\": \"State - CBIC,Zone - PANCHKULA,Commissionerate - GURUGRAM,Division - DIVISION-SOUTH-2,Range - R-25 (Jurisdictional Office)\",\n                \"compositionRate\": \"NA\",\n                \"constitutionOfBusiness\": \"Private Limited Company\",\n                \"currentFilingFrequency\": \"Monthly\",\n                \"dateOfCancellation\": \"\",\n                \"effectiveDateOfRegistration\": \"01/07/2017\",\n                \"einvoiceStatus\": \"Yes\",\n                \"ekycVFlag\": \"No\",\n                \"filingStatus\": \"Filed\",\n                \"gstin\": \"06XXXXX9091D1Z4\",\n                \"isFieldVisitConducted\": \"No\",\n                \"legalNameOfBusiness\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"natureOfBusinessActivity\": \"Others, Recipient of Goods or Services, Service Provision, Retail Business, Import, Office / Sale Office, Supplier of Services, Export\",\n                \"natureOfCoreBusinessActivity\": \"Service Provider and Others\",\n                \"otherOffice\": \"State - Haryana,Range - Gurgaon,District - Gurgaon (East),Ward - Gurgaon (East) Ward 8\",\n                \"principalPlaceOfBusiness\": \"9th Floor, PayU Payments Private Limited, Bestech Business Tower, Sohna Road, Sector 48, Gurugram, Gurugram, Haryana, 122018\",\n                \"sts\": \"Active\",\n                \"taxPayerType\": \"Regular\",\n                \"tradeName\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"whetherAadhaarAuthenticated?\": \"No\"\n            },\n            {\n                \"administrativeOffice\": \"State - CBIC,Zone - MUMBAI,Commissionerate - MUMBAI-WEST,Division - DIVISION IV,Range - RANGE-IV\",\n                \"compositionRate\": \"NA\",\n                \"constitutionOfBusiness\": \"Private Limited Company\",\n                \"currentFilingFrequency\": \"Monthly\",\n                \"dateOfCancellation\": \"\",\n                \"effectiveDateOfRegistration\": \"01/07/2017\",\n                \"einvoiceStatus\": \"Yes\",\n                \"ekycVFlag\": \"No\",\n                \"filingStatus\": \"Filed\",\n                \"gstin\": \"27XXXXX9091D1Z0\",\n                \"isFieldVisitConducted\": \"No\",\n                \"legalNameOfBusiness\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n                \"natureOfBusinessActivity\": \"Service Provision, Recipient of Goods or Services, Others\",\n                \"natureOfCoreBusinessActivity\": \"Service Provider and Others\",\n                \"otherOffice\": \"State - Maharashtra,Zone - MUMBAI_NORTH_WEST,Division - SANTACRUZ,Charge - KHAR-DANDA_701 (Jurisdictional Office)\",\n                \"principalPlaceOfBusiness\": \"1st Floor, 139-140/B, Shiv Building, Crossing of Sahar Road, Near Garware House, Vile Parle East, Mumbai, Mumbai Suburban, Maharashtra, 400057\",\n                \"sts\": \"Active\",\n                \"taxPayerType\": \"Regular\",\n                \"tradeName\": \"PAYU  PAYMENTS  PRIVATE LIMITED\",\n                \"whetherAadhaarAuthenticated?\": \"No\"\n            }\n        ],\n        \"message\": \"Success\"\n    },\n    \"applicationId\": \"cec7dbb6-9465-4fba-8f93-84243794fdfa\",\n    \"status\": {\n        \"input\": {\n            \"panNumber\": \"AAXXXX091D\"\n        },\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN to GSTIN Details Request Processed\",\n        \"timestamp\": \"2024-06-24 16:47:09\"\n    }\n}"},{"id":"2dce5238-3179-44da-ace8-b1c1bb062a82","name":"GSTIN Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAXXXXX91D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 404,\n        \"message\": \"GSTIN List not found\"\n    },\n    \"applicationId\": \"703469fd-5b6f-4efb-a6f6-c620aa1189c5\",\n    \"status\": {\n        \"input\": {\n            \"panNumber\": \"AAJCS9091P\"\n        },\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN to GSTIN Details Request Processed\",\n        \"timestamp\": \"2024-06-24 16:47:41\"\n    }\n}"},{"id":"73645c34-cb08-4b86-99e7-dd345ef523c4","name":"PAN to GST Detailed - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091P\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 409,\n        \"message\": \"Error in fetching data, upstream down\"\n    },\n    \"applicationId\": \"987100ab-2637-4566-929b-343c875d7755\",\n    \"status\": {\n        \"statusCode\": 409,\n        \"statusMessage\": \"PAN to GSTIN Details Request Failed\",\n        \"groupId\": {\n            \"panNumber\": \"AAJCS9091P\"\n        },\n        \"timestamp\": \"2023-10-09 18:30:00\"\n    }\n}"},{"id":"ef483c75-3a77-4dc5-8a5d-d542a87a55fb","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumberError\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"4d216bc9-2563-44c9-adc4-6955fe52e76f","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-p2\",        // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"aea2996e-2de6-4ee6-83cc-7a75c4cc5adf","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCSXXXXX\" // panNumber is null Or Internal Server Error\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"650c3373-f310-41a7-89b8-9958c24ef842","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"7f649158-629b-4ac2-8f20-b4bd0c1fb4c4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"38c484e0-4ed1-48b9-bb95-9eaf423211bb"},{"name":"7.14 PAN to GST Status","id":"fc286ff1-dbed-41b9-b980-0b92785d0887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to fetch all GST numbers state-wise along with their Active/Inactive status associated with a company PAN within seconds.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>panNumber</strong></td>\n<td>Provided Pan Number</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The GSTIN verification response includes <strong>endUserId</strong>, <strong>response</strong> (with <strong>gstinList</strong>, <strong>gstin</strong>, <strong>status</strong>, <strong>state</strong>, <strong>applicationId</strong>), and <strong>status</strong> (with <strong>statusCode</strong>, <strong>statusMessage</strong>, <strong>groupId</strong>, <strong>panNumber</strong>, and <strong>timestamp</strong>).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>ID of the end user making the request</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the list of GSTINs associated with the PAN</td>\n</tr>\n<tr>\n<td>gstinList</td>\n<td>List of GST registration details</td>\n</tr>\n<tr>\n<td>gstin</td>\n<td>GST Identification Number (GSTIN) associated with the PAN</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of the GSTIN (e.g., ACTIVE, INACTIVE)</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State in which the GSTIN is registered</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique ID of the application request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status code, message, and request information</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code (200 indicates success)</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the request status</td>\n</tr>\n<tr>\n<td>groupId</td>\n<td>Contains the PAN number associated with the request</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>PAN number provided in the request</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"35996000-1204-417d-b677-b5b6f6e13a54","name":"PAN to GST Status - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAXXXX091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"gstinList\": [\n            {\n                \"gstin\": \"06AAJCS9091D1Z4\",\n                \"status\": \"ACTIVE\",\n                \"state\": \"HARYANA\"\n            },\n            {\n                \"gstin\": \"29AAJCS9091D1ZW\",\n                \"status\": \"ACTIVE\",\n                \"state\": \"KARNATAKA\"\n            },\n            {\n                \"gstin\": \"27AAJCS9091D1Z0\",\n                \"status\": \"ACTIVE\",\n                \"state\": \"MAHARASHTRA\"\n            },\n            {\n                \"gstin\": \"07AAJCS9091D1Z2\",\n                \"status\": \"INACTIVE\",\n                \"state\": \"DELHI\"\n            }\n        ]\n    },\n    \"applicationId\": \"0b4b5579-9095-4638-b39f-ffec45076248\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN to GSTIN List (Basic) Request Processed\",\n        \"groupId\": {\n            \"panNumber\": \"AAJCS9091D\"\n        },\n        \"timestamp\": \"2023-10-09 18:22:30\"\n    }\n}"},{"id":"44662d6f-a3f4-4c76-aea5-f594cc3d251b","name":"GSTIN Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091E\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 404,\n        \"message\": \"GSTIN not found\"\n    },\n    \"applicationId\": \"68eb97fe-07f7-46f6-b56e-d48c1dd81f56\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PAN to GSTIN List (Basic) Failed\",\n        \"groupId\": {\n            \"panNumber\": \"AAJCS9091E\"\n        },\n        \"timestamp\": \"2023-10-09 18:21:30\"\n    }\n}"},{"id":"bfbf2a4f-4b69-4bab-afbc-c4658a369f2a","name":"PAN to GST Status - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091P\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 409,\n        \"message\": \"Error in fetching data, upstream down\"\n    },\n    \"applicationId\": \"277100ab-2637-4566-929b-343c875d7755\",\n    \"status\": {\n        \"statusCode\": 409,\n        \"statusMessage\": \"PAN to GSTIN List (Basic) Failed\",\n        \"groupId\": {\n            \"panNumber\": \"AAJCS9091P\"\n        },\n        \"timestamp\": \"2023-10-09 18:22:00\"\n    }\n}"},{"id":"25cd5ee2-11f5-4836-a7e2-70f9b249faa7","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber1\": \"AAJCS9091D\"      // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"aa5f37ed-e6e4-401d-9ccc-7635c1dc6186","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic-failed\",          // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"5b82a1cd-f72a-484e-88bd-08dd2d29059b","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"3ea7a030-afe9-4c3c-9a6b-dd3b62be8d0c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"86850c25-b9fb-462b-9d98-a8bcdfda19c9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"fc286ff1-dbed-41b9-b980-0b92785d0887"},{"name":"7.15 Proprietor - Detailed","id":"25e27e26-9c5f-4515-a598-5b51d76c7609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","description":"<p>Constant Value 'solo'</p>\n","type":"text"},{"key":"panNumber","value":"AMYPL69XXX","type":"text"}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter","description":"<p>This API verifies if a PAN belongs to a proprietor and retrieves associated GST status, address, filing-status</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PAN Number</td>\n<td>The PAN number of the proprietor.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The proprietor's PAN and GST verification response includes <strong>endUserId</strong>, <strong>response</strong> (with <strong>proprietorPan</strong>, <strong>gstCount</strong>, <strong>gstDetailList</strong>, <strong>gstNo</strong>, <strong>filingStatus</strong>, <strong>gstStatus</strong>, <strong>address</strong>, <strong>applicationId</strong>), and <strong>status</strong> (with <strong>statusCode</strong>, <strong>statusMessage</strong>, <strong>input</strong>, <strong>panNumber</strong>, and <strong>timestamp</strong>).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>ID of the end user making the request</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details about the proprietor's PAN and GST</td>\n</tr>\n<tr>\n<td>proprietorPan</td>\n<td>Boolean value indicating if the PAN belongs to a proprietor</td>\n</tr>\n<tr>\n<td>gstCount</td>\n<td>Number of GST registrations associated with the proprietor</td>\n</tr>\n<tr>\n<td>gstDetailList</td>\n<td>List of GST registration details</td>\n</tr>\n<tr>\n<td>gstNo</td>\n<td>GST Number associated with the proprietor</td>\n</tr>\n<tr>\n<td>filingStatus</td>\n<td>Boolean value indicating if GST filings are up to date</td>\n</tr>\n<tr>\n<td>gstStatus</td>\n<td>Status of the GST (e.g., Active, Inactive)</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Registered address for the GST</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique ID of the application request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status code, message, and request information</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code (200 indicates success)</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the request status</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Input parameters provided in the request</td>\n</tr>\n<tr>\n<td>panNumber</td>\n<td>PAN number provided in the request</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of when the request was processed</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","task-bundle","proprietor-hunter"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"51517080-f610-48a2-94e2-324d88a40ccf","name":"Proprietor Hunter - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","description":"Constant Value 'solo'","type":"text"},{"key":"panNumber","value":"AMYPL69XXX","type":"text"}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"proprietorPan\": true,\n        \"gstCount\": 1,\n        \"gstDetailList\": [\n            {\n                \"gstNo\": \"24AMYPL6943PXXX\",\n                \"filingStatus\": true,\n                \"gstStatus\": \"Active\",\n                \"address\": \"107, Samjuba Complex, Lambe Hanuman Road, Surat, Surat, Gujarat, 395006\"\n            }\n        ]\n    },\n    \"applicationId\": \"db437b50-5c0f-4bd8-bee3-ba6205771c88\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Proprietor Hunter API Request Processed\",\n        \"input\": {\n            \"panNumber\": \"AMYPL69XXX\"\n        },\n        \"timestamp\": \"2024-05-15 11:35:55\"\n    }\n}"},{"id":"ede380a6-f6f2-4382-b39d-b42c537d74ea","name":"Not Proprietor Pan (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","description":"Constant Value 'solo'","type":"text"},{"key":"panNumber","value":"Aafca37XXX","type":"text"}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"proprietorPan\": false,\n        \"gstCount\": \"N/A\",\n        \"gstDetailList\": \"N/A\"\n    },\n    \"applicationId\": \"8a28684c-d152-4f65-a503-af6224381f74\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Proprietor Hunter API Request Processed\",\n        \"input\": {\n            \"panNumber\": \"Aafca37XXX\"\n        },\n        \"timestamp\": \"2024-05-14 19:36:47\"\n    }\n}"},{"id":"1b2de810-2ebf-4f95-83c7-297dfbbc1192","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","description":"Constant Value 'solo'","type":"text"},{"key":"panNumber","value":"AMYPL69XXX","type":"text","disabled":true}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"panNumber cannot be blank for the proprietor hunter solo mode!\"\n}"},{"id":"ea52a954-e5c3-4fde-a6ca-1222c15c3b5f","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","type":"text"},{"key":"panNumber","value":"AMYPL69XXX","type":"text"}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"7866279c-d0c5-48ff-af42-cf56ef58adb4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","type":"text"},{"key":"panNumber","value":"AMYPL69XXX","type":"text"}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"e8f7ac85-5c47-4436-94c9-6281acea407a","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"formdata","formdata":[{"key":"customerApplicationId","value":"test","type":"text"},{"key":"mode","value":"PROD","type":"text"},{"key":"processMode","value":"solo","type":"text"},{"key":"panNumber","value":"AMYPL69XXX","type":"text"}]},"url":"{{host}}/aphrodite/external/v1/task-bundle/proprietor-hunter"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"25e27e26-9c5f-4515-a598-5b51d76c7609"},{"name":"7.16 TAN Detail","id":"2bf75d33-3eff-4f61-a611-080bb9680899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API searches the MCA (Ministry of Corporate Affairs) database for companies or LLPs by name. It retrieves a list of registered company names, CINs, states, and statuses.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>companyName</strong></td>\n<td>Provided Company Name</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output</strong> -</h4>\n<p>Company/LLP name/s, CIN/s, State and Status matching with input keywords</p>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"544ca14a-6ec3-4a74-841d-064422cfe643","name":"TAN Detail - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"tan\": \"MRTC04707D\",\n        \"company_name\": \"CRACIONS DIGITAL TECHNOLOGIES PRIVATE LIMITED\",\n        \"address\": {\n            \"add_line_1\": \"B-24\",\n            \"add_line_2\": \",\",\n            \"add_line_3\": \"MAHENDRA ENCLAVE\",\n            \"add_line_4\": \"\",\n            \"add_line_5\": \"GHAZIABAD, GHAZIABAD\",\n            \"state\": \"Uttar Pradesh\",\n            \"pincode\": \"201001\",\n            \"full\": \"B-24 , MAHENDRA ENCLAVE GHAZIABAD, GHAZIABAD Uttar Pradesh 201001\"\n        },\n        \"mobile\": \"9930906840\",\n        \"tan_allotment_date\": \"02-06-2021\",\n        \"email\": [\n            \"CHAUDHARY.LOKESH@GMAIL.COM\"\n        ]\n    },\n    \"applicationId\": \"2c5fe8dc-e463-4448-9d1d-8271899da929\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"TAN - TAN Details Request Processed\",\n        \"transactionId\": \"918441de-359d-4ad3-9549-14c7439ca0f0\",\n        \"input\": {\n            \"tan\": \"MRTC04707D\"\n        },\n        \"timestamp\": \"2024-10-10 17:37:02\"\n    }\n}"},{"id":"5190f199-cee9-4bd8-8a06-c8007aa9ce32","name":"No Result Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707L\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Invalid TAN\"\n    },\n    \"applicationId\": \"e8530c1f-10e9-4cdd-a28f-e9bfb9bbcfda\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"TAN - TAN Details Request Processed\",\n        \"transactionId\": \"dac5ab2e-ef76-4614-95ad-ae3ee897860b\",\n        \"input\": {\n            \"tan\": \"MRTC04707L\"\n        },\n        \"timestamp\": \"2024-10-11 13:21:42\"\n    }\n}"},{"id":"902a8ec0-5a95-4f95-a7a6-4ab427b59f71","name":"Source Down","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Source Down\"\n    },\n    \"applicationId\": \"440e34ac-d718-429d-8af8-85ad6ee8d5cf\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"TAN - TAN Details Failed\",\n        \"transactionId\": \"30cb84e7-71d7-41b3-9701-1c63c3475e8d\",\n        \"input\": {\n            \"tan\": \"MRTC04707D\"\n        },\n        \"timestamp\": \"2024-10-11 13:18:11\"\n    }\n}"},{"id":"fb207ffe-138a-4d4a-9eaa-6ea28f888810","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"k568hj\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"dc99cc2a-55bc-4a3e-a32d-be36fb2c1573","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c121873f-d58c-438a-91fc-07d44cc4a8f9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"07348760-4183-4e5c-a57c-c78a23b7e0b3","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"tan-detail\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"tan\": \"MRTC04707D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"2bf75d33-3eff-4f61-a611-080bb9680899"},{"name":"7.17 MCA Financial Summary","id":"d9d08f3e-9b28-40a5-a6bc-78c556cb03fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyCin\": \"L23209TG1989PLC010335\",\n        \"companyPan\": \"DJWPS9290S\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API provides comprehensive company data, including financial summaries, director/signatory details, employee/establishment information, charges/liabilities, and company master data. It is useful for KYC, due diligence, credit risk assessment, and corporate research.</p>\n<p><strong>Key Features:</strong></p>\n<ul>\n<li><p>Financial performance (revenue, expenses, profit/loss)</p>\n</li>\n<li><p>Director &amp; signatory details (current/past roles, PAN, DIN, addresses)</p>\n</li>\n<li><p>Employee trends &amp; establishment data</p>\n</li>\n<li><p>Open charges/liabilities</p>\n</li>\n<li><p>Company registration &amp; industry classification</p>\n</li>\n</ul>\n<p><strong>Input :</strong> Company CIN &amp; companyPAN</p>\n<h3 id=\"api-response-scheme-table\"><strong>API Response Scheme Table</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Section</strong></th>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>FinancialsSummary</strong></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>LastUpdatedDateTime</code></td>\n<td><code>String (Date)</code></td>\n<td>Last update date (DD-MM-YYYY)</td>\n</tr>\n<tr>\n<td></td>\n<td><code>FinancialsYearWise[]</code></td>\n<td><code>Array</code></td>\n<td>Year-wise financial data</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>FinancialYear</code></td>\n<td><code>String (YYYY)</code></td>\n<td>Fiscal year (e.g., \"2024\")</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>PaidUpCapital</code></td>\n<td><code>String</code></td>\n<td>Total paid-up capital (in INR)</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>ProfitAfterTax</code></td>\n<td><code>String</code></td>\n<td>Net profit/loss (in INR)</td>\n</tr>\n<tr>\n<td><strong>DirectorSignatory</strong></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>DirectorCurrentMasterSummary</code></td>\n<td><code>Object</code></td>\n<td>Current directors’ details</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>DirectorName</code></td>\n<td><code>String</code></td>\n<td>Full name of the director</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>DirectorDin</code></td>\n<td><code>String</code></td>\n<td>Director Identification Number (DIN)</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>DirectorPANNumber</code></td>\n<td><code>String</code></td>\n<td>PAN of the director</td>\n</tr>\n<tr>\n<td></td>\n<td><code>SignatoryPastMasterSummary</code></td>\n<td><code>Object</code></td>\n<td>Past authorized signatories</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>SignatoryPan</code></td>\n<td><code>String</code></td>\n<td>PAN of the signatory</td>\n</tr>\n<tr>\n<td><strong>Employee &amp; Establishment</strong></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>EstablishmentMaster</code></td>\n<td><code>Object</code></td>\n<td>EPF-registered offices</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>EstablishmentName</code></td>\n<td><code>String</code></td>\n<td>Registered office name</td>\n</tr>\n<tr>\n<td></td>\n<td><code>EmployeeTrend</code></td>\n<td><code>Object</code></td>\n<td>Monthly employee data</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>EpfEmployeeCountTotal</code></td>\n<td><code>String</code></td>\n<td>Total employees enrolled in EPF</td>\n</tr>\n<tr>\n<td><strong>ChargesMasterSummary</strong></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>OpenChargesMasterSummary</code></td>\n<td><code>Object</code></td>\n<td>Pending liabilities/charges on the company</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>ChargeHolderName</code></td>\n<td><code>String</code></td>\n<td>Name of the charge holder (e.g., bank)</td>\n</tr>\n<tr>\n<td></td>\n<td>→ <code>ChargeAmount</code></td>\n<td><code>String</code></td>\n<td>Amount secured (in INR)</td>\n</tr>\n<tr>\n<td><strong>CompanyMasterSummary</strong></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td><code>CompanyCIN</code></td>\n<td><code>String</code></td>\n<td>Corporate Identity Number</td>\n</tr>\n<tr>\n<td></td>\n<td><code>CompanyPan</code></td>\n<td><code>String</code></td>\n<td>Company PAN</td>\n</tr>\n<tr>\n<td></td>\n<td><code>CompanyMcaStatus</code></td>\n<td><code>String</code></td>\n<td>Active/Inactive status (per MCA)</td>\n</tr>\n<tr>\n<td></td>\n<td><code>CompanyPaidUpCapital</code></td>\n<td><code>String</code></td>\n<td>Total paid-up capital (in INR)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a27303c3-e0c5-42aa-aa9c-8fff2e8885ef","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyCin\": \"U72900MH2021XXXXXXX\",\n        \"companyPan\": \"AAJCSXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Apr 2025 09:32:45 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"endUserId\": \"****\",\n  \"response\": {\n    \"FinancialsSummary\": {\n      \"LastUpdatedDateTime\": \"29-04-2025\",\n      \"FinancialsYearWise\": [\n        {\n          \"FinancialYear\": \"2024\",\n          \"PaidUpCapital\": \"******\",\n          \"NetWorth\": \"*********\",\n          \"TotalIncome\": \"********\",\n          \"TotalExpense\": \"********\",\n          \"ProfitBeforeTax\": \"*********\",\n          \"IncomeTax\": \"******\",\n          \"ProfitAfterTax\": \"*********\"\n        },\n        {\n          \"FinancialYear\": \"2023\",\n          \"PaidUpCapital\": \"******\",\n          \"NetWorth\": \"*********\",\n          \"TotalIncome\": \"********\",\n          \"TotalExpense\": \"*********\",\n          \"ProfitBeforeTax\": \"*********\",\n          \"IncomeTax\": \"*****\",\n          \"ProfitAfterTax\": \"*********\"\n        },\n        {\n          \"FinancialYear\": \"2022\",\n          \"PaidUpCapital\": \"******\",\n          \"NetWorth\": \"*********\",\n          \"TotalIncome\": \"*******\",\n          \"TotalExpense\": \"*********\",\n          \"ProfitBeforeTax\": \"*********\",\n          \"IncomeTax\": \"******\",\n          \"ProfitAfterTax\": \"*********\"\n        },\n        {\n          \"FinancialYear\": \"2021\",\n          \"PaidUpCapital\": \"******\",\n          \"NetWorth\": \"*******\",\n          \"TotalIncome\": \"0\",\n          \"TotalExpense\": \"*****\",\n          \"ProfitBeforeTax\": \"*****\",\n          \"IncomeTax\": \"0\",\n          \"ProfitAfterTax\": \"*****\"\n        }\n      ]\n    },\n    \"CreditRatingDetail\": {\n      \"LastUpdatedDateTime\": \"null\",\n      \"CreditRating\": null\n    },\n    \"DirectorSignatoryMasterSummary\": {\n      \"LastUpdatedDateTime\": \"26-03-2025\",\n      \"DirectorCurrentMasterSummary\": {\n        \"Director\": [\n          {\n            \"DirectorName\": \"***************\",\n            \"DirectorDin\": \"********\",\n            \"DirectorDesignation\": \"*******\",\n            \"DirectorDateOfBirth\": \"********\",\n            \"DirectorDateOfAppnt\": \"********\",\n            \"DirectorPANNumber\": \"*********\",\n            \"DirectorEmail\": \"***************\",\n            \"DirectorNationality\": \"**\",\n            \"DirectorPresentAddress\": \"********************************************\",\n            \"DirectorPresentCity\": \"******\",\n            \"DirectorPresentState\": \"null\",\n            \"DirectorPermanentAddress\": \"******************************************\",\n            \"DirectorPermanentCity\": \"******\",\n            \"DirectorPermanentState\": \"null\",\n            \"DirectorCapitalization\": \"******\",\n            \"DirectorAvgCapitalization\": \"******\",\n            \"DirectorCurrentDirectorshipCount\": \"1\",\n            \"DirectorPastDirectorshipCount\": 0,\n            \"DINStatus\": \"*******\",\n            \"DisqualifiedByRoCUnderSection164_2\": \"No\",\n            \"CompanyOtherDirecorship\": null\n          },\n          {\n            \"DirectorName\": \"***********\",\n            \"DirectorDin\": \"********\",\n            \"DirectorDesignation\": \"*******\",\n            \"DirectorDateOfBirth\": \"********\",\n            \"DirectorDateOfAppnt\": \"********\",\n            \"DirectorPANNumber\": \"*********\",\n            \"DirectorEmail\": \"***************\",\n            \"DirectorNationality\": \"**\",\n            \"DirectorPresentAddress\": \"***************************************************\",\n            \"DirectorPresentCity\": \"******\",\n            \"DirectorPresentState\": \"**\",\n            \"DirectorPermanentAddress\": \"******************************************\",\n            \"DirectorPermanentCity\": \"******\",\n            \"DirectorPermanentState\": \"**\",\n            \"DirectorCapitalization\": \"******\",\n            \"DirectorAvgCapitalization\": \"******\",\n            \"DirectorCurrentDirectorshipCount\": \"1\",\n            \"DirectorPastDirectorshipCount\": 1,\n            \"DINStatus\": \"*******\",\n            \"DisqualifiedByRoCUnderSection164_2\": \"No\",\n            \"CompanyOtherDirecorship\": null\n          }\n        ]\n      },\n      \"DirectorPastMasterSummary\": null,\n      \"SignatoryCurrentMasterSummary\": null,\n      \"SignatoryPastMasterSummary\": null,\n      \"PotentialRelatedPartyMasterSummary\": null,\n      \"DirectorPastDirectorshipMasterSummary\": null,\n      \"DirectorCurrentDirectorshipMasterSummary\": {\n        \"Director\": [\n          {\n            \"DirectorName\": \"***************\",\n            \"DirectorDin\": \"********\",\n            \"DirectorDesignation\": null,\n            \"DirectorDateOfBirth\": null,\n            \"DirectorDateOfAppnt\": null,\n            \"DirectorPANNumber\": null,\n            \"DirectorEmail\": null,\n            \"DirectorNationality\": null,\n            \"DirectorPresentAddress\": null,\n            \"DirectorPresentCity\": null,\n            \"DirectorPresentState\": null,\n            \"DirectorPermanentAddress\": null,\n            \"DirectorPermanentCity\": null,\n            \"DirectorPermanentState\": null,\n            \"DirectorCapitalization\": null,\n            \"DirectorAvgCapitalization\": null,\n            \"DirectorCurrentDirectorshipCount\": null,\n            \"DirectorPastDirectorshipCount\": null,\n            \"DINStatus\": null,\n            \"DisqualifiedByRoCUnderSection164_2\": null,\n            \"CompanyOtherDirecorship\": null\n          },\n          {\n            \"DirectorName\": \"***********\",\n            \"DirectorDin\": \"********\",\n            \"DirectorDesignation\": null,\n            \"DirectorDateOfBirth\": null,\n            \"DirectorDateOfAppnt\": null,\n            \"DirectorPANNumber\": null,\n            \"DirectorEmail\": null,\n            \"DirectorNationality\": null,\n            \"DirectorPresentAddress\": null,\n            \"DirectorPresentCity\": null,\n            \"DirectorPresentState\": null,\n            \"DirectorPermanentAddress\": null,\n            \"DirectorPermanentCity\": null,\n            \"DirectorPermanentState\": null,\n            \"DirectorCapitalization\": null,\n            \"DirectorAvgCapitalization\": null,\n            \"DirectorCurrentDirectorshipCount\": null,\n            \"DirectorPastDirectorshipCount\": null,\n            \"DINStatus\": null,\n            \"DisqualifiedByRoCUnderSection164_2\": null,\n            \"CompanyOtherDirecorship\": null\n          }\n        ]\n      }\n    },\n    \"EmployeeAndEstablishmentSummary\": null,\n    \"ChargesMasterSummary\": {\n      \"LastUpdatedDateTime\": \"26-03-2025\",\n      \"OpenChargesMasterSummary\": null,\n      \"SatisfiedChargesMasterSummary\": null\n    },\n    \"CompanyMasterSummary\": {\n      \"LastUpdatedDateTime\": \"26-03-2025\",\n      \"CompanyCIN\": \"***************\",\n      \"CompanyPan\": \"null\",\n      \"CompanyName\": \"*****************************\",\n      \"CompanyDateOfInc\": \"********\",\n      \"CompanyRocCity\": \"**********\",\n      \"CompanyRegNumber\": \"*******\",\n      \"CompanyCategory\": \"**************************\",\n      \"CompanySubCategory\": \"*******************************\",\n      \"CompanyClass\": \"**************\",\n      \"CompanyAuthCapital\": \"********\",\n      \"CompanyPaidUpCapital\": \"******\",\n      \"CompanyFullAddress\": \"***************************************************************\",\n      \"CompanyRegState\": \"************\",\n      \"CompanyRegCity\": \"*******\",\n      \"CompanyRegPinCode\": \"******\",\n      \"CompanyBookAddress\": \"null\",\n      \"CompanyMcaStatus\": \"******\",\n      \"CompanyLastAgmDate\": \"********\",\n      \"CompanyLastBsDate\": \"********\",\n      \"CompanyEmail\": \"********************\",\n      \"CompanyWebSite\": \"null\",\n      \"CompanyMcaIndustry\": \"**************************************************************\",\n      \"CompanyMcaIndustryDivision\": \"*****************************\",\n      \"CompanyMcaIndustryGroup\": \"**************************\",\n      \"StatusUnderCIRP\": null\n    }\n  },\n  \"applicationId\": \"************************************\",\n  \"status\": {\n    \"statusCode\": 200,\n    \"statusMessage\": \"Request Processed Successfully\",\n    \"input\": {\n      \"companyCin\": \"***************\",\n      \"companyPan\": \"***********\"\n    }\n  }\n}\n"},{"id":"a521bea6-3861-486b-bd52-0b7289345a13","name":"Success with only pan","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        // \"companyCin\": \"L23209TG19XXXXXXXXXX\",\n        \"companyPan\": \"AAJCS9XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Apr 2025 10:15:17 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"***\",\n    \"response\": {\n        \"FinancialsSummary\": {\n            \"LastUpdatedDateTime\": \"***\",\n            \"FinancialsYearWise\": [\n                {\n                    \"FinancialYear\": \"***\",\n                    \"PaidUpCapital\": \"***\",\n                    \"NetWorth\": \"***\",\n                    \"TotalIncome\": \"***\",\n                    \"TotalExpense\": \"***\",\n                    \"ProfitBeforeTax\": \"***\",\n                    \"IncomeTax\": \"***\",\n                    \"ProfitAfterTax\": \"***\"\n                },\n                {\n                    \"FinancialYear\": \"***\",\n                    \"PaidUpCapital\": \"***\",\n                    \"NetWorth\": \"***\",\n                    \"TotalIncome\": \"***\",\n                    \"TotalExpense\": \"***\",\n                    \"ProfitBeforeTax\": \"***\",\n                    \"IncomeTax\": \"***\",\n                    \"ProfitAfterTax\": \"***\"\n                }\n            ]\n        },\n        \"CreditRatingDetail\": {\n            \"LastUpdatedDateTime\": \"***\",\n            \"CreditRating\": null\n        },\n        \"DirectorSignatoryMasterSummary\": {\n            \"LastUpdatedDateTime\": \"***\",\n            \"DirectorCurrentMasterSummary\": {\n                \"Director\": [\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": \"***\",\n                        \"DirectorDateOfBirth\": \"***\",\n                        \"DirectorDateOfAppnt\": \"***\",\n                        \"DirectorPANNumber\": \"***\",\n                        \"DirectorEmail\": \"***\",\n                        \"DirectorNationality\": \"***\",\n                        \"DirectorPresentAddress\": \"***\",\n                        \"DirectorPresentCity\": \"***\",\n                        \"DirectorPresentState\": \"***\",\n                        \"DirectorPermanentAddress\": \"***\",\n                        \"DirectorPermanentCity\": \"***\",\n                        \"DirectorPermanentState\": \"***\",\n                        \"DirectorCapitalization\": \"***\",\n                        \"DirectorAvgCapitalization\": \"***\",\n                        \"DirectorCurrentDirectorshipCount\": \"***\",\n                        \"DirectorPastDirectorshipCount\": ***,\n                        \"DINStatus\": \"***\",\n                        \"DisqualifiedByRoCUnderSection164_2\": \"***\",\n                        \"CompanyOtherDirecorship\": null\n                    },\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": \"***\",\n                        \"DirectorDateOfBirth\": \"***\",\n                        \"DirectorDateOfAppnt\": \"***\",\n                        \"DirectorPANNumber\": \"***\",\n                        \"DirectorEmail\": \"***\",\n                        \"DirectorNationality\": \"***\",\n                        \"DirectorPresentAddress\": \"***\",\n                        \"DirectorPresentCity\": \"***\",\n                        \"DirectorPresentState\": \"***\",\n                        \"DirectorPermanentAddress\": \"***\",\n                        \"DirectorPermanentCity\": \"***\",\n                        \"DirectorPermanentState\": \"***\",\n                        \"DirectorCapitalization\": \"***\",\n                        \"DirectorAvgCapitalization\": \"***\",\n                        \"DirectorCurrentDirectorshipCount\": \"***\",\n                        \"DirectorPastDirectorshipCount\": ***,\n                        \"DINStatus\": \"***\",\n                        \"DisqualifiedByRoCUnderSection164_2\": \"***\",\n                        \"CompanyOtherDirecorship\": null\n                    }\n                ]\n            },\n            \"DirectorPastMasterSummary\": {\n                \"Director\": [\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": \"***\",\n                        \"DirectorDateOfBirth\": \"***\",\n                        \"DirectorDateOfAppnt\": \"***\",\n                        \"DirectorPANNumber\": \"***\",\n                        \"DirectorEmail\": \"***\",\n                        \"DirectorNationality\": \"***\",\n                        \"DirectorPresentAddress\": \"***\",\n                        \"DirectorPresentCity\": \"***\",\n                        \"DirectorPresentState\": \"***\",\n                        \"DirectorPermanentAddress\": \"***\",\n                        \"DirectorPermanentCity\": \"***\",\n                        \"DirectorPermanentState\": \"***\",\n                        \"DirectorCapitalization\": \"***\",\n                        \"DirectorAvgCapitalization\": \"***\",\n                        \"DirectorCurrentDirectorshipCount\": \"***\",\n                        \"DirectorPastDirectorshipCount\": ***,\n                        \"DINStatus\": \"***\",\n                        \"DisqualifiedByRoCUnderSection164_2\": \"***\",\n                        \"CompanyOtherDirecorship\": null\n                    }\n                ]\n            },\n            \"SignatoryCurrentMasterSummary\": null,\n            \"SignatoryPastMasterSummary\": {\n                \"Signatory\": [\n                    {\n                        \"SignatoryName\": \"***\",\n                        \"SignatoryPan\": \"***\",\n                        \"SignatoryDesignation\": \"***\",\n                        \"SignatoryDateOfAppnt\": \"***\"\n                    },\n                    {\n                        \"SignatoryName\": \"***\",\n                        \"SignatoryPan\": \"***\",\n                        \"SignatoryDesignation\": \"***\",\n                        \"SignatoryDateOfAppnt\": \"***\"\n                    }\n                ]\n            },\n            \"PotentialRelatedPartyMasterSummary\": {\n                \"RelatedParty\": [\n                    {\n                        \"CompanyCin\": \"***\",\n                        \"CompanyName\": \"***\",\n                        \"CompanyDateOfInc\": \"***\",\n                        \"CompanyMcaStatus\": \"***\",\n                        \"CompanyMcaIndustry\": \"***\",\n                        \"CompanyPaidUpCapital\": \"***\",\n                        \"CompanyLastBsDate\": \"***\",\n                        \"CommonDirectorCount\": ***\n                    },\n                    {\n                        \"CompanyCin\": \"***\",\n                        \"CompanyName\": \"***\",\n                        \"CompanyDateOfInc\": \"***\",\n                        \"CompanyMcaStatus\": \"***\",\n                        \"CompanyMcaIndustry\": \"***\",\n                        \"CompanyPaidUpCapital\": \"***\",\n                        \"CompanyLastBsDate\": \"***\",\n                        \"CommonDirectorCount\": ***\n                    }\n                ]\n            },\n            \"DirectorPastDirectorshipMasterSummary\": {\n                \"Director\": [\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": null,\n                        \"DirectorDateOfBirth\": null,\n                        \"DirectorDateOfAppnt\": null,\n                        \"DirectorPANNumber\": null,\n                        \"DirectorEmail\": null,\n                        \"DirectorNationality\": null,\n                        \"DirectorPresentAddress\": null,\n                        \"DirectorPresentCity\": null,\n                        \"DirectorPresentState\": null,\n                        \"DirectorPermanentAddress\": null,\n                        \"DirectorPermanentCity\": null,\n                        \"DirectorPermanentState\": null,\n                        \"DirectorCapitalization\": null,\n                        \"DirectorAvgCapitalization\": null,\n                        \"DirectorCurrentDirectorshipCount\": null,\n                        \"DirectorPastDirectorshipCount\": null,\n                        \"DINStatus\": null,\n                        \"DisqualifiedByRoCUnderSection164_2\": null,\n                        \"CompanyOtherDirecorship\": [\n                            {\n                                \"CompanyCin\": \"***\",\n                                \"CompanyName\": \"***\",\n                                \"CompanyDateOfInc\": \"***\",\n                                \"CompanyMcaStatus\": \"***\",\n                                \"CompanyMcaIndustry\": \"***\",\n                                \"CompanyPaidUpCapital\": \"***\",\n                                \"CompanyLastBsDate\": \"***\",\n                                \"CommonDirectorCount\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": null,\n                        \"DirectorDateOfBirth\": null,\n                        \"DirectorDateOfAppnt\": null,\n                        \"DirectorPANNumber\": null,\n                        \"DirectorEmail\": null,\n                        \"DirectorNationality\": null,\n                        \"DirectorPresentAddress\": null,\n                        \"DirectorPresentCity\": null,\n                        \"DirectorPresentState\": null,\n                        \"DirectorPermanentAddress\": null,\n                        \"DirectorPermanentCity\": null,\n                        \"DirectorPermanentState\": null,\n                        \"DirectorCapitalization\": null,\n                        \"DirectorAvgCapitalization\": null,\n                        \"DirectorCurrentDirectorshipCount\": null,\n                        \"DirectorPastDirectorshipCount\": null,\n                        \"DINStatus\": null,\n                        \"DisqualifiedByRoCUnderSection164_2\": null,\n                        \"CompanyOtherDirecorship\": [\n                            {\n                                \"CompanyCin\": \"***\",\n                                \"CompanyName\": \"***\",\n                                \"CompanyDateOfInc\": \"***\",\n                                \"CompanyMcaStatus\": \"***\",\n                                \"CompanyMcaIndustry\": \"***\",\n                                \"CompanyPaidUpCapital\": \"***\",\n                                \"CompanyLastBsDate\": \"***\",\n                                \"CommonDirectorCount\": null\n                            }\n                        ]\n                    },\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": null,\n                        \"DirectorDateOfBirth\": null,\n                        \"DirectorDateOfAppnt\": null,\n                        \"DirectorPANNumber\": null,\n                        \"DirectorEmail\": null,\n                        \"DirectorNationality\": null,\n                        \"DirectorPresentAddress\": null,\n                        \"DirectorPresentCity\": null,\n                        \"DirectorPresentState\": null,\n                        \"DirectorPermanentAddress\": null,\n                        \"DirectorPermanentCity\": null,\n                        \"DirectorPermanentState\": null,\n                        \"DirectorCapitalization\": null,\n                        \"DirectorAvgCapitalization\": null,\n                        \"DirectorCurrentDirectorshipCount\": null,\n                        \"DirectorPastDirectorshipCount\": null,\n                        \"DINStatus\": null,\n                        \"DisqualifiedByRoCUnderSection164_2\": null,\n                        \"CompanyOtherDirecorship\": null\n                    }\n                ]\n            },\n            \"DirectorCurrentDirectorshipMasterSummary\": {\n                \"Director\": [\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": null,\n                        \"DirectorDateOfBirth\": null,\n                        \"DirectorDateOfAppnt\": null,\n                        \"DirectorPANNumber\": null,\n                        \"DirectorEmail\": null,\n                        \"DirectorNationality\": null,\n                        \"DirectorPresentAddress\": null,\n                        \"DirectorPresentCity\": null,\n                        \"DirectorPresentState\": null,\n                        \"DirectorPermanentAddress\": null,\n                        \"DirectorPermanentCity\": null,\n                        \"DirectorPermanentState\": null,\n                        \"DirectorCapitalization\": null,\n                        \"DirectorAvgCapitalization\": null,\n                        \"DirectorCurrentDirectorshipCount\": null,\n                        \"DirectorPastDirectorshipCount\": null,\n                        \"DINStatus\": null,\n                        \"DisqualifiedByRoCUnderSection164_2\": null,\n                        \"CompanyOtherDirecorship\": [\n                            {\n                                \"CompanyCin\": \"***\",\n                                \"CompanyName\": \"***\",\n                                \"CompanyDateOfInc\": \"***\",\n                                \"CompanyMcaStatus\": \"***\",\n                                \"CompanyMcaIndustry\": \"***\",\n                                \"CompanyPaidUpCapital\": \"***\",\n                                \"CompanyLastBsDate\": \"***\",\n                                \"CommonDirectorCount\": ***\n                            },\n                            {\n                                \"CompanyCin\": \"***\",\n                                \"CompanyName\": \"***\",\n                                \"CompanyDateOfInc\": \"***\",\n                                \"CompanyMcaStatus\": \"***\",\n                                \"CompanyMcaIndustry\": \"***\",\n                                \"CompanyPaidUpCapital\": \"***\",\n                                \"CompanyLastBsDate\": \"***\",\n                                \"CommonDirectorCount\": ***\n                            }\n                        ]\n                    },\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": null,\n                        \"DirectorDateOfBirth\": null,\n                        \"DirectorDateOfAppnt\": null,\n                        \"DirectorPANNumber\": null,\n                        \"DirectorEmail\": null,\n                        \"DirectorNationality\": null,\n                        \"DirectorPresentAddress\": null,\n                        \"DirectorPresentCity\": null,\n                        \"DirectorPresentState\": null,\n                        \"DirectorPermanentAddress\": null,\n                        \"DirectorPermanentCity\": null,\n                        \"DirectorPermanentState\": null,\n                        \"DirectorCapitalization\": null,\n                        \"DirectorAvgCapitalization\": null,\n                        \"DirectorCurrentDirectorshipCount\": null,\n                        \"DirectorPastDirectorshipCount\": null,\n                        \"DINStatus\": null,\n                        \"DisqualifiedByRoCUnderSection164_2\": null,\n                        \"CompanyOtherDirecorship\": [\n                            {\n                                \"CompanyCin\": \"***\",\n                                \"CompanyName\": \"***\",\n                                \"CompanyDateOfInc\": \"***\",\n                                \"CompanyMcaStatus\": \"***\",\n                                \"CompanyMcaIndustry\": \"***\",\n                                \"CompanyPaidUpCapital\": \"***\",\n                                \"CompanyLastBsDate\": \"***\",\n                                \"CommonDirectorCount\": ***\n                            }\n                        ]\n                    },\n                    {\n                        \"DirectorName\": \"***\",\n                        \"DirectorDin\": \"***\",\n                        \"DirectorDesignation\": null,\n                        \"DirectorDateOfBirth\": null,\n                        \"DirectorDateOfAppnt\": null,\n                        \"DirectorPANNumber\": null,\n                        \"DirectorEmail\": null,\n                        \"DirectorNationality\": null,\n                        \"DirectorPresentAddress\": null,\n                        \"DirectorPresentCity\": null,\n                        \"DirectorPresentState\": null,\n                        \"DirectorPermanentAddress\": null,\n                        \"DirectorPermanentCity\": null,\n                        \"DirectorPermanentState\": null,\n                        \"DirectorCapitalization\": null,\n                        \"DirectorAvgCapitalization\": null,\n                        \"DirectorCurrentDirectorshipCount\": null,\n                        \"DirectorPastDirectorshipCount\": null,\n                        \"DINStatus\": null,\n                        \"DisqualifiedByRoCUnderSection164_2\": null,\n                        \"CompanyOtherDirecorship\": null\n                    }\n                ]\n            }\n        },\n        \"EmployeeAndEstablishmentSummary\": {\n            \"EstablishmentMaster\": {\n                \"LastUpdatedDateTime\": \"***\",\n                \"Establishment\": [\n                    {\n                        \"EstablishmentCode\": \"***\",\n                        \"EstablishmentName\": \"***\",\n                        \"EstablishmentAddress\": \"***\",\n                        \"EPFCity\": \"***\",\n                        \"EstablishmentPrimaryBusinessActivity\": \"***\"\n                    },\n                    {\n                        \"EstablishmentCode\": \"***\",\n                        \"EstablishmentName\": \"***\",\n                        \"EstablishmentAddress\": \"***\",\n                        \"EPFCity\": \"***\",\n                        \"EstablishmentPrimaryBusinessActivity\": \"***\"\n                    }\n                ]\n            },\n            \"EmployeeTrend\": {\n                \"EmployeeMonthWise\": [\n                    {\n                        \"WagesMonth\": \"***\",\n                        \"EpfEmployeeCountTotal\": \"***\",\n                        \"EpfAmountPaidTotal\": \"***\"\n                    },\n                    {\n                        \"WagesMonth\": \"***\",\n                        \"EpfEmployeeCountTotal\": \"***\",\n                        \"EpfAmountPaidTotal\": \"***\"\n                    }\n                ]\n            }\n        },\n        \"ChargesMasterSummary\": {\n            \"LastUpdatedDateTime\": \"***\",\n            \"OpenChargesMasterSummary\": {\n                \"Charge\": [\n                    {\n                        \"ChargeID\": \"***\",\n                        \"ChargeHolderName\": \"***\",\n                        \"ChargeHolderAddress\": \"***\",\n                        \"ChargeAmount\": \"***\",\n                        \"ChargeDateOfCreation\": \"***\",\n                        \"ChargeDateOfLastModification\": \"***\",\n                        \"ChargeAssetsSecured\": \"***\",\n                        \"ChargeDateOfSatisfaction\": null,\n                        \"ChargeSRN\": null\n                    }\n                ]\n            }\n        },\n        \"CompanyMasterSummary\": {\n            \"LastUpdatedDateTime\": \"***\",\n            \"CompanyCIN\": \"***\",\n            \"CompanyPan\": \"***\",\n            \"CompanyName\": \"***\",\n            \"CompanyDateOfInc\": \"***\",\n            \"CompanyRocCity\": \"***\",\n            \"CompanyRegNumber\": \"***\",\n            \"CompanyCategory\": \"***\",\n            \"CompanySubCategory\": \"***\",\n            \"CompanyClass\": \"***\",\n            \"CompanyAuthCapital\": \"***\",\n            \"CompanyPaidUpCapital\": \"***\",\n            \"CompanyFullAddress\": \"***\",\n            \"CompanyRegState\": \"***\",\n            \"CompanyRegCity\": \"***\",\n            \"CompanyRegPinCode\": \"***\",\n            \"CompanyBookAddress\": \"***\",\n            \"CompanyMcaStatus\": \"***\",\n            \"CompanyLastAgmDate\": \"***\",\n            \"CompanyLastBsDate\": \"***\",\n            \"CompanyEmail\": \"***\",\n            \"CompanyWebSite\": \"***\",\n            \"CompanyMcaIndustry\": \"***\",\n            \"CompanyMcaIndustryDivision\": \"***\",\n            \"CompanyMcaIndustryGroup\": \"***\",\n            \"StatusUnderCIRP\": null\n        }\n    },\n    \"applicationId\": \"***\",\n    \"status\": {\n        \"statusCode\": ***,\n        \"statusMessage\": \"***\",\n        \"input\": {\n            \"companyPan\": \"***\"\n        }\n    }\n}"},{"id":"0cf093eb-67ce-48a4-a6bc-17789dbec068","name":"Invalid CIN","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyCin\": \"L23209TG1XXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 26 Apr 2025 19:29:25 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"companyCin - L23209TG1XXXXXXXX is not in a valid form\"\n}"},{"id":"2ddd9ce6-985c-4424-ad2c-ee1684d7b9e5","name":"Invalid 2","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyCin\": \"\",\n        \"companyPan\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 06:19:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1af1f58f-dd14-4b4c-9525-95e011fa4434"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"Via","value":"1.1 google"},{"key":"x-amz-apigw-id","value":"JxZaHElZhcwEFIg="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68106f73-1ad486d63ab867d3017b32d9"},{"key":"x-amzn-Remapped-Date","value":"Tue, 29 Apr 2025 06:19:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"companyCin or companyPan not passed\"\n}"},{"id":"11ffd3ce-3506-43ef-8d37-1ea4bfc1dc3c","name":"PAN Invalid","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyCin\": \"\",\n        \"companyPan\": \"DJWPSXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 06:20:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6b2ca8c7-c64c-44e0-9ec8-3428c4eee6a2"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"Via","value":"1.1 google"},{"key":"x-amz-apigw-id","value":"JxZfEGMUhcwEe7w="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68106f93-4a6424794e7198e15bb106ce"},{"key":"x-amzn-Remapped-Date","value":"Tue, 29 Apr 2025 06:20:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"companyPan - DJWPSXXXXX is not in a valid format\"\n}"},{"id":"a6a75376-f9f8-49d1-8c77-b81b411818b1","name":"404 Not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"mca-financial-summary\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"companyCin\": \"L23209TG19XXXXXXXXXX\",\n        \"companyPan\": \"DJWPS9XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 12 May 2025 12:04:00 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"companyCin - L23209TG19XXXXXXXXXX is not valid and not found in the records\"\n}"}],"_postman_id":"d9d08f3e-9b28-40a5-a6bc-78c556cb03fd"},{"name":"7.19 GST Detailed - lll","id":"6dda643a-e0fa-468f-b796-8122a2686ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>GST Details API</strong> retrieves detailed business information, filing history, and GST-related metadata for a given GSTIN (Goods and Services Tax Identification Number).</p>\n<p>By providing the GSTIN number, the API returns company profile, filing status, business activities, and service classification.</p>\n<h3 id=\"input-key--description-table\"><strong>Input (Key / Description Table)</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>gstinNumber</strong></td>\n<td>The 15-digit GSTIN of the business for which GST details are to be fetched.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-scheme\">Response Scheme</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>String</td>\n<td>Identifier passed in the request and echoed back.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Integer</td>\n<td>API response code (e.g., 200).</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Status message of the API.</td>\n</tr>\n<tr>\n<td>natureOfBusinessActivity</td>\n<td>Array</td>\n<td>List of GST-declared business activities.</td>\n</tr>\n<tr>\n<td>aadhaarAuthenticated?</td>\n<td>String</td>\n<td>Aadhaar authentication date or status.</td>\n</tr>\n<tr>\n<td>administrativeOffice</td>\n<td>String</td>\n<td>GST jurisdiction details (State, Zone, Division, Range).</td>\n</tr>\n<tr>\n<td>compositionRate</td>\n<td>String</td>\n<td>Composition scheme rate, if applicable.</td>\n</tr>\n<tr>\n<td>constitutionOfBusiness</td>\n<td>String</td>\n<td>Business type (Pvt Ltd, Partnership, etc.).</td>\n</tr>\n<tr>\n<td>currentFilingFrequency</td>\n<td>String</td>\n<td>Monthly/Quarterly filing frequency.</td>\n</tr>\n<tr>\n<td>dateOfCancellation</td>\n<td>String</td>\n<td>GST cancellation date, if applicable.</td>\n</tr>\n<tr>\n<td>effectiveDateOfRegistration</td>\n<td>String</td>\n<td>Date when GST registration became active.</td>\n</tr>\n<tr>\n<td>einvoiceStatus</td>\n<td>String</td>\n<td>Whether e-Invoicing is enabled.</td>\n</tr>\n<tr>\n<td>ekycVFlag</td>\n<td>String</td>\n<td>eKYC verification status.</td>\n</tr>\n<tr>\n<td>gstin</td>\n<td>String</td>\n<td>GSTIN number of the entity.</td>\n</tr>\n<tr>\n<td>isFieldVisitConducted</td>\n<td>String</td>\n<td>Whether GST field visit was conducted.</td>\n</tr>\n<tr>\n<td>legalNameOfBusiness</td>\n<td>String</td>\n<td>Legal registered name of the business.</td>\n</tr>\n<tr>\n<td>natureOfCoreBusinessActivity</td>\n<td>String</td>\n<td>Main business activity under GST.</td>\n</tr>\n<tr>\n<td>otherOffice</td>\n<td>String</td>\n<td>Additional jurisdictional office details.</td>\n</tr>\n<tr>\n<td>principalPlaceOfBusiness</td>\n<td>String</td>\n<td>Registered address of the business.</td>\n</tr>\n<tr>\n<td>sts</td>\n<td>String</td>\n<td>GSTIN status (Active/Cancelled).</td>\n</tr>\n<tr>\n<td>taxPayerType</td>\n<td>String</td>\n<td>Regular/Composition taxpayer.</td>\n</tr>\n<tr>\n<td>tradeName</td>\n<td>String</td>\n<td>Trade name of the business.</td>\n</tr>\n<tr>\n<td>whetherAadhaarAuthenticated?</td>\n<td>String</td>\n<td>Whether Aadhaar authentication was successful.</td>\n</tr>\n<tr>\n<td>accessReferenceNumber</td>\n<td>String</td>\n<td>ARN for any GST filing record.</td>\n</tr>\n<tr>\n<td>dateOfFiling</td>\n<td>String</td>\n<td>Filing date for GST returns.</td>\n</tr>\n<tr>\n<td>filingStatus</td>\n<td>String</td>\n<td>Filed / Not Filed status.</td>\n</tr>\n<tr>\n<td>financialYear</td>\n<td>String</td>\n<td>Financial year of the filing.</td>\n</tr>\n<tr>\n<td>modeOfFiling</td>\n<td>String</td>\n<td>ONLINE / OFFLINE filing mode.</td>\n</tr>\n<tr>\n<td>returnType</td>\n<td>String</td>\n<td>Type of GST return (GSTR1, GSTR3B, etc.).</td>\n</tr>\n<tr>\n<td>taxPayerPeriod</td>\n<td>String</td>\n<td>Filing period (Month/Annual).</td>\n</tr>\n<tr>\n<td>serviceAccountingCode</td>\n<td>String</td>\n<td>SAC code for service classification.</td>\n</tr>\n<tr>\n<td>serviceDescription</td>\n<td>String</td>\n<td>Description of the service category.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>String</td>\n<td>Unique request identifier.</td>\n</tr>\n<tr>\n<td>gstinNumber</td>\n<td>String</td>\n<td>GSTIN input sent in the request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Integer</td>\n<td>Internal processing status.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>String</td>\n<td>Result message for the request.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>API execution timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"55bd0b8e-ec73-4501-bb4f-7c7fa99466b2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"companyData\": {\n            \"aadhaarAuthenticated?\": \"16/03/2022\",\n            \"administrativeOffice\": \"State - CBIC,Zone - MUMBAI,Commissionerate - NAVI MUMBAI,Division - DIVISION VII,Range - RANGE-VI (Jurisdictional Office)\",\n            \"compositionRate\": \"NA\",\n            \"constitutionOfBusiness\": \"Private Limited Company\",\n            \"currentFilingFrequency\": \"Monthly\",\n            \"dateOfCancellation\": \"\",\n            \"effectiveDateOfRegistration\": \"21/06/2021\",\n            \"einvoiceStatus\": \"Yes\",\n            \"ekycVFlag\": \"Not Applicable\",\n            \"gstin\": \"27AAICTXXXXL1ZY\",\n            \"isFieldVisitConducted\": \"No\",\n            \"legalNameOfBusiness\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n            \"natureOfCoreBusinessActivity\": \"Service Provider and Others\",\n            \"otherOffice\": \"State - Maharashtra,Zone - MUMBAI_NORTH_WEST,Division - MAZGAON,Charge - WORLI_701\",\n            \"principalPlaceOfBusiness\": \"FLOOR-3, 264/265,, VASWANI CHAMBERS, PLOT-264/265,, DR ANNIE BESANT ROAD,PASSPORT OFFICE,WORLI COLONY, Mumbai, Mumbai, Maharashtra, 400030\",\n            \"sts\": \"Active\",\n            \"taxPayerType\": \"Regular\",\n            \"tradeName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n            \"whetherAadhaarAuthenticated?\": \"Yes\"\n        },\n        \"filingStatus\": {\n            \"GSTR1\": [\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"11/11/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"October\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"11/10/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"September\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"11/09/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"August\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"13/08/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"July\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"12/07/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"June\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"19/06/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"March\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"11/01/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"December\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"14/10/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"September\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"13/07/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"June\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"20/05/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2023-2024\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1\",\n                    \"taxPayerPeriod\": \"March\"\n                }\n            ],\n            \"GSTR1A\": [\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"25/10/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1A\",\n                    \"taxPayerPeriod\": \"September\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"19/09/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR1A\",\n                    \"taxPayerPeriod\": \"August\"\n                }\n            ],\n            \"GSTR3B\": [\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"20/11/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"October\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"25/10/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"September\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"20/09/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"August\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"20/08/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"July\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"22/07/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2025-2026\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"June\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"25/06/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"March\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"24/01/2025\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"December\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"21/10/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"September\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"22/07/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2024-2025\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"June\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"03/06/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2023-2024\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR3B\",\n                    \"taxPayerPeriod\": \"March\"\n                }\n            ],\n            \"GSTR9\": [\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"24/12/2024\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2023-2024\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR9\",\n                    \"taxPayerPeriod\": \"Annual\"\n                },\n                {\n                    \"accessReferenceNumber\": \"NA\",\n                    \"dateOfFiling\": \"30/12/2023\",\n                    \"filingStatus\": \"Filed\",\n                    \"financialYear\": \"2022-2023\",\n                    \"modeOfFiling\": \"ONLINE\",\n                    \"returnType\": \"GSTR9\",\n                    \"taxPayerPeriod\": \"Annual\"\n                }\n            ]\n        },\n        \"goodService\": {\n            \"businessServiceDetails\": [\n                {\n                    \"serviceAccountingCode\": \"998313\",\n                    \"serviceDescription\": \"Information technology consulting and support services\"\n                },\n                {\n                    \"serviceAccountingCode\": \"998314\",\n                    \"serviceDescription\": \"Information technology design and development services\"\n                }\n            ]\n        },\n        \"message\": \"Success\",\n        \"natureOfBusinessActivity\": [\n            \"Supplier of Services\"\n        ]\n    },\n    \"applicationId\": \"9d3df90e-9dfa-490b-b6c6-a7ed69bba49c\",\n    \"status\": {\n        \"input\": {\n            \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n        },\n        \"statusCode\": 200,\n        \"statusMessage\": \"GST Details Request Processed\",\n        \"timestamp\": \"2025-12-03 12:35:57\"\n    }\n}"},{"id":"5dcf2535-4ece-48ac-aaa7-9c27b747f1e5","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"GST\": \"27AAICTXXXXL1ZY\" // Invalid field Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"e6f535fa-0bda-4772-82dc-90b3df2721dd","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"d5a14a63-49e5-4d66-ab3d-7af2c9afe616","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b5a24cab-4964-442d-896c-70def1b5814b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"723d08e6-667b-4a7c-9ae8-78004cb29d7c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"gst-advanced-l2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"gstinNumber\": \"27AAICTXXXXL1ZY\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"6dda643a-e0fa-468f-b796-8122a2686ef1"},{"name":"7.20 PAN to CIN","id":"c5722c46-ee07-4d44-b70e-a47a40b97e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-to-cin\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"pan_number\": \"AAHCXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to fetch all GST numbers state-wise along with their Active/Inactive status associated with a company PAN within seconds.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>panNumber</strong></td>\n<td>Provided Pan Number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fa145800-55df-4aa0-8643-c08bf379050b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-to-cin\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"pan_number\": \"AAHXXXXX5M\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"cin_details\": [\n            {\n                \"cin\": \"U35900TN2019PTC128496\",\n                \"entity_name\": \"DHAKSHA UNMANNED SYSTEMS PRIVATE LIMITED\"\n            }\n        ]\n    },\n    \"applicationId\": \"3b86a70a-1b77-4eba-b4fa-2455d59bf0ef\",\n    \"status\": {\n        \"input\": {\n            \"pan_number\": \"AAHCXXXXX\"\n        },\n        \"statusCode\": 200,\n        \"statusMessage\": \"CIN Details Request Processed\",\n        \"timestamp\": \"2026-02-03 12:35:57\"\n    }\n}\n"},{"id":"147fb011-1cd1-47cb-91ce-3a0925c3083f","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber1\": \"AAJXXXX91D\"      // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"cf7848ee-0d74-4e13-93d1-adb916c7f388","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-to-cin-failed\",          // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"pan_number\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"e4007630-a6e6-4f41-8578-936ca06d6ab3","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-to-cin\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"pan_number\": \"AAHXXXXX5M\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"fa49f0b5-2c35-4de4-8eb2-c7a6cb5e3da8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-to-cin\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"pan_number\": \"AAHCXXXXM\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"4664748c-3209-45a9-aaa3-f6fb777fefa1","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"pan-gst-basic\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"panNumber\": \"AAJCS9091D\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"c5722c46-ee07-4d44-b70e-a47a40b97e11"},{"name":"7.21 Udyam Verification with Certificate","id":"5325478b-9ca1-4e61-928c-0ed1a76f726a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-MH-33-XXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<h1 id=\"udyam-registration-details-with-certificate-api\">Udyam Registration Details With Certificate API</h1>\n<p>The <strong>Udyam Registration Details With Certificate API</strong> is designed to fetch comprehensive business registration details linked to a valid <strong>Udyam Registration Number</strong>.</p>\n<p>It provides enterprise registration details, classification history, unit locations, official address, business activity codes, registration status, and the Udyam certificate in Base64 PDF format.</p>\n<p>This API is useful for onboarding, compliance verification, MSME validation, lending workflows, and merchant due diligence.</p>\n<hr />\n<h2 id=\"input-parameters\">Input Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>udyamNumber</td>\n<td>Valid Udyam Registration Number</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-fields\">Response Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>udyamRegistrationNumber</td>\n<td>Udyam Registration Number</td>\n</tr>\n<tr>\n<td>nameOfEnterprise</td>\n<td>Registered Enterprise Name</td>\n</tr>\n<tr>\n<td>organisationType</td>\n<td>Type of Organization</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Gender Category</td>\n</tr>\n<tr>\n<td>dateOfIncorporation</td>\n<td>Incorporation Date</td>\n</tr>\n<tr>\n<td>majorActivity</td>\n<td>Primary Business Activity</td>\n</tr>\n<tr>\n<td>socialCategory</td>\n<td>Social Category</td>\n</tr>\n<tr>\n<td>dateOfCommencementOfProductionBusiness</td>\n<td>Business Start Date</td>\n</tr>\n<tr>\n<td>enterpriseType</td>\n<td>MSME Classification History</td>\n</tr>\n<tr>\n<td>unitPlantLocationsDetails</td>\n<td>Unit / Plant Address Details</td>\n</tr>\n<tr>\n<td>officialAddressOfEnterprise</td>\n<td>Official Registered Address</td>\n</tr>\n<tr>\n<td>nationalIndustryClassificationCodes</td>\n<td>NIC Business Activity Codes</td>\n</tr>\n<tr>\n<td>dic</td>\n<td>District Industries Centre</td>\n</tr>\n<tr>\n<td>msmeDfo</td>\n<td>MSME Development Facilitation Office</td>\n</tr>\n<tr>\n<td>dateOfUdyamRegistration</td>\n<td>Udyam Registration Date</td>\n</tr>\n<tr>\n<td>isCancelled</td>\n<td>Registration Cancellation Status</td>\n</tr>\n<tr>\n<td>pdfUrl</td>\n<td>Base64 Encoded Certificate PDF</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"53359ea7-78a5-4a12-aeeb-2a671c57ce82","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-MH-33-XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"udyamRegistrationNumber\": \"UDYAM-MH-33-XXXXXXX\",\n        \"nameOfEnterprise\": \"M/S TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n        \"organisationType\": \"Private Limited Company\",\n        \"gender\": \"OTHERS\",\n        \"dateOfIncorporation\": \"15-02-2021\",\n        \"majorActivity\": \"TRADING\",\n        \"socialCategory\": \"General\",\n        \"dateOfCommencementOfProductionBusiness\": \"15-02-2021\",\n        \"enterpriseType\": [\n            {\n                \"sno\": \"1\",\n                \"classificationYear\": \"2026-27\",\n                \"enterpriseType\": \"Micro\",\n                \"classificationDate\": \"22-04-2026\"\n            },\n            {\n                \"sno\": \"2\",\n                \"classificationYear\": \"2025-26\",\n                \"enterpriseType\": \"Micro\",\n                \"classificationDate\": \"01-04-2025\"\n            },\n            {\n                \"sno\": \"3\",\n                \"classificationYear\": \"2024-25\",\n                \"enterpriseType\": \"Micro\",\n                \"classificationDate\": \"27-04-2024\"\n            },\n            {\n                \"sno\": \"4\",\n                \"classificationYear\": \"2023-24\",\n                \"enterpriseType\": \"Micro\",\n                \"classificationDate\": \"09-05-2023\"\n            }\n        ],\n        \"unitPlantLocationsDetails\": [\n            {\n                \"sn\": \"1\",\n                \"unitName\": \"M/S TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n                \"flat\": \"OFFICE NO **\",\n                \"building\": \"MIIC\",\n                \"villageTown\": \"MALVIYA NAGAR\",\n                \"block\": \"GREATER JAIPUR\",\n                \"road\": \"MNIT JLN MARG\",\n                \"city\": \"JAIPUR\",\n                \"pincode\": \"302***\",\n                \"state\": \"RAJASTHAN\",\n                \"district\": \"JAIPUR\"\n            }\n        ],\n        \"officialAddressOfEnterprise\": {\n            \"flatDoorBlockNo\": \"FLOOR *\",\n            \"nameOfPremisesBuilding\": \"VASWANI CHAMBERS\",\n            \"villageTown\": \"MUMBAI\",\n            \"block\": \"PLOT-***\",\n            \"roadStreetLane\": \"DR ANNIE BESANT ROAD\",\n            \"city\": \"MUMBAI\",\n            \"state\": \"MAHARASHTRA\",\n            \"pincode\": \"400***\",\n            \"district\": \"THANE\",\n            \"mobile\": \"98*****767\",\n            \"email\": \"pr****@*******.com\"\n        },\n        \"nationalIndustryClassificationCodes\": [\n            {\n                \"sno\": \"1\",\n                \"nic2Digit\": \"63 - Information service activities\",\n                \"nic4Digit\": \"6399 - Other information service activities n.e.c.\",\n                \"nic5Digit\": \"63999 - Other information service activities n.e.c.\",\n                \"activity\": \"Services\",\n                \"date\": \"01-03-2021\"\n            },\n            {\n                \"sno\": \"2\",\n                \"nic2Digit\": \"64 - Financial service activities, except insurance and pension funding\",\n                \"nic4Digit\": \"6499 - Other financial service activities, except insurance and pension funding activities, n.e.c.\",\n                \"nic5Digit\": \"64990 - Other financial service activities, except insurance and pension funding activities, n.e.c\",\n                \"activity\": \"Services\",\n                \"date\": \"01-03-2021\"\n            },\n            {\n                \"sno\": \"3\",\n                \"nic2Digit\": \"66 - Other financial activities\",\n                \"nic4Digit\": \"6619 - Activities auxiliary to financial service activities n.e.c.\",\n                \"nic5Digit\": \"66190 - Activities auxiliary to financial service activities n.e.c.\",\n                \"activity\": \"Services\",\n                \"date\": \"01-03-2021\"\n            },\n            {\n                \"sno\": \"4\",\n                \"nic2Digit\": \"68 - Real estate activities\",\n                \"nic4Digit\": \"6810 - Real estate activities with own or leased property\",\n                \"nic5Digit\": \"68100 - Real estate activities with own or leased property\",\n                \"activity\": \"Services\",\n                \"date\": \"25-01-2023\"\n            }\n        ],\n        \"dic\": \"THANE\",\n        \"msmeDfo\": \"MUMBAI\",\n        \"dateOfUdyamRegistration\": \"01-03-2021\",\n        \"isCancelled\": false,\n        \"file\": \"https://***************************************.pdf\"\n    },\n    \"applicationId\": \"556f3954-****-****-****-fd88e18132f2\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"udyamNumber\": \"UDYAM-MH-33-XXXXXXX\"\n        },\n        \"timestamp\": \"2026-04-29 19:19:15\"\n    }\n}"},{"id":"6bd10e5c-6907-4d6e-adc7-eaac3fcfed26","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-XH-33-0064945859\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"a47effa8-eed6-42dc-86d4-cbaba32da73a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2-test\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-MH-33-0065859\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"d5501828-cb63-4af7-82ee-2dc0f9aaecd2","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-MH-33-0XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"4fe424c9-1d22-4017-93c8-2b9895320048","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-MH-33-XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"},{"id":"8e23a171-f29d-41cc-a98f-b747e91af44a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"employer-profiling\",\n    \"type\": \"udyam-registration-details-with-certificate-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"udyamNumber\" : \"UDYAM-MH-33-0XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"}],"_postman_id":"5325478b-9ca1-4e61-928c-0ed1a76f726a"}],"id":"24133226-3d8f-4aa1-b425-502c311ebe94","description":"<p>The <strong>Business Details</strong> category offers tools to verify essential business information, including company registration, director details, GST status, and operational licenses. It ensures compliance with tax regulations, food safety standards, and import-export requirements. Services also support verification of Provident Fund registration, Udyam registration for MSMEs, and tax compliance, helping businesses maintain legal and operational integrity.</p>\n","_postman_id":"24133226-3d8f-4aa1-b425-502c311ebe94"},{"name":"8. Contact Validation","item":[{"name":"8.1 Advance work email verification (w OTP)","item":[{"name":"8.1.1 Advance work email verification request-otp","id":"4a800af4-a5d0-431c-bef9-0f8dbcedb753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send","description":"<p>The <strong>Advance Work Email Verification Request-OTP</strong> API sends an OTP (One-Time Password) to a work email address for verification purposes. By providing the email ID, the API generates and sends an OTP to the specified email.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier for the verification request</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-scheme--\"><strong>Response scheme -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applicationId</td>\n<td>Unique ID for the application request</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Same unique identifier passed in the request</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the verification result details</td>\n</tr>\n<tr>\n<td>data.otp_verified</td>\n<td>Indicates whether the OTP has been verified (true/false)</td>\n</tr>\n<tr>\n<td>data.code</td>\n<td>Status code of the OTP request</td>\n</tr>\n<tr>\n<td>data.otp_sent</td>\n<td>Indicates whether the OTP was successfully sent (true/false)</td>\n</tr>\n<tr>\n<td>data.message</td>\n<td>Message confirming the status of the OTP generation</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td>The email address for which the OTP was generated</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>Overall status of the request (e.g., SUCCESS)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","advance_work_email_otp","send"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9777f6df-6d83-4c34-a435-f5b5115308ed","name":"Request-otp Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":  \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"otp_verified\": false,\n        \"code\": 202,\n        \"otp_sent\": true,\n        \"id\": \"{{id}}\",\n        \"message\": \"OTP Generated successfully\",\n        \"email\": \"xyz@gmail.com\",\n        \"status\": \"SUCCESS\"\n    }\n}"},{"id":"733c0159-dd6c-4031-9331-2db974ee1f1d","name":"otp requested with in 30 sec","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n       \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"code\": 404,\n        \"id\": \"{{id}}\",\n        \"message\": \"OTP NOT GENERATED,Try again in 30 Seconds\",\n        \"email\": \"xyz@gmail.com\",\n        \"status\": \"OTP_NOT_GENERATED\"\n    }\n}"},{"id":"a0588c1e-6fe8-4f33-9ece-4569cacbb8e3","name":"invalid application","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"work-email\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"code\": 403,\n        \"id\": \"{{id}}\",\n        \"message\": \"Permission for sending OTP is not enabled\",\n        \"status\": \"PERMISSION_NOT_ENABLED\"\n    }\n}"},{"id":"f7d81883-4458-4567-bd6e-22721460d675","name":"otp not required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test1\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"code\": 403,\n        \"id\": \"{{id}}\",\n        \"message\": \"OTP not required. Name Match score above threshold.\",\n        \"email\": \"xyz@gmail.com\",\n        \"status\": \"OTP_NOT_REQUIRED\"\n    }\n}"},{"id":"c143bebd-ff83-481c-aeea-e531700339e1","name":"otp expired submit-otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":  \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"code\": 408,\n        \"id\": \"{{id}}\",\n        \"message\": \"OTP NOT GENERATED,OTP request has timed out.\",\n        \"email\": \"xyz@gmail.com\",\n        \"status\": \"OTP_NOT_GENERATED\"\n    }\n}"},{"id":"e25a5ee3-a0db-4d73-903b-03451725d39e","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"7c329929-cefc-41fd-a086-8c5ce602417a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"f9b60b95-fe6d-4211-9bb5-aaae32419d6e","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"adac45e1-29f2-4aa9-99ec-2e5a904300ed","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"3d3cbc03-6ede-4d1a-81eb-2bef46af7d2b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/send"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"4a800af4-a5d0-431c-bef9-0f8dbcedb753"},{"name":"8.1.2 Advance work email verification submit-otp","id":"0957a2f6-b7d1-4e4b-bb45-fe825a431342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"{{otp}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify","description":"<p>This API verifies the OTP provided by the user for the work email verification process. It checks the validity of the OTP against the email ID and other relevant details, such as the domain, applicant's name, and MX records. Once the OTP is successfully verified, the API returns details regarding the email's legitimacy, employer information, and applicant's name match status.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Unique identifier for the verification request</td>\n</tr>\n<tr>\n<td>otp</td>\n<td>OTP entered by the user for verification</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\"><strong>Output -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applicationId</td>\n<td>Unique ID for the application request</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Same unique identifier passed in the request</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains the verification result details</td>\n</tr>\n<tr>\n<td>data.domain_from_user</td>\n<td>The domain extracted from the user's email</td>\n</tr>\n<tr>\n<td>data.code</td>\n<td>Status code for the OTP verification</td>\n</tr>\n<tr>\n<td>data.mx_record</td>\n<td>The MX record associated with the domain</td>\n</tr>\n<tr>\n<td>data.declared_employer_name</td>\n<td>Employer name declared in the request</td>\n</tr>\n<tr>\n<td>data.accept_all</td>\n<td>Whether the email domain accepts all emails (true/false)</td>\n</tr>\n<tr>\n<td>data.applicant_name_match_status</td>\n<td>Whether the applicant's name matches (true/false)</td>\n</tr>\n<tr>\n<td>data.otp_sent</td>\n<td>Whether the OTP was successfully sent (true/false)</td>\n</tr>\n<tr>\n<td>data.declared_applicant_name</td>\n<td>Name declared by the applicant</td>\n</tr>\n<tr>\n<td>data.message</td>\n<td>Message confirming the status of OTP verification</td>\n</tr>\n<tr>\n<td>data.mxs_domain</td>\n<td>MX domain associated with the email address</td>\n</tr>\n<tr>\n<td>data.otp_verified</td>\n<td>Indicates whether the OTP was verified (true/false)</td>\n</tr>\n<tr>\n<td>data.extracted_applicant_name</td>\n<td>Extracted name from the email address</td>\n</tr>\n<tr>\n<td>data.applicant_name_score_match</td>\n<td>Matching score for the applicant's name</td>\n</tr>\n<tr>\n<td>data.is_valid</td>\n<td>Indicates if the email is valid (true/false)</td>\n</tr>\n<tr>\n<td>data.who_is_info</td>\n<td>Information related to the domain (creation, expiry dates)</td>\n</tr>\n<tr>\n<td>data.employer_name_from_mca</td>\n<td>Employer name from the MCA database</td>\n</tr>\n<tr>\n<td>data.legit_email</td>\n<td>Indicates whether the email is legitimate (true/false)</td>\n</tr>\n<tr>\n<td>data.brandName</td>\n<td>Brand name associated with the email (if any)</td>\n</tr>\n<tr>\n<td>data.is_generic</td>\n<td>Whether the email domain is generic (true/false)</td>\n</tr>\n<tr>\n<td>data.smtp_status</td>\n<td>SMTP status of the email</td>\n</tr>\n<tr>\n<td>data.user</td>\n<td>Username associated with the email</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td>The email address being verified</td>\n</tr>\n<tr>\n<td>data.domain_from_mca</td>\n<td>Domain extracted from MCA records</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td>Overall verification status (e.g., VERIFIED)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","advance_work_email_otp","verify"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"52b47d6c-63ce-456e-93cd-f54db696201c","name":"submit-otp Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test1\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"domain_from_user\": \"tartanhq.com\",\n        \"code\": 200,\n        \"mx_record\": \"aspmx.l.google.com\",\n        \"declared_employer_name\": \"tartanhq\",\n        \"accept_all\": false,\n        \"applicant_name_match_status\": false,\n        \"otp_sent\": true,\n        \"declared_applicant_name\": \"harshil\",\n        \"message\": \"OTP successfully verified\",\n        \"mx_domain\": \"google.com\",\n        \"otp_verified\": true,\n        \"extracted_applicant_name\": \"hemanth\",\n        \"applicant_name_score_match\": 49.21,\n        \"is_valid\": true,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2028-01-30 08:20:19\",\n            \"creation_date\": \"2021-01-30 08:20:19\",\n            \"updated_date\": \"2023-01-02 05:22:37\",\n            \"age_year\": 3.25\n        },\n        \"employer_name_from_mca\": \"TARTANHQ SOLUTIONS PVT. LTD.\",\n        \"legit_email\": false,\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"smtp_status\": \"accepted_email\",\n        \"user\": \"hemanth\",\n        \"email\": \"hemanth@tartanhq.com\",\n        \"domain_from_mca\": \"tartanhq.com\",\n        \"status\": \"VERIFIED\"\n    }\n}"},{"id":"9bad9315-3f73-4b34-a6f7-514a20a65f3c","name":"wrong otp submit-otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"code\": 401,\n        \"id\": \"{{id}}\",\n        \"message\": \"Wrong OTP,Please try again\",\n        \"email\": \"hemanth@tartanhq.com\",\n        \"status\": \"WRONG_OTP\"\n    }\n}"},{"id":"332295e0-6e32-4d94-b8a7-70a414bfae74","name":"otp expired submit-otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\":  \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"code\": 410,\n        \"id\": \"{{id}}\",\n        \"message\": \"OTP Expired\",\n        \"email\": \"hemanth@tartanhq.com\",\n        \"status\": \"OTP_EXPIRED\"\n    }\n}"},{"id":"b0a308a5-ff00-4b55-b6ca-847e2830e37b","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"0d598d3a-98a6-4bae-88e6-dc22980621e9","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"f4b2211d-490e-4098-9ff1-0ecd4754e4c5","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"53a09854-ba55-4b13-9d45-597776ae6052","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"9290192d-0e9f-44e0-9b82-d203587a73b5","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"{{id}}\",\n    \"otp\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp/verify"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"0957a2f6-b7d1-4e4b-bb45-fe825a431342"}],"id":"1f1942db-5663-41a6-9768-ff8e753ec0c1","description":"<p>The <strong>Advanced Work Email Verification with OTP</strong> API verifies the authenticity of a work email address by sending a One-Time Password (OTP) to the provided email. Upon request, the API generates and sends the OTP to the email address, allowing the user to confirm ownership.</p>\n","_postman_id":"1f1942db-5663-41a6-9768-ff8e753ec0c1"},{"name":"8.2 Email Verification with OTP","item":[{"name":"8.2.1 Email Verification with OTP - Generate OTP","id":"f2488bfe-98ee-4b47-a8e6-a171cd56d45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&extractCompanyName=false&endUserId=test&mode=PROD","description":"<p>This API request generates an OTP for the provided email address.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td>Email address for verification</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The OTP generation response includes <strong>category</strong> (request category), <strong>type</strong> (request type), <strong>applicationId</strong> (unique application identifier), and <strong>data</strong> (which contains <strong>code</strong> (response status), <strong>hashedKey</strong> (OTP request key), <strong>message</strong> (success indication), <strong>email</strong> (recipient email), and <strong>status</strong> (overall OTP generation status)).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>Category of the request.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of the request.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Contains details about the OTP generation</td>\n</tr>\n<tr>\n<td>- code</td>\n<td>Response status code</td>\n</tr>\n<tr>\n<td>- hashedKey</td>\n<td>Hashed key associated with the OTP request</td>\n</tr>\n<tr>\n<td>- message</td>\n<td>Message indicating the success of the OTP generation</td>\n</tr>\n<tr>\n<td>- email</td>\n<td>Email address for which OTP was generated</td>\n</tr>\n<tr>\n<td>- status</td>\n<td>Overall status of the OTP generation</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verify-email"],"host":["{{host}}"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"extractCompanyName","value":"false"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}],"variable":[]}},"response":[{"id":"fd1abe47-e282-4a00-b5a1-ff84d5b51464","name":"Work Email Verification","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=hiren@gmail.com&type=otp&extractCompanyName=false&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"hiren@gmail.com"},{"key":"type","value":"otp"},{"key":"extractCompanyName","value":"false"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": \"verify\",\n    \"type\": \"email-otp\",\n    \"applicationId\": \"f70d93b0-c37b-4df8-aca9-aeba46981dec\",\n    \"data\": {\n        \"code\": 202,\n        \"hashedKey\": \"f70d93b0-c37b-4df8-aca9-aeba46981dec\",\n        \"message\": \"OTP Generated successfully\",\n        \"email\": \"hiren@tartanhq.com\",\n        \"status\": \"SUCCESS\"\n    }\n}"},{"id":"5c50e6c1-9f3c-4805-b4d9-b1e82aba07af","name":"Invalid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&extractCompanyName=false&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"extractCompanyName","value":"false"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"must be a well-formed email address\"\n}"},{"id":"99bb4edd-92a0-4792-b528-f884b391d20b","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&extractCompanyName=false&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"extractCompanyName","value":"false"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"},{"id":"222df1ee-ce8f-4805-9f3b-5bb57bb25c22","name":"Internal Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&extractCompanyName=false&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"extractCompanyName","value":"false"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"4a3b18ad-2c86-49f9-9a19-e4ae48fd050c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&extractCompanyName=false&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"extractCompanyName","value":"false"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"}],"_postman_id":"f2488bfe-98ee-4b47-a8e6-a171cd56d45a"},{"name":"8.2.2 Email Verification with OTP - Submit OTP","id":"10b19bfd-4cb8-48ea-9f31-af2cfff60e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/verify/otp?otp=176477&hashKey=f70d93b0-c37b-4df8-aca9-aeba46981dec&endUserId=test&mode=PROD","description":"<p>This API response confirms the verification of a provided OTP, indicating its validity and providing details on the associated email address and verification status.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OTP</td>\n<td>One-Time Password</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The OTP verification response includes <strong>result</strong> (validity of the OTP), <strong>reason</strong> (reason for the result), <strong>code</strong> (response status code), <strong>message</strong> (confirmation of successful verification), <strong>type</strong> (request type), <strong>email</strong> (associated email address), <strong>safe_to_send</strong> (indicates if further communications can be sent), and <strong>status</strong> (overall verification status).</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>Indicates the validity of the OTP</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>Reason for the result (e.g., OTP verified)</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Response status code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message confirming the successful verification of the OTP</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of the request (e.g., email-otp)</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email address associated with the OTP verification</td>\n</tr>\n<tr>\n<td>safe_to_send</td>\n<td>Indicates if it is safe to send further communications</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Overall status of the OTP verification (e.g., VERIFIED)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verify","otp"],"host":["{{host}}"],"query":[{"key":"otp","value":"176477"},{"key":"hashKey","value":"f70d93b0-c37b-4df8-aca9-aeba46981dec"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}],"variable":[]}},"response":[{"id":"6f50b502-17f5-41b4-8156-e4f6868bc429","name":"Email Verification with OTP - Submit OTP","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify/otp?otp=176477&hashKey=f70d93b0-c37b-4df8-aca9-aeba46981dec&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify","otp"],"query":[{"key":"otp","value":"176477"},{"key":"hashKey","value":"f70d93b0-c37b-4df8-aca9-aeba46981dec"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"valid\",\n    \"reason\": \"OTP verified\",\n    \"code\": 200,\n    \"message\": \"OTP successfully verified\",\n    \"type\": \"email-otp\",\n    \"email\": \"hiren@tartanhq.com\",\n    \"safe_to_send\": \"true\",\n    \"status\": \"VERIFIED\"\n}"},{"id":"50f0dad8-2e32-423e-b52b-d533d4b22b3b","name":"Email Verification with OTP - Submit OTP ( wrong otp )","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify/otp?otp=176477&hashKey=f70d93b0-c37b-4df8-aca9-aeba46981dec&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify","otp"],"query":[{"key":"otp","value":"176477"},{"key":"hashKey","value":"f70d93b0-c37b-4df8-aca9-aeba46981dec"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Wrong OTP,Please try again\",\n    \"email\": \"xyz@gmail.com\",\n    \"status\": \"WRONG_OTP\"\n}"},{"id":"0a765f96-cab6-472b-8b42-874b8b5dfe9f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verification?otp=176477&hashKey=f70d93b0-c37b-4df8-aca9-aeba46981dec&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"otp","value":"176477"},{"key":"hashKey","value":"f70d93b0-c37b-4df8-aca9-aeba46981dec"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"62c568ea-7aac-4689-b7ef-5894dfe691d5","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify/otp?otp=176477&hashKey=f70d93b0-c37b-4df8-aca9-aeba46981dec&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify","otp"],"query":[{"key":"otp","value":"176477"},{"key":"hashKey","value":"f70d93b0-c37b-4df8-aca9-aeba46981dec"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"e27f2560-7c5f-4140-b71e-8d8d79070456","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify/otp?otp=176477&hashKey=f70d93b0-c37b-4df8-aca9-aeba46981dec&endUserId=test&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify","otp"],"query":[{"key":"otp","value":"176477"},{"key":"hashKey","value":"f70d93b0-c37b-4df8-aca9-aeba46981dec"},{"key":"endUserId","value":"test"},{"key":"mode","value":"PROD"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"}],"_postman_id":"10b19bfd-4cb8-48ea-9f31-af2cfff60e9d"}],"id":"18dbe649-1e51-4ca7-941e-744310819adb","description":"<p>The Email Verification API provides a simple and secure way to verify user email addresses through a One-Time Password (OTP) system. This API is designed to enhance the security of user registrations and logins by ensuring that the provided email addresses are valid and accessible by the user. By generating and sending a unique OTP to the specified email address, the API allows you to confirm the authenticity of the user's email address in real-time.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>code</strong></th>\n<th><strong>status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>VERIFIED</td>\n</tr>\n<tr>\n<td>202</td>\n<td>SUCCESS</td>\n</tr>\n<tr>\n<td>401</td>\n<td>WRONG_OTP</td>\n</tr>\n<tr>\n<td>410</td>\n<td>OTP_EXPIRED</td>\n</tr>\n<tr>\n<td>429</td>\n<td>MAX_OTP_GENERATED</td>\n</tr>\n<tr>\n<td>429</td>\n<td>MAX_RETRY_REACHED</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"18dbe649-1e51-4ca7-941e-744310819adb"},{"name":"8.3 Work Email Verification with Company Name","item":[{"name":"Work Email Verification Generate","id":"865cc244-0bc3-4ceb-9be6-1deb1b151fdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate","urlObject":{"path":["aphrodite","external","v1","wev","email-otp-with-company-name","generate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f358ddf4-f95b-4461-b661-a37534d16007","name":"Generated Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"generated\"\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"ba66d363-0c2d-49ed-823a-f6be125d2e36","name":"Delivered Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"delivered\"\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"2ba79cfc-7864-4fee-a1bc-d912290b59f6","name":"Bounced Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"bounced\"\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"f9dced9e-f92b-4140-aa9a-52f254d17f32","name":"Soft Bounced Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"soft_bounced\"\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"c232d594-47bd-4071-8b77-efa09da67e8a","name":"Invalid Email Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // invalid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Incorrect email format\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"8ab5d5d6-1325-47cd-8ff5-b794141fa68b","name":"Invalid Customer Application ID Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //invalid reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Invalid customer application ID\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"8063b8fc-b302-41e2-b908-04831cc2e2e9","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Internal Server Error\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 500\n    }\n}"},{"id":"18bb0ba7-10f9-4e97-b55f-af41c4f60cf8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"f0fa6a35-f67c-4828-abe3-2ee366c9f66d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"emailXXX@domain.com\", // valid email address\n    \"customerApplicationId\": \"testReferenceId\" //reference_id\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/generate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"865cc244-0bc3-4ceb-9be6-1deb1b151fdb"},{"name":"Work Email Verification Submit","id":"f8dc1494-774f-462c-b4a2-9aa3f5f25231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit","urlObject":{"path":["aphrodite","external","v1","wev","email-otp-with-company-name","submit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0d4b678c-228c-4539-8f4b-925d81c367dd","name":"Verified Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"otp_verification_status\": \"verified\"\n    },\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"19875f8e-7bad-47c0-a06e-8f5d892fcea7","name":"Incorrect OTP Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"otp_verification_status\": \"otp incorrect\"\n    },\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"727872c4-0c9c-4a74-9b3a-6d83199ab560","name":"Invalid OTP Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXX\" // 3 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Invalid OTP provided\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"b829bc9c-4bca-4071-87d7-142ae79e05f3","name":"Expired OTP Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"otp_verification_status\": \"otp expired\"\n    },\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"abe61115-56ec-4a05-9475-6356b94f3bc9","name":"Max Retry OTP Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"otp_verification_status\": \"max retry limit exceeded\"\n    },\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"3e213391-507d-4284-8408-1aba06eb4f1c","name":"Invalid ID Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Entered id does not exist\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"61dfddc0-7460-42a4-b5b9-352e61c36b97","name":"Invalid Customer Application ID Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Invalid customer application ID\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"00d5d520-321d-419b-b6a2-f235bb1e8dde","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Internal Server Error\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 500\n    }\n}"},{"id":"e47c664f-6c7b-4351-8206-a67d6706b8ab","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"609eca4c-229c-4846-8d74-8fec0ae97f5e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\", // tartan_uuid received in generate\n    \"customerApplicationId\": \"testReferenceId\",\n    \"otp\": \"XXXXXX\" // 6 digit otp code\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/submit"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"f8dc1494-774f-462c-b4a2-9aa3f5f25231"},{"name":"Work Email Verification Resend","id":"a0c6efc0-2642-4ae8-b62b-824a50db7591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend","urlObject":{"path":["aphrodite","external","v1","wev","email-otp-with-company-name","resend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"88594403-275c-4a2e-bb38-e9cc47cecc7f","name":"Success Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"otp_delivery_state\": \"generated\",\n        \"id\": \"xxxxxxx-xxxxxx-xxxxxx-xxxxxx\"\n    },\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"0b5133ee-c3db-4a08-97a0-fcc3dc4cb8b9","name":"Failed Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Resend not allowed for bounced, generated, or verified OTP.\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"165254dd-0981-47f1-84b0-2b3559beb811","name":"Rate Limit Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"otp_delivery_state\": \"rate limit exceeded\"\n    },\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"bb929d9b-d7c4-4ba4-8d9f-9f9f82da0c91","name":"Invalid ID Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Entered id does not exist\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"a26fa6e0-bc06-4b87-9587-b8343c15db38","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Internal Server Error\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 500\n    }\n}"},{"id":"8f4abf6b-77b4-45f7-822f-aeb455f13871","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"cfc01723-4a42-4982-bd14-2a010c9c266c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxxx-xxxxxxx-xxxxxxx-xxxxxxx\" // tartan_uuid received in generate\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/resend"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"a0c6efc0-2642-4ae8-b62b-824a50db7591"},{"name":"Work Email Verification Status","id":"ae927407-b197-4dc5-91d9-9a3758bf2678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/xxxxxx-xxxxxxx-xxxxxxx-xxxxxx","urlObject":{"path":["aphrodite","external","v1","wev","email-otp-with-company-name","status","xxxxxx-xxxxxxx-xxxxxxx-xxxxxx"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a22aaa11-01fa-40a8-9737-455cbd0e8813","name":"Generated Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"generated\",\n        \"otp_verification_status\": null\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"1c56a533-25be-44f8-a98b-71e1b2532250","name":"Delivered Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"delivered\",\n        \"otp_verification_status\": null\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"c82c7596-68ab-46d0-942c-25a03d0c0ebc","name":"Bounced Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"bounced\",\n        \"otp_verification_status\": null\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"68337a9e-6088-40c4-b890-554750e53b64","name":"Soft Bounced Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"company_name_linked_to_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"otp_delivery_state\": \"soft_bounced\",\n        \"otp_verification_status\": null\n    },\n    \"id\": \"xxxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"applicationId\": \"testReferenceId\",\n    \"status\": {\n        \"status_message\": \"Success\",\n        \"status_code\": 200\n    }\n}"},{"id":"76620c8c-a043-4670-af9f-0ccbc0185d01","name":"Invalid ID Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Entered id does not exist\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 400\n    }\n}"},{"id":"d47521ad-c9d8-4fe1-b974-e47513050577","name":"Internal Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"message\": \"Internal Server Error\"\n    },\n    \"status\": {\n        \"status_message\": \"Error\",\n        \"status_code\": 500\n    }\n}"},{"id":"2c3f54fa-532c-4877-8109-54757b0345b0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"6e9400ad-2455-4f24-ad3e-ef4da755a7bc","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"url":"{{host}}/aphrodite/external/v1/wev/email-otp-with-company-name/status/{{jobId}}"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"ae927407-b197-4dc5-91d9-9a3758bf2678"},{"name":"Webhook","id":"b98f7846-fa0c-411b-8732-cd1c4079815f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"data\": {\n        \"otpDeliveryState\": \"delivered\",\n        \"companyNameLinkedToDomain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ]\n    },\n    \"updatedDate\": 1722593089852,\n    \"submittedDate\": 1722593082697,\n    \"customerApplicationId\": \"test\",\n    \"webhookType\": \"otp_status_work_email_verification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}","urlObject":{"host":["{{webhook_url}}"],"query":[],"variable":[]}},"response":[{"id":"d92dc2e2-7aa5-42f2-af85-f324a9644bf2","name":"Delivered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"data\": {\n        \"otpDeliveryState\": \"delivered\",\n        \"companyNameLinkedToDomain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ]\n    },\n    \"updatedDate\": 1722593089852,\n    \"submittedDate\": 1722593082697,\n    \"customerApplicationId\": \"test\",\n    \"webhookType\": \"otp_status_work_email_verification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"22df5236-a5da-4814-abef-33d6f1a0b0dd","name":"Generated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"data\": {\n        \"otpDeliveryState\": \"generated\",\n        \"companyNameLinkedToDomain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ]\n    },\n    \"updatedDate\": 1722593089852,\n    \"submittedDate\": 1722593082697,\n    \"customerApplicationId\": \"test\",\n    \"webhookType\": \"otp_status_work_email_verification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6e73e578-85a9-4ee4-988d-9ed25ddee15a","name":"bounced","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"data\": {\n        \"otpDeliveryState\": \"bounced\",\n        \"companyNameLinkedToDomain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ]\n    },\n    \"updatedDate\": 1722593089852,\n    \"submittedDate\": 1722593082697,\n    \"customerApplicationId\": \"test\",\n    \"webhookType\": \"otp_status_work_email_verification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51b47b8c-edf1-4b1b-acff-a1a97f47ce80","name":"soft_bounced","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"xxxxx-xxxxxx-xxxxxx-xxxxxx\",\n    \"data\": {\n        \"otpDeliveryState\": \"soft_bounced\",\n        \"companyNameLinkedToDomain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"XXXXXXXXXXXX\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"YYYYYYYYYYY\",\n                \"source\": \"OFFICIAL\"\n            }\n        ]\n    },\n    \"updatedDate\": 1722593089852,\n    \"submittedDate\": 1722593082697,\n    \"customerApplicationId\": \"test\",\n    \"webhookType\": \"otp_status_work_email_verification\"\n}","options":{"raw":{"language":"json"}}},"url":"{{webhook_url}}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b98f7846-fa0c-411b-8732-cd1c4079815f"}],"id":"f9df9d56-6e62-422d-afae-9a55cc415666","description":"<p>This API helps verify the validity of a work email and checks its association with a specific company name. The verification process ensures that the email address belongs to a legitimate employee of the company</p>\n","_postman_id":"f9df9d56-6e62-422d-afae-9a55cc415666"},{"name":"8.4 Mobile Info (w OTP)","item":[{"name":"generate-otp","id":"be5c8179-9a48-47d6-840d-29e14b3961cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"95906ffc-1871-44f5-8178-22bb07b976c7","name":"generate-otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"referenceId\": \"telecom_1C5l0FsUvVuKnwyurq6paZ4AzUxp5NRI\"\n    },\n    \"applicationId\": \"bfdf00d3-e616-4d8b-9bc3-2edf50afcf84\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile number verification V1 (Get OTP) Request Processed\",\n        \"transactionId\": \"258886a7-23c8-4af7-b1d6-4cce44ad77fd\",\n        \"input\": {\n            \"mobileNo\": \"886188XXXX\",\n            \"task\": \"generateOtp\"\n        },\n        \"timestamp\": \"2023-11-05 11:14:53\"\n    }\n}"},{"id":"68e687b7-d741-4817-bb44-8a7f560dd5e2","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNoError\": \"886188XXXX\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"b957c0a2-d0f0-459f-902b-bcc80f0ed09d","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"d24bef3a-9aed-4407-b649-c8092779aec1","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"dc6f78bb-95a3-4b35-957a-4ede1e49a0c8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"ec7bf587-b24c-4243-ba24-2aa08167c723","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"be5c8179-9a48-47d6-840d-29e14b3961cc"},{"name":"submit-otp","id":"65d36037-dfbe-41b9-8f61-264545f5576e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861888697\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"43fa46dd-0903-4215-bf97-d41b5a0d2311","name":"submit-otp Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"name\": \"XXXXXXX\",\n        \"address\": \"XXXXXXX\",\n        \"splitAddress\": {\n            \"district\": [\n                \"SHIMOGA\"\n            ],\n            \"state\": [\n                [\n                    \"KARNATAKA\",\n                    \"KA\"\n                ]\n            ],\n            \"city\": [\n                \"SHIMOGA\"\n            ],\n            \"pincode\": \"577201\",\n            \"country\": [\n                \"IN\",\n                \"IND\",\n                \"INDIA\"\n            ],\n            \"addressLine\": \"XXXXXXX\"\n        },\n        \"dob\": \"XXXX-XX-12\",\n        \"mobileNumber\": \"8861XXXXXX\",\n        \"countryCode\": \"91\",\n        \"email\": \"XXXXXX\",\n        \"mobileNetworkOperator\": \"jio\",\n        \"billingType\": \"prepaid\",\n        \"alternatePhone\": \"XXXXXXXXX\",\n        \"extraFields\": {\n            \"loyalty_category\": \"Jio Prime\",\n            \"device_name\": \"GoogleG025N\",\n            \"international_romaing\": null,\n            \"international_roaming\": null,\n            \"auto_pay\": null,\n            \"credit_limit\": null,\n            \"activation_date\": null,\n            \"current_pack\": {\n                \"name\": \"Rs 1559-12m-24GB\",\n                \"price\": \"\",\n                \"expiry\": \"2022-12-05\"\n            },\n            \"payment_mode\": [],\n            \"billing_history\": [\n                {\n                    \"date\": \"2022-08-30\",\n                    \"amount\": \"121\",\n                    \"payment_mode\": null,\n                    \"description\": \"Plan: MRP 121, Txn ID: 158198625625, Payment mode: Credit Card\",\n                    \"type\": \"recharge\"\n                },\n                {\n                    \"date\": \"2022-04-17\",\n                    \"amount\": \"121\",\n                    \"payment_mode\": null,\n                    \"description\": \"Plan: MRP 121, Txn ID: 147306423663, Payment mode: Credit Card\",\n                    \"type\": \"recharge\"\n                },\n                {\n                    \"date\": \"2022-03-09\",\n                    \"amount\": \"121\",\n                    \"payment_mode\": null,\n                    \"description\": \"Plan: MRP 121, Txn ID: BR0007EUKXHI, Payment mode: UPI\",\n                    \"type\": \"recharge\"\n                }\n            ]\n        }\n    },\n    \"applicationId\": \"93846174-e2b2-485c-9330-3990787a0608\",\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"Mobile number verification V1 (Submit OTP) Request Processed\",\n        \"groupId\": {\n            \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\",\n            \"otp\": \"017045\"\n        },\n        \"timestamp\": \"2022-11-05 11:24:04\"\n    }\n}"},{"id":"cbf528a3-89fe-4db4-bf27-aceca5e349ab","name":"submit-otp Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"OTP time expired, resend OTP\"\n    },\n    \"applicationId\": \"136ae149-cf93-4f65-ada2-e3ddda5c7736\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Mobile number verification V1 (Submit OTP) Failed\",\n        \"groupId\": {\n            \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\",\n            \"otp\": \"204677\"\n        },\n        \"timestamp\": \"2023-11-05 11:20:15\"\n    }\n}"},{"id":"8bb28ed3-9a39-49ac-8137-565defd52720","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"631234b0-ac74-4ecc-9ad3-063fed27d5e1","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"b9fdf672-9a6e-40ad-9554-5d39a5e940f1","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"6ef7f1c7-2c7f-4250-8996-4e1f4c1bc875","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"aba579e5-acb3-4749-ba30-c5f57a7266fe","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"65d36037-dfbe-41b9-8f61-264545f5576e"}],"id":"d9a3c33c-0556-451d-af1b-a80a5a63fc1a","description":"<p>This API fetches Ownership details (name, address, DOB, etc.) and payment and billing history of the given mobile number (Both Prepaid and Postpaid) using OTP-based consent. Supports all 3 carriers - Airtel, Jio, VI.</p>\n","_postman_id":"d9a3c33c-0556-451d-af1b-a80a5a63fc1a"},{"name":"8.5 Mobile Info (w OTP) V2","item":[{"name":"generate-otp","id":"5acabc24-3bee-46ad-a3ec-095663fda867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-with-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"268351de-6a06-44c9-9eeb-2b499f5ff133","name":"generate-otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-with-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"referenceId\": \"telecom_1C5l0FsUvVuKnwyurq6paZ4AzUxp5NRI\"\n    },\n    \"applicationId\": \"bfdf00d3-e616-4d8b-9bc3-2edf50afcf84\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile number verification V2 (Get OTP) Request Processed\",\n        \"transactionId\": \"258886a7-23c8-4af7-b1d6-4cce44ad77fd\",\n        \"input\": {\n            \"mobileNo\": \"886188XXXX\",\n            \"task\": \"generateOtp\"\n        },\n        \"timestamp\": \"2023-11-05 11:14:53\"\n    }\n}"},{"id":"455dca97-dc92-479a-b3b0-91c3ac278b17","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-with-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNoError\": \"886188XXXX\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"51fec86c-496a-4f81-93da-71919a31e6d9","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verification-with-otp-v2\", // Invalid Category or Type \n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid category or type\"\n}"},{"id":"4c5f28ac-ec12-43e1-bf13-55cce41cd6b8","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-with-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"f0f55562-9cd4-4f92-b6b2-96f640672b95","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-generate-otp\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"9e50b147-0c6c-4c1e-a5e6-3aab6f543b3b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-verification-with-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"5acabc24-3bee-46ad-a3ec-095663fda867"},{"name":"submit-otp","id":"35d45e3f-1271-4c8b-ad13-e3e0ddcd7663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api-key}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"886188XXXX\",\n        \"referenceId\": \"telecom_qBEsBvFgcxpAhwTrmzyi\",\n        \"otp\": \"8369\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf"}],"variable":[]}},"response":[{"id":"dcfe8216-53f3-4452-b6d3-ef4e71548be2","name":"submit-otp Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"teXX\",\n    \"response\": {\n        \"code\": 200,\n        \"client_id\": \"telecom_XXXXXXXXXXXXXXX\",\n        \"mobile_number\": \"7285XXXX54\",\n        \"address\": \"A-XXX, XXXXXXXX residency, XXXXX fadiyu, XXXXXXX gam, XXXX city, XXXXX, GJ-394XXX\",\n        \"city\": \"SuXXX\",\n        \"state\": \"GujaXXXX\",\n        \"pin_code\": \"394XXX\",\n        \"full_name\": \"MXXXX SXXXXX HXXXXXX PXXXX\",\n        \"dob\": \"2002-XX-XX\",\n        \"user_email\": \"-\",\n        \"operator\": \"jio\",\n        \"billing_type\": \"prepaid\",\n        \"alternate_phone\": \"635XXXX521\",\n        \"is_enterprise\": false\n    },\n    \"applicationId\": \"9384XXXXXXXXXXXXXX0787a0608\",\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"Mobile number verification V2 (Submit OTP) Request Processed\",\n        \"groupId\": {\n            \"referenceId\": \"telecom_XXXXXXXXXXXXXXXXXXX\",\n            \"otp\": \"XXXXX\"\n        },\n        \"timestamp\": \"2022-11-05 11:24:04\"\n    }\n}"},{"id":"918ea429-1d80-4dd4-9424-e045e32bad2d","name":"submit-otp Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"OTP time expired, resend OTP\"\n    },\n    \"applicationId\": \"136ae149-cf93-4f65-ada2-e3ddda5c7736\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Mobile number verification V1 (Submit OTP) Failed\",\n        \"groupId\": {\n            \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\",\n            \"otp\": \"204677\"\n        },\n        \"timestamp\": \"2023-11-05 11:20:15\"\n    }\n}"},{"id":"eaa560ad-e08f-47e9-843b-f396e1b8bdfd","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"6670907b-414c-4661-82a6-e8e45637987c","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verifi-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid category or type\"\n}"},{"id":"9d076345-b5c0-4289-a679-f1df1ad7e10d","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf","type":"text"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"e42db5b8-e0c7-427c-af2a-a56e3e4a6314","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf","type":"text"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"47ad137d-382b-4a9e-8cc2-acf883caaa7c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-number-verify-submit-otp-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\": \"8861XXXXXX\",\n        \"otp\": \"339388\",\n        \"referenceId\": \"telecom_axztvnwaRZbzbMclVMhm\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/aphrodite/external/v1/verification?jobId=23dce5dd-7202-4bd5-b82b-aeda59502daf","host":["{{host}}"],"path":["aphrodite","external","v1","verification"],"query":[{"key":"jobId","value":"23dce5dd-7202-4bd5-b82b-aeda59502daf","type":"text"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"35d45e3f-1271-4c8b-ad13-e3e0ddcd7663"}],"id":"7f5a23bf-62c2-4342-9300-316c08135791","description":"<p>This API retrieves ownership information—such as name, address, and date of birth—along with the payment and billing history associated with a given mobile number.</p>\n<p>It supports all major telecom providers, including <strong>Airtel</strong>, <strong>Jio</strong>, and <strong>Vodafone Idea</strong>.</p>\n<h3 id=\"🔄-two-step-authentication-process\">🔄 Two-Step Authentication Process:</h3>\n<p><strong>Step 1: Initiate OTP Generation</strong></p>\n<ul>\n<li><p>Provide the <code>mobileNo</code> (10-digit number) and set the <code>task</code> to <code>generateOtp</code>.</p>\n</li>\n<li><p>The API will return a unique <code>referenceId</code>, and an OTP will be sent to the specified mobile number.</p>\n</li>\n</ul>\n<p><strong>Step 2: Submit OTP for Verification</strong></p>\n<ul>\n<li><p>Submit the <code>mobileNo</code>, <code>task</code> as <code>submitOtp</code>, along with the <code>referenceId</code> and the received <code>otp</code> (4 to 6 digits).</p>\n</li>\n<li><p>Upon successful verification, the API will return the subscriber's personal details (name, address, DOB, etc.).</p>\n</li>\n</ul>\n","_postman_id":"7f5a23bf-62c2-4342-9300-316c08135791"},{"name":"8.6 Email verification","item":[{"name":"With OTP","item":[{"name":"generate-otp","id":"1a512e90-4dec-4421-a72e-cbf8f109760f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&mode=PROD","urlObject":{"path":["aphrodite","external","v1","verify-email"],"host":["{{host}}"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"mode","value":"PROD"}],"variable":[]}},"response":[{"id":"4b6649a0-16f6-46b3-9e59-ee341359aebb","name":"generate-otp","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=otp&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"otp"},{"key":"mode","value":"PROD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": \"verify\",\n    \"type\": \"otp\",\n    \"applicationId\": \"e10e6ac1-7a7e-498b-aaca-2b7aecc234a3\",\n    \"data\": {\n        \"hashedKey\": \"e10e6ac1-7a7e-498b-aaca-2b7aecc234a3\",\n        \"message\": \"OTP Generated successfully\",\n        \"email\": \"test@gmail.com\",\n        \"status\": \"SUCCESS\"\n    },\n    \"token\": null,\n    \"parentApplicationId\": null,\n    \"mode\": null\n}"}],"_postman_id":"1a512e90-4dec-4421-a72e-cbf8f109760f"},{"name":"submit-otp","id":"34013f65-6856-4207-8473-9f1bc1f68b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/verify/otp?otp=317625&hashKey=e10e6ac1-7a7e-498b-aaca-2b7aecc234a3&mode=PROD","urlObject":{"path":["aphrodite","external","v1","verify","otp"],"host":["{{host}}"],"query":[{"key":"otp","value":"317625"},{"key":"hashKey","value":"e10e6ac1-7a7e-498b-aaca-2b7aecc234a3"},{"key":"mode","value":"PROD"}],"variable":[]}},"response":[{"id":"53f49651-af87-4bc7-b6e1-c1a75d40184e","name":"submit-otp","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify/otp?otp=317625&hashKey=e10e6ac1-7a7e-498b-aaca-2b7aecc234a3&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify","otp"],"query":[{"key":"otp","value":"317625"},{"key":"hashKey","value":"e10e6ac1-7a7e-498b-aaca-2b7aecc234a3"},{"key":"mode","value":"PROD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"valid\",\n    \"reason\": \"OTP verified\",\n    \"message\": \"OTP successfully verified\",\n    \"type\": \"otp\",\n    \"email\": \"test@gmail.com\",\n    \"safe_to_send\": \"true\",\n    \"status\": \"VERIFIED\"\n}"}],"_postman_id":"34013f65-6856-4207-8473-9f1bc1f68b80"}],"id":"08ca8def-1f5c-474c-a260-883c27b52c01","_postman_id":"08ca8def-1f5c-474c-a260-883c27b52c01","description":""},{"name":"W/o OTP","item":[{"name":"verify-email","id":"b2c8d42e-eb48-420f-b18b-e9fae26d558e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=email&mode=PROD","urlObject":{"path":["aphrodite","external","v1","verify-email"],"host":["{{host}}"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"email"},{"key":"mode","value":"PROD"}],"variable":[]}},"response":[{"id":"83df2a73-fda7-4701-96f6-a6a48a83147b","name":"verify-email","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=email&mode=PROD","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"email"},{"key":"mode","value":"PROD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": \"verify\",\n    \"type\": \"email\",\n    \"applicationId\": \"331b911d-fb67-43c0-95e6-2e2a3939c6fa\",\n    \"data\": {\n        \"reason\": \"accepted_email\",\n        \"endUserId\": \"331b911d-fb67-43c0-95e6-2e2a3939c6fa\",\n        \"role\": \"false\",\n        \"mx_record\": \"aspmx.l.google.com\",\n        \"accept_all\": \"false\",\n        \"mx_domain\": \"google.com\",\n        \"message\": \"\",\n        \"type\": \"email\",\n        \"classification\": \"trusted_email\",\n        \"disposable\": \"false\",\n        \"safe_to_send\": \"true\",\n        \"result\": \"valid\",\n        \"success\": \"true\",\n        \"domain\": \"google.com\",\n        \"did_you_mean\": \"\",\n        \"free\": \"false\",\n        \"applicationId\": \"d346c8a9-62f1-4e4f-aad9-fabf4b036182\",\n        \"user\": \"test\",\n        \"email\": \"test@gmail.com\"\n    },\n    \"token\": null,\n    \"parentApplicationId\": null,\n    \"mode\": null\n}"}],"_postman_id":"b2c8d42e-eb48-420f-b18b-e9fae26d558e"}],"id":"eab37d2f-0837-4e96-835c-52125b3ef06e","_postman_id":"eab37d2f-0837-4e96-835c-52125b3ef06e","description":""}],"id":"b15c1316-e40f-4b67-af4e-6d62442fc830","_postman_id":"b15c1316-e40f-4b67-af4e-6d62442fc830","description":""},{"name":"Consent OTP","item":[{"name":"send-otp-invite","id":"30794c40-4c47-4223-b637-9dc62e1e44b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"caid\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite","description":"<p>This API sends an OTP invite e-mail or SMS to the end-user asking for the consent.</p>\n<p><strong>caid</strong> : Customer application ID</p>\n<p><strong>fullname:</strong> Full name of the end-user.</p>\n<p><strong>phone_number:</strong> Mobile number of the end-user.</p>\n<p><strong>email:</strong> Email of the end-user</p>\n<p><strong>consent_id:</strong> Unique identifier of the consent template provided to you by admin from the console.</p>\n<p><strong>Note</strong>: <em>You need to pass only one of the above ( phone_number or email field ), based on which mode of communication has been linked to the consent ID ( SMS or email )</em></p>\n","urlObject":{"path":["aphrodite","external","v1","consent","otp","send-invite"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e9aef8d3-dd46-4725-8edd-517d4d7a3be0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otp_id\": \"4dadce1a-c606-436f-858e-19f6e645d520\",\n    \"otp_validity\": \"600 seconds\",\n    \"status_code\": 200,\n    \"status_message\": \"OTP sent successfully\"\n}"},{"id":"58fb5a04-51e8-4830-97c6-24ffc0ea0825","name":"Email with null value","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email can't be empty or NULL\"\n}"},{"id":"45f33c00-6c1d-4c74-b199-b0c4a2ffbff5","name":"Phone Number with null value","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Phone Number can't be empty or NULL\"\n}"},{"id":"6f0e474c-861d-41cf-8db9-af6af67ce3fb","name":"Pending DLT","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otp_id\": null,\n    \"otp_validity\": null,\n    \"status_code\": 403,\n    \"status_message\": \"The Approval on the DLT is PENDING OR FAILED. Please contact your admin\"\n}"},{"id":"b578e35e-f54a-45e6-919f-c020cde73f24","name":"Failed DLT","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otp_id\": null,\n    \"otp_validity\": null,\n    \"status_code\": 403,\n    \"status_message\": \"The Approval on the DLT is PENDING OR FAILED. Please contact your admin\"\n}"},{"id":"b9653bb8-3f3e-4286-957d-c0d06c362781","name":"Invalid Consent ID","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759adcg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Consent ID\"\n}"},{"id":"7103982c-2c82-4288-9374-8588cd7b02f6","name":"Invalid Customer Application ID","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerApplicationId\":\"abc123asfdasdfasdfuaysdofjahsdkofjhasoidlu\",\n    \"fullName\":\"john doe\",\n    \"phone_number\":\"9176xxxxxxxx\",\n    \"email\":\"abcd@gmail.com\",\n    \"consent_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/send-invite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid customerApplicationId\"\n}"}],"_postman_id":"30794c40-4c47-4223-b637-9dc62e1e44b2"},{"name":"submit otp","id":"ad1fe501-618d-4f04-9f5f-962833093532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\",\n    \"otp\":909587\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit","description":"<p><strong>otp_id</strong> : Unique identifier returned by send-otp-invite</p>\n","urlObject":{"path":["aphrodite","external","v1","consent","otp","submit"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b8d951df-3804-4c95-916a-96d626f93457","name":"Success","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\",\n    \"otp\":909587\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 200,\n    \"message\": \"Consent Verified successfully\"\n}"},{"id":"7e2fef47-2f6f-49e1-b735-196e911bb6a1","name":"Expired OTP","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\",\n    \"otp\":909587\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"Gone","code":410,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP has been expired\",\n    \"status_code\": 410\n}"},{"id":"b86bffe6-371b-400c-b28f-5ff4cb4122a5","name":"Incorrect OTP","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\",\n    \"otp\":909587\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 422,\n    \"message\": \"Incorrect OTP\"\n}"},{"id":"206fb121-196d-407c-95ae-be904b207f7b","name":"More than 3 OTP tries","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"cf5832a7-7d98-411f-9a26-bc21c40759ad\",\n    \"otp\":909587\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 4292,\n    \"message\": \"OTP maximum retries exceeded\"\n\n}"}],"_postman_id":"ad1fe501-618d-4f04-9f5f-962833093532"},{"name":"resend otp","id":"5ac73738-3f32-4405-bde2-9d8964839203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"2767d579-e158-4ab3-a578-bc8bbe996076\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/resend","description":"<p><strong>otp_id</strong> : Unique identifier returned by send-otp-invite</p>\n","urlObject":{"path":["aphrodite","external","v1","consent","otp","resend"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5c8c90db-0d7f-4980-9eb1-a585d5fb746e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"2767d579-e158-4ab3-a578-bc8bbe996076\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OTP sent Successfully\",\n    \"status_code\": 200\n}"},{"id":"7e679410-c79c-4770-9d20-a08298648b50","name":"Invalid Id","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"2767d579-e158-4ab3-a578-bc8bbe996076\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid otp_id\",\n    \"status_code\": 400\n}"},{"id":"25969ef5-7c4d-431c-aa59-086fd62030aa","name":"More than 3 retries","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"2767d579-e158-4ab3-a578-bc8bbe996076\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status_code\": 429,\n    \"message\": \"OTP rate limit exceeded\"\n}"},{"id":"e5fe73b2-19db-4db0-963f-ca4c14b48a84","name":"Resend before 30 seconds","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otp_id\":\"2767d579-e158-4ab3-a578-bc8bbe996076\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/submit"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Wait 30 seconds before resending the otp\",\n    \"status_code\": 429\n}"}],"_postman_id":"5ac73738-3f32-4405-bde2-9d8964839203"},{"name":"otp status","id":"9c85cadc-519b-49f7-97b0-864cdb4620e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"otpId\":\"a83b5741-c84e-4cfe-9b17-a89ef197c703\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/status","urlObject":{"path":["aphrodite","external","v1","consent","otp","status"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d7866dd5-e489-4d44-bcde-91f794e264fc","name":"generated","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"otpId\":\"a83b5741-c84e-4cfe-9b17-a89ef197c703\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/status"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otpId\": \"a83b5741-c84e-4cfe-9b17-a89ef197c703\",\n    \"otpDeliveryState\": \"GENERATED\",\n    \"failedReason\": null\n}"},{"id":"9167701a-d128-4209-a74d-af7132db06b1","name":"delivered","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"otpId\":\"a83b5741-c84e-4cfe-9b17-a89ef197c703\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/status"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otpId\": \"a83b5741-c84e-4cfe-9b17-a89ef197c703\",\n    \"otpDeliveryState\": \"DELIVERED\",\n    \"failedReason\": null\n}"},{"id":"ff164f6e-3a48-4c22-b416-1b5ee2b1162e","name":"failed","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"otpId\":\"5b112423-3195-49a2-88bf-3359966868e0\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/consent/otp/status"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"otpId\": \"5b112423-3195-49a2-88bf-3359966868e0\",\n    \"otpDeliveryState\": \"FAILED\",\n    \"failedReason\": \"Absent Subscriber\"\n}"}],"_postman_id":"9c85cadc-519b-49f7-97b0-864cdb4620e3"},{"name":"webhook","id":"fd30aeab-bec4-4f11-a002-572d9fd071f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"3468616e3058383034313133\",\n  \"customerApplicationId\": \"consentTest\",\n  \"submittedDate\": 1722501050682,\n  \"updatedDate\": 1722501063828,\n  \"data\": {\n    \"otpId\": \"253d1e1b-33c3-4dee-8f5a-3de37b3595ac\",\n    \"otpDeliveryState\": \"DELIVERED\",\n    \"failedReason\": null\n  },\n  \"webhookType\": \"otp_status_mobile_consent\"\n}","options":{"raw":{"language":"json"}}},"url":"{webhook_url}","urlObject":{"host":["{webhook_url}"],"query":[],"variable":[]}},"response":[{"id":"00f27d00-fbe2-4c5b-9747-73a2c7d84d28","name":"Delivered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"3468616e3058383034313133\",\n  \"customerApplicationId\": \"consentTest\",\n  \"submittedDate\": 1722501050682,\n  \"updatedDate\": 1722501063828,\n  \"data\": {\n    \"otpId\": \"253d1e1b-33c3-4dee-8f5a-3de37b3595ac\",\n    \"otpDeliveryState\": \"DELIVERED\",\n    \"failedReason\": null\n  },\n  \"webhookType\": \"otp_status_mobile_consent\"\n}","options":{"raw":{"language":"json"}}},"url":"{webhook_url}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"242c321c-0c06-4098-b5d4-215a1d13b571","name":"Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"3468616e3058383034313133\",\n  \"customerApplicationId\": \"consentTest\",\n  \"submittedDate\": 1722501050682,\n  \"updatedDate\": 1722501063828,\n  \"data\": {\n    \"otpId\": \"253d1e1b-33c3-4dee-8f5a-3de37b3595ac\",\n    \"otpDeliveryState\": \"FAILED\",\n    \"failedReason\": \"Absent Subscriber\"\n  },\n  \"webhookType\": \"otp_status_mobile_consent\"\n}","options":{"raw":{"language":"json"}}},"url":"{webhook_url}"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd30aeab-bec4-4f11-a002-572d9fd071f2"}],"id":"af138b59-0820-4391-84b6-283ba7f99ea4","description":"<p>The <strong>Consent OTP API</strong> is designed to facilitate user authorization by sending a one-time password (OTP) for consent verification. This ensures secure and compliant access to sensitive user data or services.</p>\n","_postman_id":"af138b59-0820-4391-84b6-283ba7f99ea4"},{"name":"8.7 Advanced Work Email Verification with OTP","id":"f0354d41-0dfc-4fe3-9fbf-08d07e38e238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify","description":"<p>Tartan's Advance Work Email Verification API with OTP offers a seamless solution to validate work email addresses with precision and efficiency. Leveraging the extensive database of domains registered with the Ministry of Corporate Affairs (MCA), this API swiftly verifies the authenticity of email IDs associated with registered organizations.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>Email address provided for verification</td>\n</tr>\n<tr>\n<td>employeeName</td>\n<td>Name of the employee</td>\n</tr>\n<tr>\n<td>employerName</td>\n<td>Name of the employer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The email verification response includes <strong>applicationId</strong>, <strong>id</strong>, <strong>mx_record</strong>, <strong>code</strong>, <strong>declared_employer_name</strong>, <strong>declared_applicant_name</strong>, and <strong>email</strong> (validated email). It also provides WHOIS domain details, legitimacy checks (<strong>legit_email</strong>, <strong>is_valid</strong>), and applicant name match status, along with the overall <strong>status</strong> of the API request.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applicationId</td>\n<td>Unique application ID</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Dynamic ID generated for the response</td>\n</tr>\n<tr>\n<td>mx_record</td>\n<td>Mail exchange (MX) record for the email domain</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Response status code</td>\n</tr>\n<tr>\n<td>declared_employer_name</td>\n<td>Employer name derived from the email</td>\n</tr>\n<tr>\n<td>accept_all</td>\n<td>Whether the email domain accepts all emails</td>\n</tr>\n<tr>\n<td>declared_applicant_name</td>\n<td>Applicant name derived from the email</td>\n</tr>\n<tr>\n<td>mx_domain</td>\n<td>Domain name for the email's MX record</td>\n</tr>\n<tr>\n<td>applicant_name_score_match</td>\n<td>Match score for the applicant's name</td>\n</tr>\n<tr>\n<td>who_is_info</td>\n<td>WHOIS domain registration details</td>\n</tr>\n<tr>\n<td>- expired</td>\n<td>Whether the domain registration has expired</td>\n</tr>\n<tr>\n<td>- expiry_date</td>\n<td>Domain registration expiry date</td>\n</tr>\n<tr>\n<td>- creation_date</td>\n<td>Domain registration creation date</td>\n</tr>\n<tr>\n<td>- updated_date</td>\n<td>Domain registration last updated date</td>\n</tr>\n<tr>\n<td>- age_year</td>\n<td>Age of the domain in years</td>\n</tr>\n<tr>\n<td>legit_email</td>\n<td>Whether the email is legitimate</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Validated email address</td>\n</tr>\n<tr>\n<td>domain_from_mca</td>\n<td>Domain name from the Ministry of Corporate Affairs</td>\n</tr>\n<tr>\n<td>domain_from_user</td>\n<td>Domain name derived from the user input</td>\n</tr>\n<tr>\n<td>brandName</td>\n<td>Associated brand name (if any)</td>\n</tr>\n<tr>\n<td>is_generic</td>\n<td>Whether the email domain is generic (e.g., Gmail)</td>\n</tr>\n<tr>\n<td>applicant_name_match_status</td>\n<td>Whether the applicant's name matches the declared name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Response message related to the verification status</td>\n</tr>\n<tr>\n<td>extracted_applicant_name</td>\n<td>Name extracted from the email</td>\n</tr>\n<tr>\n<td>is_valid</td>\n<td>Whether the email is valid</td>\n</tr>\n<tr>\n<td>employer_name_from_mca</td>\n<td>Employer name from the MCA</td>\n</tr>\n<tr>\n<td>user</td>\n<td>User identified from the email</td>\n</tr>\n<tr>\n<td>smtp_status</td>\n<td>SMTP status of the email (e.g., accepted_email)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Overall status of the API request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","advance_work_email_otp_verify"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8fb61835-ee17-4848-a8a2-b08fdfe720d7","name":"otp not required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"mx_record\": \"aspmx.l.google.com\",\n        \"code\": 200,\n        \"declared_employer_name\": \"tartanhq\",\n        \"accept_all\": \"false\",\n        \"declared_applicant_name\": \"hemanth\",\n        \"mx_domain\": \"google.com\",\n        \"applicant_name_score_match\": 100.0,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2028-01-30 08:20:19\",\n            \"creation_date\": \"2021-01-30 08:20:19\",\n            \"updated_date\": \"2023-01-02 05:22:37\",\n            \"age_year\": 3.25\n        },\n        \"legit_email\": true,\n        \"email\": \"hemanth@tartanhq.com\",\n        \"domain_from_mca\": \"tartanhq.com\",\n        \"domain_from_user\": \"tartanhq.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": true,\n        \"message\": \"OTP not required. Name Match score above threshold.\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": true,\n        \"employer_name_from_mca\": \"TARTANHQ SOLUTIONS PVT. LTD.\",\n        \"applicationId\": \"test\",\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"20f47ed5-2aa9-437f-80fc-441f1967a2ab","name":"otp required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"harshil\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"mx_record\": \"aspmx.l.google.com\",\n        \"code\": 202,\n        \"declared_employer_name\": \"tartanhq\",\n        \"accept_all\": \"false\",\n        \"declared_applicant_name\": \"harshil\",\n        \"mx_domain\": \"google.com\",\n        \"otp_verified\": false,\n        \"applicant_name_score_match\": 49.21,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2028-01-30 08:20:19\",\n            \"creation_date\": \"2021-01-30 08:20:19\",\n            \"updated_date\": \"2023-01-02 05:22:37\",\n            \"age_year\": 3.25\n        },\n        \"legit_email\": false,\n        \"email\": \"hemanth@tartanhq.com\",\n        \"domain_from_mca\": \"tartanhq.com\",\n        \"domain_from_user\": \"tartanhq.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": false,\n        \"otp_sent\": false,\n        \"message\": \"OTP required. Name Match score below threshold.\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": true,\n        \"employer_name_from_mca\": \"TARTANHQ SOLUTIONS PVT. LTD.\",\n        \"applicationId\": \"test\",\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"3af72e09-ea50-4837-acaf-75ffe7ebb4c4","name":"advance email verification w otp with name match score (multiple company name)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"harshil\",\n    \"employerName\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"mx_record\": \"amazon-smtp.amazon.com\",\n        \"code\": 202,\n        \"declared_employer_name\": \"AMAZON ONLINE DISTRIBUTION SERVICES PRIVATE LIMITED\",\n        \"employer_name_match_score\": 100,\n        \"accept_all\": \"true\",\n        \"employer_name_with_same_domain\": [\n            {\n                \"score\": 67.22,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA) PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 67.22,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA)PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 100.0,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 83.04,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON TRANSPORTATION SERVICES PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 88.3,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DATA SERVICES INDIA PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"declared_applicant_name\": \"hemanth singh\",\n        \"mx_domain\": \"amazon.com\",\n        \"otp_verified\": false,\n        \"applicant_name_score_match\": 53.97,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2024-10-31 04:00:00\",\n            \"creation_date\": \"1994-11-01 05:00:00\",\n            \"updated_date\": \"2023-05-16 19:03:14\",\n            \"age_year\": 29.55\n        },\n        \"legit_email\": false,\n        \"email\": \"hemanth@amazon.com\",\n        \"domain_from_mca\": \"amazon.com\",\n        \"domain_from_user\": \"amazon.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": false,\n        \"otp_sent\": false,\n        \"message\": \"OTP required. Name Match score below threshold.\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": false,\n        \"employer_name_from_mca\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"fe3f0d04-ad82-4bab-b75a-dc39069261d6","name":"advance email verification w/o otp with name match score (multiple company name)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"test\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"mx_record\": \"amazon-smtp.amazon.com\",\n        \"code\": 200,\n        \"declared_employer_name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n        \"employer_name_match_score\": 100,\n        \"accept_all\": \"true\",\n        \"employer_name_with_same_domain\": [\n            {\n                \"score\": 67.22,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA) PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 67.22,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA)PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 100.0,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 83.04,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON TRANSPORTATION SERVICES PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 88.3,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DATA SERVICES INDIA PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"declared_applicant_name\": \"hemanth singh\",\n        \"mx_domain\": \"amazon.com\",\n        \"otp_verified\": false,\n        \"applicant_name_score_match\": 100,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2024-10-31 04:00:00\",\n            \"creation_date\": \"1994-11-01 05:00:00\",\n            \"updated_date\": \"2023-05-16 19:03:14\",\n            \"age_year\": 29.55\n        },\n        \"legit_email\": false,\n        \"email\": \"hemanth@amazon.com\",\n        \"domain_from_mca\": \"amazon.com\",\n        \"domain_from_user\": \"amazon.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": false,\n        \"otp_sent\": false,\n        \"message\": \"OTP not required. Name Match score above threshold.\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": false,\n        \"employer_name_from_mca\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"852c38bc-da81-464b-a106-e210b3d64f36","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"301bd6ff-2643-499a-9372-aef3a0819ec6","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"444667ed-cfa5-4b6b-80b6-c3dd45c5d19c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"f0a6c17d-35fb-4e74-a233-ec07c328613b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"bf75915e-e2cd-4a18-8526-c812f8913131","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_otp_verify"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"f0354d41-0dfc-4fe3-9fbf-08d07e38e238"},{"name":"8.8 Advanced Work Email Verification without OTP","id":"4be4cd40-c734-42fd-861f-6b85f34812db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify","description":"<p>Tartan's Advance Work Email Verification API w/o OTP offers a seamless solution to validate work email addresses with precision and efficiency. Leveraging the extensive database of domains registered with the Ministry of Corporate Affairs (MCA), this API swiftly verifies the authenticity of email IDs associated with registered organizations.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>Email address provided for verification</td>\n</tr>\n<tr>\n<td>employeeName</td>\n<td>Name of the employee</td>\n</tr>\n<tr>\n<td>employerName</td>\n<td>Name of the employer</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The email verification response includes <strong>applicationId</strong>, <strong>id</strong>, and <strong>code</strong>, along with the <strong>validated email</strong> and its <strong>MX record</strong>. It provides details on <strong>employer</strong> and <strong>applicant name match status</strong>, <strong>legitimacy</strong> (<strong>legit_email</strong>, <strong>is_valid</strong>), and <strong>WHOIS</strong> domain information, such as registration dates and age. The response also contains the <strong>overall status</strong> of the API request and any associated <strong>brand name</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Dynamic ID generated for the response</td>\n</tr>\n<tr>\n<td>employer_name_match_status</td>\n<td>Status indicating if the employer name matches</td>\n</tr>\n<tr>\n<td>mx_record</td>\n<td>Mail exchange (MX) record for the email domain</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Response status code</td>\n</tr>\n<tr>\n<td>declared_employer_name</td>\n<td>Employer name derived from the email</td>\n</tr>\n<tr>\n<td>employer_name_match_score</td>\n<td>Match score for the employer's name</td>\n</tr>\n<tr>\n<td>accept_all</td>\n<td>Whether the email domain accepts all emails</td>\n</tr>\n<tr>\n<td>declared_applicant_name</td>\n<td>Applicant name derived from the email</td>\n</tr>\n<tr>\n<td>mx_domain</td>\n<td>Domain name for the email's MX record</td>\n</tr>\n<tr>\n<td>applicant_name_score_match</td>\n<td>Match score for the applicant's name</td>\n</tr>\n<tr>\n<td>who_is_info</td>\n<td>WHOIS domain registration details</td>\n</tr>\n<tr>\n<td>- expired</td>\n<td>Whether the domain registration has expired</td>\n</tr>\n<tr>\n<td>- expiry_date</td>\n<td>Domain registration expiry date</td>\n</tr>\n<tr>\n<td>- creation_date</td>\n<td>Domain registration creation date</td>\n</tr>\n<tr>\n<td>- updated_date</td>\n<td>Domain registration last updated date</td>\n</tr>\n<tr>\n<td>- age_year</td>\n<td>Age of the domain in years</td>\n</tr>\n<tr>\n<td>legit_email</td>\n<td>Whether the email is legitimate</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Validated email address</td>\n</tr>\n<tr>\n<td>domain_from_mca</td>\n<td>Domain name from the Ministry of Corporate Affairs</td>\n</tr>\n<tr>\n<td>domain_from_user</td>\n<td>Domain name derived from the user input</td>\n</tr>\n<tr>\n<td>brandName</td>\n<td>Associated brand name (if any)</td>\n</tr>\n<tr>\n<td>is_generic</td>\n<td>Whether the email domain is generic (e.g., Gmail)</td>\n</tr>\n<tr>\n<td>applicant_name_match_status</td>\n<td>Whether the applicant's name matches the declared name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Response message related to the verification status</td>\n</tr>\n<tr>\n<td>extracted_applicant_name</td>\n<td>Name extracted from the email</td>\n</tr>\n<tr>\n<td>is_valid</td>\n<td>Whether the email is valid</td>\n</tr>\n<tr>\n<td>employer_name_from_mca</td>\n<td>Employer name from the MCA</td>\n</tr>\n<tr>\n<td>user</td>\n<td>User identified from the email</td>\n</tr>\n<tr>\n<td>smtp_status</td>\n<td>SMTP status of the email (e.g., accepted_email)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Overall status of the API request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","advance_work_email_verify"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5c3d70d3-0b6b-431b-9801-61eaa1af74d0","name":"advance email verification without otp","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@tartanhq.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"tartanhq\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"work-email\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"employer_name_match_status\": true,\n        \"mx_record\": \"aspmx.l.google.com\",\n        \"code\": 200,\n        \"declared_employer_name\": \"tartanhq\",\n        \"employer_name_match_score\": 100.0,\n        \"accept_all\": \"false\",\n        \"declared_applicant_name\": \"hemanth\",\n        \"mx_domain\": \"google.com\",\n        \"applicant_name_score_match\": 100.0,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2028-01-30 08:20:19\",\n            \"creation_date\": \"2021-01-30 08:20:19\",\n            \"updated_date\": \"2023-01-02 05:22:37\",\n            \"age_year\": 3.25\n        },\n        \"legit_email\": true,\n        \"email\": \"hemanth@tartanhq.com\",\n        \"domain_from_mca\": \"tartanhq.com\",\n        \"domain_from_user\": \"tartanhq.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": true,\n        \"message\": \"\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": true,\n        \"employer_name_from_mca\": \"TARTANHQ SOLUTIONS PVT. LTD.\",\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"1a26f1ec-e960-4c72-ab0d-81d4a5ec0e9b","name":"advance email verification w/o otp w/o name match score (multiple company name)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@amazon.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"work-email\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"mx_record\": \"amazon-smtp.amazon.com\",\n        \"code\": 200,\n        \"declared_employer_name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n        \"accept_all\": \"true\",\n        \"employer_name_with_same_domain\": [\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA) PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA)PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON TRANSPORTATION SERVICES PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DATA SERVICES INDIA PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"declared_applicant_name\": \"hemanth\",\n        \"mx_domain\": \"amazon.com\",\n        \"applicant_name_score_match\": 100,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2024-10-31 04:00:00\",\n            \"creation_date\": \"1994-11-01 05:00:00\",\n            \"updated_date\": \"2023-05-16 19:03:14\",\n            \"age_year\": 29.56\n        },\n        \"legit_email\": false,\n        \"email\": \"hemanth@amazon.com\",\n        \"domain_from_mca\": \"amazon.com\",\n        \"domain_from_user\": \"amazon.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": true,\n        \"message\": \"\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": false,\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"7f2bc802-14cc-4388-be82-4f987411a1d1","name":"advance email verification w/o otp with name match score (multiple company name)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"hemanth@amazon.com\",\n    \"employeeName\": \"hemanth\",\n    \"employerName\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"applicationId\": \"work-email\",\n    \"id\": \"{{id}}\",\n    \"data\": {\n        \"mx_record\": \"amazon-smtp.amazon.com\",\n        \"code\": 200,\n        \"declared_employer_name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n        \"employer_name_match_score\": 100,\n        \"accept_all\": \"true\",\n        \"employer_name_with_same_domain\": [\n             {\n                \"score\": 67.22,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA) PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 67.22,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DEVELOPMENT CENTRE (INDIA)PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 100.0,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 83.04,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON TRANSPORTATION SERVICES PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            },\n            {\n                \"score\": 88.3,\n                \"exist_on_mca\": true,\n                \"name\": \"AMAZON DATA SERVICES INDIA PRIVATELIMITED\",\n                \"source\": \"OFFICIAL\"\n            }\n        ],\n        \"declared_applicant_name\": \"hemanth\",\n        \"mx_domain\": \"amazon.com\",\n        \"applicant_name_score_match\": 100,\n        \"who_is_info\": {\n            \"expired\": false,\n            \"expiry_date\": \"2024-10-31 04:00:00\",\n            \"creation_date\": \"1994-11-01 05:00:00\",\n            \"updated_date\": \"2023-05-16 19:03:14\",\n            \"age_year\": 29.55\n        },\n        \"legit_email\": false,\n        \"email\": \"hemanth@amazon.com\",\n        \"domain_from_mca\": \"amazon.com\",\n        \"domain_from_user\": \"amazon.com\",\n        \"brandName\": \"\",\n        \"is_generic\": \"false\",\n        \"applicant_name_match_status\": true,\n        \"message\": \"\",\n        \"extracted_applicant_name\": \"hemanth\",\n        \"is_valid\": false,\n        \"employer_name_from_mca\": \"AMAZON DIGITAL SERVICES PRIVATE LIMITED\",\n        \"user\": \"hemanth\",\n        \"smtp_status\": \"accepted_email\",\n        \"status\": \"SUCCESSFUL\"\n    }\n}"},{"id":"ce8a0e03-453f-4cba-b67f-c0a2db3fe172","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"65a1b6e2-ed4e-4e91-96bb-e361da07294a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"1edd907b-6f8d-4669-a859-67981385ff0b","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c9b1e89c-a23f-4a27-8f77-634678fd847c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"d27b2a75-0609-4596-b9ef-b8b84d40e61b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"applicationId\": \"test\",\n    \"email\": \"test@gmail.com\",\n    \"employeeName\": \"test\",\n    \"employerName\": \"gmail\",\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/advance_work_email_verify"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tartan credit quota exhausted exception\"\n}"}],"_postman_id":"4be4cd40-c734-42fd-861f-6b85f34812db"},{"name":"8.9 Email Verification without OTP","id":"753c8e30-7ac5-4b2c-8752-f3dd7da22b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=email&extractCompanyName=false","description":"<p>This API response indicates the status of an email verification request, detailing whether the email is valid.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>Email address to be verified</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The email verification response includes the <strong>category</strong>, <strong>type</strong>, and <strong>applicationId</strong>. It provides verification results in the <strong>data</strong> object, such as <strong>mx_record</strong>, <strong>mx_domain</strong>, and whether the email is <strong>safe_to_send</strong>. The overall <strong>result</strong> indicates success or failure, including <strong>classification</strong> (e.g., <strong>doubtful_email</strong>), and notes if the email is from a <strong>disposable</strong> or <strong>free</strong> provider. Additional details include the <strong>username</strong>, <strong>domain</strong>, and a <strong>token</strong> for verification.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>Category of the request (e.g., verify)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Type of verification (e.g., email)</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object containing detailed verification results</td>\n</tr>\n<tr>\n<td>reason</td>\n<td>Reason for the result (e.g., rejected_email)</td>\n</tr>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the end user</td>\n</tr>\n<tr>\n<td>role</td>\n<td>Role status (e.g., false)</td>\n</tr>\n<tr>\n<td>mx_record</td>\n<td>MX record of the email domain</td>\n</tr>\n<tr>\n<td>accept_all</td>\n<td>Indicates if the domain accepts all emails</td>\n</tr>\n<tr>\n<td>mx_domain</td>\n<td>The MX domain associated with the email</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Additional message related to the verification</td>\n</tr>\n<tr>\n<td>classification</td>\n<td>Classification of the email status (e.g., doubtful_email)</td>\n</tr>\n<tr>\n<td>disposable</td>\n<td>Indicates if the email is from a disposable email provider</td>\n</tr>\n<tr>\n<td>safe_to_send</td>\n<td>Indicates if it is safe to send emails to this address</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Overall result of the verification (e.g., invalid)</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Indicates if the verification process was successful</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>Domain of the email address</td>\n</tr>\n<tr>\n<td>did_you_mean</td>\n<td>Suggestion if there was a typo in the email</td>\n</tr>\n<tr>\n<td>free</td>\n<td>Indicates if the email provider is free</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Username associated with the email</td>\n</tr>\n<tr>\n<td>email</td>\n<td>The email address being verified</td>\n</tr>\n<tr>\n<td>token</td>\n<td>Token related to the verification process</td>\n</tr>\n<tr>\n<td>parentApplicationId</td>\n<td>Identifier for the parent application (if applicable)</td>\n</tr>\n<tr>\n<td>extractCompanyName</td>\n<td>Indicates if the company name should be extracted</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>Mode of the verification process</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verify-email"],"host":["{{host}}"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"false"}],"variable":[]}},"response":[{"id":"438e5dd9-c846-4bca-8080-8155bd527e09","name":"Email Verification (w/o OTP)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=hiren@tartanhq.com&type=email&extractCompanyName=false","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"hiren@tartanhq.com"},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": \"verify\",\n    \"type\": \"email\",\n    \"applicationId\": \"70660baf-0f89-40c6-8455-e0109cff19d6\",\n    \"data\": {\n        \"reason\": \"rejected_email\",\n        \"endUserId\": \"70660baf-0f89-40c6-8455-e0109cff19d6\",\n        \"role\": \"false\",\n        \"mx_record\": \"aspmx.l.google.com\",\n        \"accept_all\": \"false\",\n        \"mx_domain\": \"google.com\",\n        \"message\": \"\",\n        \"type\": \"email\",\n        \"classification\": \"doubtful_email\",\n        \"disposable\": \"false\",\n        \"safe_to_send\": \"false\",\n        \"result\": \"invalid\",\n        \"success\": \"true\",\n        \"domain\": \"tartanhq.com\",\n        \"did_you_mean\": \"\",\n        \"free\": \"false\",\n        \"applicationId\": \"70660baf-0f89-40c6-8455-e0109cff19d6\",\n        \"user\": \"hiren\",\n        \"email\": \"hiren@tartanhq.com\"\n    },\n    \"token\": null,\n    \"parentApplicationId\": null,\n    \"extractCompanyName\": false,\n    \"mode\": null\n}"},{"id":"04d5d3ae-87db-4207-a6a4-1724ab2dba99","name":"Work Email Verification","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=hiren@tartanhq.com&type=email&extractCompanyName=true","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"hiren@tartanhq.com"},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"true"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": \"verify\",\n    \"type\": \"email\",\n    \"applicationId\": \"daed787d-5dd6-4703-8f9d-4e074482f54e\",\n    \"data\": {\n        \"companyName\": \"N/A\",\n        \"isValid\": false,\n        \"email\": \"hiren@tartanhq.com\"\n    },\n    \"token\": null,\n    \"parentApplicationId\": null,\n    \"extractCompanyName\": true,\n    \"mode\": null\n}"},{"id":"8d403df1-b1c5-433c-8627-ddf9bdc8b1f1","name":"Invalid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=testmail.com &type=email&extractCompanyName=false","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"testmail.com "},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"false"}]}},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"email\": \"must be a well-formed email address\"\n}"},{"id":"279b2a65-9cbf-4b06-9983-35c373a1161f","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=email&extractCompanyName=false","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"false"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"},{"id":"5535c679-9c1c-47f5-b323-0cc1e232d52a","name":"Internal Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=email&extractCompanyName=false","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"false"}]}},"code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"1a72e14b-6bed-4848-8976-08548ef29558","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/verify-email?email=test@gmail.com&type=email&extractCompanyName=false","host":["{{host}}"],"path":["aphrodite","external","v1","verify-email"],"query":[{"key":"email","value":"test@gmail.com"},{"key":"type","value":"email"},{"key":"extractCompanyName","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"}],"_postman_id":"753c8e30-7ac5-4b2c-8752-f3dd7da22b2b"},{"name":"8.10 Mobile Age Verification","id":"1d19346c-3b1e-4546-97f6-ee889c255c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number\": \"814XXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API verifies the age of the mobile number, checks its active status, determines if it has been ported, and provides additional details.</p>\n<p><strong>Input</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Mobile Number</td>\n<td>The mobile number to be verified.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The response provides detailed information about the mobile number including its porting status, telecom operator, and region. It also includes information about the validity and activity of the number, as well as the estimated age of the number.</p>\n<p><b>Output Schema:</b></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Unique identifier for the user making the request.</td>\n</tr>\n<tr>\n<td>Mobile Number</td>\n<td>Mobile number that was verified.</td>\n</tr>\n<tr>\n<td>Is Ported</td>\n<td>Indicates whether the mobile number has been ported.</td>\n</tr>\n<tr>\n<td>Mobile Age</td>\n<td>Estimated age range of the mobile number (e.g., \"14 to 15 Years\").</td>\n</tr>\n<tr>\n<td>Number Active</td>\n<td>Indicates whether the mobile number is active.</td>\n</tr>\n<tr>\n<td>Number Valid</td>\n<td>Indicates whether the mobile number is valid.</td>\n</tr>\n<tr>\n<td>Ported Region</td>\n<td>The region to which the mobile number was ported (if applicable).</td>\n</tr>\n<tr>\n<td>Ported Telecom</td>\n<td>The telecom provider to which the number was ported (if applicable).</td>\n</tr>\n<tr>\n<td>Region</td>\n<td>The current region of the mobile number.</td>\n</tr>\n<tr>\n<td>Roaming</td>\n<td>Indicates whether the number is currently roaming.</td>\n</tr>\n<tr>\n<td>Telecom</td>\n<td>The telecom provider of the mobile number.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"71e3ef0b-ab64-4839-9a3a-2ecf37a213d2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number\": \"7878xxx240\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"appId\",\n    \"response\": {\n        \"code\": \"200\",\n        \"hasPortingHistory\": \"Yes\",\n        \"mobileAge\": \"9 to 10 Years\",\n        \"isNumberActive\": \"Yes\",\n        \"isNumberValid\": \"Yes\",\n        \"portedRegion\": \"Delhi\",\n        \"currentPortedTelecomProvider\": \"Airtel\",\n        \"originalRegion\": \"Delhi\",\n        \"originalTelecomProvider\": \"Vodafone\",\n        \"roaming\": \"No\"\n    },\n    \"applicationId\": \"929f0b18-6eec-4bf4-ba7d-e373b8863882\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile Age Verification V2 Request Processed\",\n        \"input\": {\n            \"mobile_number\": \"7878xxx240\"\n        },\n        \"timestamp\": \"2025-04-17 18:45:27\"\n    }\n}"},{"id":"faca8270-dfb5-444f-a925-c39456ce1978","name":"No Data Found - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number\": \"6878xxx240\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"appId\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No records found with the given information.\"\n    },\n    \"applicationId\": \"a5e13bba-d454-467e-8894-0f3483a734c7\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile Age Verification V2 Request Processed\",\n        \"input\": {\n            \"mobile_number\": \"6878xxx240\"\n        },\n        \"timestamp\": \"2025-04-17 18:45:01\"\n    }\n}"},{"id":"cfdcfd33-26ea-4687-aaf1-f5c20b654ecf","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number_invalid\": \"6878xxx240\"   // Invalid input fields\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mobile Number is invalid! Please enter a valid Mobile Number\"\n}"},{"id":"752f982b-763a-441a-84ec-c10f0be24a9f","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number\": \"6878xxx240\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"dde3e2b7-5ccd-4cf6-8d53-3d9d03adb6d6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number\": \"6878xxx240\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"d69a5d35-f40e-47d5-aab6-f63727db19a6","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-age-verification-v2\",\n    \"applicationId\": \"appId\",\n    \"data\": {\n        \"mobile_number\": \"6878xxx240\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"1d19346c-3b1e-4546-97f6-ee889c255c85"},{"name":"8.11 Mobile Number to Name without OTP","id":"08db24fd-75fa-4109-bdc9-1e0d29947eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number\": \"8860893676\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API fetches the telecom subscriber's name only if this mobile number is linked with any UPI ID.</p>\n<p><strong>Input -</strong> Mobile No.</p>\n<p><strong>Output -</strong> Telecom Subscriber's Name</p>\n<p>The following list encompasses all possible scenarios. If you encounter a new scenario not listed here, please cross-check with the TARTAN team for clarification.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>statusCode</th>\n<th><strong>code</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid Input</td>\n<td>200</td>\n<td>200</td>\n<td>Data Found</td>\n</tr>\n<tr>\n<td>Valid Input</td>\n<td>400</td>\n<td>400</td>\n<td>Data not Found</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-schema\"><b>Response Schema:</b></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th>Variable Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>String</td>\n<td>Identifier that is given in the request under applicationId field</td>\n</tr>\n<tr>\n<td>applicationnId</td>\n<td>String</td>\n<td>Unique Identifier for the entire request</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Object</td>\n<td>Status of the Mobile Verification - Basic Request</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>Integer</td>\n<td>Status code of the request (200)</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>String</td>\n<td>Status message describing the request processing</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>String</td>\n<td>Unique identifier for the transaction</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>Timestamp of the request processing</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Object</td>\n<td>Input details of the Mobile Verification request</td>\n</tr>\n<tr>\n<td>mobileNo</td>\n<td>String</td>\n<td>Mobile number for verification</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Object</td>\n<td>Response details of the Mobile Verification request</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Name associated with the mobile number</td>\n</tr>\n<tr>\n<td>upi</td>\n<td>Boolean</td>\n<td>UPI availability status (true)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4f12e1f3-25d0-4283-9b41-7eb298d1f009","name":"basic-mobile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number\": \"8860XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"name\": \"HIMXXXXX RXXXT\",\n        \"upi\": \"true\"\n    },\n    \"applicationId\": \"c4df9f97-2151-48df-8020-6a79823c84da\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Mobile to Name API Request Processed\",\n        \"input\": {\n            \"mobile_number\": \"8860XXXXXX\"\n        },\n        \"timestamp\": \"2026-03-31 11:22:22\"\n    }\n}"},{"id":"0c95b6cf-b74a-4edd-8194-5a39d6a870a3","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number1\": \"8860XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"94429c30-de43-4549-b45b-2dedb1198a36","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2-Failed\", // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number\": \"8860XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"07cbd482-8b0e-43f1-a322-47ef6c9ac273","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number\": \"8860XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"7c94f8c9-b68f-4888-942e-6d0000c0fe3c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number\": \"8860XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"bc126f9a-a5ee-46a8-b97d-9a7ec29ac845","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-name-v2\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobile_number\": \"8860XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"08db24fd-75fa-4109-bdc9-1e0d29947eb0"}],"id":"371160c5-4e77-473a-b7cf-67e31ede6f1e","description":"<p>The <strong>Contact Validation</strong> category focuses on verifying and validating contact details such as email addresses and mobile numbers, ensuring their authenticity and accuracy. It includes a set of APIs that help businesses and organizations confirm the validity of work emails, personal emails, and mobile numbers, enhancing the security of user data and preventing fraudulent activities.</p>\n","_postman_id":"371160c5-4e77-473a-b7cf-67e31ede6f1e"},{"name":"9. Vehicle Details","item":[{"name":"9.1 Mobile to RC","id":"0cc50047-b1da-4314-804c-7013235cdc89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Mobile to RC API</strong> allows you to retrieve a list of vehicle Registration Certificate (RC) numbers linked to a given mobile number. This API is useful for validating ownership or association between a mobile number and registered vehicles.</p>\n<p><strong>Input -</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobile_number</td>\n<td>string</td>\n<td>The mobile number to be queried.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output-</strong><br />Returns a list of RC numbers associated with the provided mobile number, along with status information.  </p>\n<p><strong>Response Schema -</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>string</td>\n<td>Identifier for the API endpoint (always \"mobileToRC\").</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>integer</td>\n<td>HTTP status code (e.g., 200 for success).</td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Contains the actual result of the query.</td>\n</tr>\n<tr>\n<td>rc_number</td>\n<td>string[]</td>\n<td>List of RC numbers associated with the mobile number.</td>\n</tr>\n<tr>\n<td>mobile_number</td>\n<td>string</td>\n<td>The mobile number used in the query.</td>\n</tr>\n<tr>\n<td>message (data)</td>\n<td>string</td>\n<td>Status message related to the data field (e.g., \"Success\").</td>\n</tr>\n<tr>\n<td>message_code</td>\n<td>string</td>\n<td>Internal code to indicate the message status (e.g., \"success\").</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Indicates if the request was successful (true or false).</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>General success or error message (e.g., \"Success\").</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>string</td>\n<td>Unique identifier for the API request for logging or tracking purposes.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"649fd5cd-ace4-4743-8fe9-957f960e555e","name":"Mobile to RC Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobileToRC\",\n    \"status_code\": 200,\n    \"data\": {\n        \"client_id\": \"mobile_number_to_rc_WkWutrbrZepxZMcHHaJm\",\n        \"rc_number\": [\n            \"DL8CAA7XXX\",\n            \"DL3SEH9XXX\",\n            \"DL3SFN7XXX\"\n        ],\n        \"mobile_number\": \"786999XXXX\",\n        \"message\": \"Success\"\n    },\n    \"message_code\": \"success\",\n    \"success\": true,\n    \"message\": \"Success\",\n    \"applicationId\": \"7394a24b-b414-4cff-92c2-9debbf457a21\"\n}"},{"id":"931b260e-6692-43fb-afd7-3201891dce30","name":"Mobile to RC - No Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobileToRC\",\n    \"status_code\": 422,\n    \"data\": {\n        \"rc_number\": [],\n        \"mobile_number\": \"686999XXXX\",\n        \"message\": \"Verification Failed.\"\n    },\n    \"message_code\": \"verification_failed\",\n    \"success\": false,\n    \"message\": \"Verification Failed.\",\n    \"applicationId\": \"6572234c-e027-4907-b8e1-29a3eca741b0\"\n}"},{"id":"5137259f-d6c8-4696-a29a-841de1b8b492","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"5f30de19-7b58-4a7b-ab72-c2861c8f0645","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v234\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"363b7df4-8cbb-45a5-8023-1e32825d3bf6","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"8aebd6ea-b17b-4f06-9da7-b0822c82e174","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"6cf18e05-b5e2-4f49-9e2d-31ece4d405cd","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-v2\",\n    \"applicationId\": \"mobileToRC\",\n    \"data\": {\n        \"mobileNumber\": \"786999XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"0cc50047-b1da-4314-804c-7013235cdc89"},{"name":"9.2 Vehicle Challan Details","id":"cf3847fa-996e-4779-9a44-1a591bf48feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-challan-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"DL51EXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The <strong>Vehicle Challan Details API</strong> allows users to verify the e-challan details for a specific vehicle using its unique registration certificate (RC) number, chassis number, and engine number. This API provides a comprehensive response that includes detailed information about any traffic offenses (challans) associated with the vehicle.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>rc_number</td>\n<td>Registration Certificate (RC) number of the vehicle.</td>\n</tr>\n<tr>\n<td>chassis_number</td>\n<td>Chassis number of the vehicle.</td>\n</tr>\n<tr>\n<td>engine_number</td>\n<td>Engine number of the vehicle.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response includes <strong>challan_details</strong> with a list of <strong>challans</strong>, each having a <strong>challan_number</strong>, <strong>offense_details</strong>, <strong>amount</strong>, <strong>challan_date</strong>, and <strong>accused_name</strong>. The <strong>challan_status</strong> indicates its state, and <strong>court_challan</strong> specifies if it's court-related.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Contains the response data including challan details.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Unique identifier for the client.</td>\n</tr>\n<tr>\n<td>challan_details</td>\n<td>Contains the list of challans associated with the vehicle.</td>\n</tr>\n<tr>\n<td>challans</td>\n<td>An array of challan objects.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Sequential number of the challan.</td>\n</tr>\n<tr>\n<td>challan_number</td>\n<td>Unique identifier for the challan.</td>\n</tr>\n<tr>\n<td>offense_details</td>\n<td>Description of the offense committed.</td>\n</tr>\n<tr>\n<td>challan_place</td>\n<td>Place where the offense was committed (if available).</td>\n</tr>\n<tr>\n<td>challan_date</td>\n<td>Date when the challan was issued.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State where the offense was committed.</td>\n</tr>\n<tr>\n<td>rto</td>\n<td>Regional Transport Office (if available).</td>\n</tr>\n<tr>\n<td>upstream_code</td>\n<td>Code associated with the central or local system.</td>\n</tr>\n<tr>\n<td>accused_name</td>\n<td>Name of the person accused in the challan.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Fine amount associated with the challan.</td>\n</tr>\n<tr>\n<td>challan_status</td>\n<td>Status of the challan (e.g., \"Pending\" or \"Cash\").</td>\n</tr>\n<tr>\n<td>court_challan</td>\n<td>Boolean indicating if the challan is court-related or not.</td>\n</tr>\n<tr>\n<td>blacklist</td>\n<td>Array containing any blacklisted information (if applicable).</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>HTTP status code of the response.</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean indicating if the operation was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Message (if any).</td>\n</tr>\n<tr>\n<td>message_code</td>\n<td>Status message code of the operation.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7b064969-00a4-4b1b-991b-3c9d479720d7","name":"success-1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-challan-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"DL51EXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"endUserId\": \"test\",\n  \"response\": {\n    \"challanDetails\": [\n      {\n        \"challanNumber\": \"UP************1554\",\n        \"issuedOn\": \"04-05-2026\",\n        \"issuedAt\": \"04-05-2026 16:32:42\",\n        \"amount\": 7000,\n        \"currency\": \"INR\",\n        \"status\": \"pending\",\n        \"vehicle\": {\n          \"registrationNumber\": \"********\",\n          \"stateCode\": \"UP\"\n        },\n        \"rtoOffice\": \"\",\n        \"violator\": {\n          \"name\": \"A***************D\",\n          \"fatherName\": \"\",\n          \"contactNo\": \"**********\"\n        },\n        \"offences\": [\n          {\n            \"codeAndName\": \"Disobedience of lawful direction\",\n            \"penalty\": 7000,\n            \"actSection\": \"MV Act S179(1)\"\n          }\n        ],\n        \"location\": \"Noida, Uttar Pradesh\",\n        \"payment\": {\n          \"source\": \"\",\n          \"paidOn\": \"\",\n          \"transactionId\": \"********\",\n          \"receiptNo\": \"********\"\n        },\n        \"court\": {\n          \"statusDesc\": \"\",\n          \"name\": \"\"\n        }\n      },\n      {\n        \"challanNumber\": \"UP************5847\",\n        \"issuedOn\": \"05-01-2026\",\n        \"issuedAt\": \"05-01-2026 10:58:47\",\n        \"amount\": 5000,\n        \"currency\": \"INR\",\n        \"status\": \"pending\",\n        \"vehicle\": {\n          \"registrationNumber\": \"********\",\n          \"stateCode\": \"UP\"\n        },\n        \"violator\": {\n          \"name\": \"A***************D\"\n        },\n        \"location\": \"Noida, Uttar Pradesh\",\n        \"court\": {\n          \"statusDesc\": \"REGULAR_COURT\",\n          \"name\": \"CJM Court\"\n        }\n      },\n      {\n        \"challanNumber\": \"DL************3717\",\n        \"issuedOn\": \"15-05-2025\",\n        \"issuedAt\": \"15-05-2025 12:28:07\",\n        \"amount\": 5000,\n        \"currency\": \"INR\",\n        \"status\": \"pending\",\n        \"vehicle\": {\n          \"registrationNumber\": \"********\",\n          \"stateCode\": \"DL\"\n        },\n        \"violator\": {\n          \"name\": \"A***************D\"\n        },\n        \"location\": \"Delhi\",\n        \"court\": {\n          \"statusDesc\": \"VIRTUAL_COURT\",\n          \"name\": \"JMFC Court\"\n        }\n      }\n    ]\n  },\n  \"applicationId\": \"********-****-****-****-************\",\n  \"status\": {\n    \"statusCode\": 200,\n    \"statusMessage\": \"Request Processed Successfully\",\n    \"input\": {\n      \"vehicleNumber\": \"DL********01\"\n    },\n    \"timestamp\": \"2026-05-05 **:**:**\"\n  }\n}"},{"id":"7c2b541f-c359-49aa-b118-b8236fd0bcbd","name":"success-2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-challan-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"DL51EXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 422,\n        \"message\": \"No Data Found\"\n    },\n    \"applicationId\": \"0e1397d2-5a8e-49c7-a92f-998c329c3a07\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"vehicleNumber\": \"AS01FR6754\"\n        },\n        \"timestamp\": \"2026-05-05 15:14:41\"\n    }\n}"},{"id":"a497f31d-f791-45fe-ba47-dd79160f55f9","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-challan-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"DL51EXXXXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"c7dfe0d3-3147-4d49-8006-ef507dfa1b07","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-challan-details-testing\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"DL51EXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"495b9729-ee7a-4050-b1b8-fc7be6be545a","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-challan-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"DL51EXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"b4bfe9cd-ac5f-45ec-85b1-4b37bef012df","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-echallan-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"rc_number\": \"RJ23CE4XXX\",\n        \"chassis_number\": \"MAT627129NLN20XXX\",\n        \"engine_number\": \"M20ANA356XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"c739be0b-5bcf-4f97-b9a4-3125221ed982","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-echallan-verification\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"rc_number\": \"RJ23CE4XXX\",\n        \"chassis_number\": \"MAT627129NLN20XXX\",\n        \"engine_number\": \"M20ANA356XX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"cf3847fa-996e-4779-9a44-1a591bf48feb"},{"name":"9.3 Vehicle Registration Details - Advanced","id":"a22b5fff-367c-40fe-8aed-6defb1f890ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This check provides real-time access to over 25 vehicle data points, including the owner's name and address, insurance information, chassis and engine numbers, make, model, variant, hypothecation details, and much more.</p>\n<h4 id=\"input--\"><strong>Input -</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>vehicleNumber</strong></td>\n<td>Vehicle Number (without any spaces)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response provides vehicle and owner details, including <strong>Owner Name</strong>, <strong>RC Status</strong>, <strong>Registration Number</strong>, and tax status. It covers <strong>Vehicle Number</strong>, <strong>Fuel Type</strong>, and <strong>Manufacturer</strong>. Additional information includes <strong>Insurance Policy Number</strong>, <strong>PUCC Details</strong>, and any <strong>Blacklist Status</strong>. Status messages, timestamps, and identifiers for the application and transaction are also included.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request (<code>\"test\"</code>).</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains details of the RC, vehicle, insurance, and more.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>HTTP status code indicating success (e.g., 200).</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>Name of the vehicle's owner.</td>\n</tr>\n<tr>\n<td>ownerNumber</td>\n<td>Owner number (e.g., \"1\" for the first owner).</td>\n</tr>\n<tr>\n<td>ownerFathersName</td>\n<td>Father's name of the owner.</td>\n</tr>\n<tr>\n<td>presentAddress</td>\n<td>Present address of the vehicle owner.</td>\n</tr>\n<tr>\n<td>permanentAddress</td>\n<td>Permanent address of the vehicle owner.</td>\n</tr>\n<tr>\n<td>registrationDetail</td>\n<td>Contains details about the vehicle's registration.</td>\n</tr>\n<tr>\n<td>blacklistStatus</td>\n<td>Status if the vehicle is blacklisted and the reason.</td>\n</tr>\n<tr>\n<td>blacklistDetails</td>\n<td>Array containing detailed blacklist reasons.</td>\n</tr>\n<tr>\n<td>rcStatusAsOn</td>\n<td>Date when the RC status was last updated.</td>\n</tr>\n<tr>\n<td>rcStatus</td>\n<td>Current status of the RC (e.g., \"ACTIVE\").</td>\n</tr>\n<tr>\n<td>authority</td>\n<td>RTO authority that issued the RC.</td>\n</tr>\n<tr>\n<td>RTOCode</td>\n<td>RTO code associated with the vehicle.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Date of RC issuance.</td>\n</tr>\n<tr>\n<td>expiryDate</td>\n<td>Expiry date of the RC.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Registration number of the vehicle.</td>\n</tr>\n<tr>\n<td>nocDetails</td>\n<td>NOC (No Objection Certificate) details (if available).</td>\n</tr>\n<tr>\n<td>taxUpto</td>\n<td>Date up to which the vehicle tax is paid.</td>\n</tr>\n<tr>\n<td>hypotecationDetail</td>\n<td>Details about vehicle finance (if applicable).</td>\n</tr>\n<tr>\n<td>isFinanced</td>\n<td>Boolean indicating if the vehicle is financed.</td>\n</tr>\n<tr>\n<td>financier</td>\n<td>Name of the financier.</td>\n</tr>\n<tr>\n<td>vehicle</td>\n<td>Contains details about the vehicle itself.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Vehicle number.</td>\n</tr>\n<tr>\n<td>fuelType</td>\n<td>Type of fuel used by the vehicle (e.g., \"PETROL\").</td>\n</tr>\n<tr>\n<td>bodyType</td>\n<td>Type of the vehicle body (e.g., \"SOLO WITH PILLION\").</td>\n</tr>\n<tr>\n<td>normsDesc</td>\n<td>Emission norms followed by the vehicle (e.g., \"BHARAT STAGE IV\").</td>\n</tr>\n<tr>\n<td>vehicleMMV</td>\n<td>Make, model, and variant of the vehicle.</td>\n</tr>\n<tr>\n<td>companyName</td>\n<td>Manufacturer of the vehicle.</td>\n</tr>\n<tr>\n<td>modelName</td>\n<td>Model name of the vehicle.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Category of the vehicle (e.g., \"2WN\" for two-wheeler).</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Color of the vehicle.</td>\n</tr>\n<tr>\n<td>chassis</td>\n<td>Chassis number of the vehicle.</td>\n</tr>\n<tr>\n<td>class</td>\n<td>Class of the vehicle (if available).</td>\n</tr>\n<tr>\n<td>engine</td>\n<td>Engine number of the vehicle.</td>\n</tr>\n<tr>\n<td>manufacturingDate</td>\n<td>Manufacturing date of the vehicle.</td>\n</tr>\n<tr>\n<td>cubicCapacity</td>\n<td>Cubic capacity of the engine.</td>\n</tr>\n<tr>\n<td>grossWeight</td>\n<td>Gross weight of the vehicle.</td>\n</tr>\n<tr>\n<td>unladenWeight</td>\n<td>Unladen weight of the vehicle.</td>\n</tr>\n<tr>\n<td>noCyl</td>\n<td>Number of cylinders in the vehicle.</td>\n</tr>\n<tr>\n<td>seatCap</td>\n<td>Seating capacity of the vehicle.</td>\n</tr>\n<tr>\n<td>rcStandardCap</td>\n<td>Standard capacity for registration certificate.</td>\n</tr>\n<tr>\n<td>sleeperCapacity</td>\n<td>Sleeper capacity of the vehicle (if applicable).</td>\n</tr>\n<tr>\n<td>standingCap</td>\n<td>Standing capacity of the vehicle (if applicable).</td>\n</tr>\n<tr>\n<td>wheelBase</td>\n<td>Wheelbase of the vehicle.</td>\n</tr>\n<tr>\n<td>insurance</td>\n<td>Contains vehicle insurance details.</td>\n</tr>\n<tr>\n<td>policyNumber</td>\n<td>Insurance policy number.</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Name of the insurance company.</td>\n</tr>\n<tr>\n<td>validTill</td>\n<td>Date until which the insurance is valid.</td>\n</tr>\n<tr>\n<td>pucc</td>\n<td>Contains Pollution Under Control Certificate (PUCC) details.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>PUCC number (if available).</td>\n</tr>\n<tr>\n<td>upto</td>\n<td>Validity date of the PUCC.</td>\n</tr>\n<tr>\n<td>isCommercial</td>\n<td>Boolean indicating if the vehicle is commercial.</td>\n</tr>\n<tr>\n<td>permitDetails</td>\n<td>Details about permits (if applicable).</td>\n</tr>\n<tr>\n<td>permitIssueDate</td>\n<td>Date the permit was issued (if applicable).</td>\n</tr>\n<tr>\n<td>permitNumber</td>\n<td>Permit number (if applicable).</td>\n</tr>\n<tr>\n<td>permitType</td>\n<td>Type of the permit (if applicable).</td>\n</tr>\n<tr>\n<td>permitValidFrom</td>\n<td>Validity start date of the permit (if applicable).</td>\n</tr>\n<tr>\n<td>permitValidUpto</td>\n<td>Validity end date of the permit (if applicable).</td>\n</tr>\n<tr>\n<td>nationalPermitNumber</td>\n<td>National permit number (if applicable).</td>\n</tr>\n<tr>\n<td>nationalPermitUpto</td>\n<td>Expiry date for national permit (if applicable).</td>\n</tr>\n<tr>\n<td>nationalPermitIssuedBy</td>\n<td>Authority that issued the national permit (if applicable).</td>\n</tr>\n<tr>\n<td>nonUseDetails</td>\n<td>Details about non-use status (if applicable).</td>\n</tr>\n<tr>\n<td>nonUseStatus</td>\n<td>Status indicating if the vehicle is not in use.</td>\n</tr>\n<tr>\n<td>nonUseFrom</td>\n<td>Date from which the vehicle is not in use (if applicable).</td>\n</tr>\n<tr>\n<td>nonUseTo</td>\n<td>Date until which the vehicle is not in use (if applicable).</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains status of the API request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code (e.g., 200 for success).</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the status of the request.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique identifier for the transaction.</td>\n</tr>\n<tr>\n<td>input</td>\n<td>Input details for the request (e.g., vehicle number).</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp when the request was processed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"00240ed8-6bc6-464f-9268-fa43a6e25e03","name":"Vehicle RC - Detailed - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 200,\n        \"owner\": \"XXXXX\",\n        \"ownerNumber\": \"1\",\n        \"ownerFathersName\": \"XXXX XXXX\",\n        \"presentAddress\": \"SEC-A6, NARELA North West Delhi 110040\",\n        \"permanentAddress\": \"SEC-A6, NARELA North West Delhi 110040\",\n        \"registrationDetail\": {\n            \"blacklistStatus\": \"Locked by ROHINI,Delhi due to reason Theft, CB vide FIR no 16323 dated 15-May-2018\",\n            \"blacklistDetails\": [\n                \"Locked by ROHINI,Delhi due to reason Theft, CB vide FIR no 16323 dated 15-May-2018\"\n            ],\n            \"rcStatusAsOn\": \"02/01/2024\",\n            \"rcStatus\": \"ACTIVE\",\n            \"authority\": \"ROHINI, Delhi\",\n            \"RTOCode\": \"DL-11\",\n            \"date\": \"01/07/2017\",\n            \"expiryDate\": \"30/06/2032\",\n            \"number\": \"DL11SS0XXX\",\n            \"nocDetails\": \"NA\",\n            \"taxUpto\": \"LTT\"\n        },\n        \"hypotecationDetail\": {\n            \"isFinanced\": true,\n            \"financier\": \"BAJAJ FINANCE LTD.\"\n        },\n        \"vehicle\": {\n            \"number\": \"DL11SS0XXX\",\n            \"fuelType\": \"PETROL\",\n            \"bodyType\": \"SOLO WITH PILLION\",\n            \"normsDesc\": \"BHARAT STAGE IV\",\n            \"vehicleMMV\": \"BAJAJ AUTO LTD PULSAR 150 DTS-I\",\n            \"companyName\": \"BAJAJ AUTO LTD\",\n            \"modelName\": \"PULSAR 150 DTS-I\",\n            \"category\": \"2WN\",\n            \"color\": \"EBONY BLACK WITH CHR\",\n            \"chassis\": \"MD2A11CY6HRB2XXXX\",\n            \"class\": \"\",\n            \"engine\": \"DHYRHB64XXX\",\n            \"manufacturingDate\": \"5/2017\",\n            \"cubicCapacity\": \"149\",\n            \"grossWeight\": \"274\",\n            \"unladenWeight\": \"144\",\n            \"noCyl\": \"1\",\n            \"seatCap\": \"2\",\n            \"rcStandardCap\": \"0\",\n            \"sleeperCapacity\": \"0\",\n            \"standingCap\": \"0\",\n            \"wheelBase\": \"1320\"\n        },\n        \"insurance\": {\n            \"policyNumber\": \"D107681XXX\",\n            \"company\": \"GoDigit General Insurance Ltd.\",\n            \"validTill\": \"02/07/2024\"\n        },\n        \"pucc\": {\n            \"number\": \"NA\",\n            \"upto\": \"01/07/2024\"\n        },\n        \"isCommercial\": \"false\",\n        \"permitDetails\": {\n            \"permitIssueDate\": null,\n            \"permitNumber\": null,\n            \"permitType\": null,\n            \"permitValidFrom\": null,\n            \"permitValidUpto\": null,\n            \"nationalPermitNumber\": null,\n            \"nationalPermitUpto\": null,\n            \"nationalPermitIssuedBy\": null\n        },\n        \"nonUseDetails\": {\n            \"nonUseStatus\": null,\n            \"nonUseFrom\": null,\n            \"nonUseTo\": null\n        }\n    },\n    \"applicationId\": \"dae73c5e-710e-4ce0-b22c-0d3f875609e9\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Vehicle RC - Advanced (V4) Request Processed\",\n        \"transactionId\": \"58dfad90-9929-4681-95fd-17ce21db4293\",\n        \"input\": {\n            \"vehicleNumber\": \"DL11SS0XXX\"\n        },\n        \"timestamp\": \"2023-10-12 13:09:18\"\n    }\n}"},{"id":"d0352b2b-d177-474c-9850-c2f5f737c24f","name":"Record Not Found (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"PL11SS0692\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 1003,\n        \"message\": \"Record not found\"\n    },\n    \"applicationId\": \"5240acda-67ad-4cd6-a6a2-47a08464f474\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Vehicle RC - Advanced (V4) Request Processed\",\n        \"transactionId\": \"a9d2cdb6-4063-452e-90f8-d62702065c36\",\n        \"input\": {\n            \"vehicleNumber\": \"PL11SS0692\"\n        },\n        \"timestamp\": \"2023-01-12 18:56:49\"\n    }\n}"},{"id":"46322e2b-855e-482e-8916-e75bd4d0513a","name":"Found in Multiple RTO (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"TN22BL7529\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 1007,\n        \"message\": \"Vehicle found in more than one rto\"\n    },\n    \"applicationId\": \"5240acda-67ad-4cd6-a6a2-47a08464f474\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Vehicle RC - Advanced (V4) Request Processed\",\n        \"transactionId\": \"a9d2cdb6-4063-452e-90f8-d62702065c36\",\n        \"input\": {\n            \"vehicleNumber\": \"TN22BL7529\"\n        },\n        \"timestamp\": \"2023-01-12 18:56:49\"\n    }\n}"},{"id":"7df13608-0fdf-4487-b0e8-ec1224811ddd","name":"Vehicle RC - Detailed - Failure","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"vehicleNumber\": \"GJ1PTX1775\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 1006,\n        \"message\": \"Invalid Number\"\n    },\n    \"applicationId\": \"5240acda-67ad-4cd6-a6a2-47a08464f474\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"Vehicle RC - Advanced (V4) Request Processed\",\n        \"transactionId\": \"a9d2cdb6-4063-452e-90f8-d62702065c36\",\n        \"input\": {\n            \"vehicleNumber\": \"GJ1PTX1775\"\n        },\n        \"timestamp\": \"2023-01-12 18:56:49\"\n    }\n}"},{"id":"e75283e9-5818-47f1-89e5-bc6abfa67841","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"516d2b52-e2d7-46b1-bb11-de34cca339e9","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"12824b8f-fd0e-48be-aa0f-12b344842b77","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"addfbcb3-de47-4e4d-a8db-c200715e0ee2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"a1783d6b-60cd-4807-ac6a-5602447ca5fb","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced\",\n    \"applicationId\": \"test\",\n    \"data\": {\n       \"vehicleNumber\": \"DL11SS0XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"a22b5fff-367c-40fe-8aed-6defb1f890ac"},{"name":"9.4 Vehicle Registration Details - Pro","id":"c015651e-09fc-4876-b7a4-ba7341fcd895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"HR29AEXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API returns detailed information about a vehicle using its registration number.<br />The response includes ownership details, registration info, insurance and fitness validity, technical specifications, and financing status.</p>\n<p><strong>Input</strong> -</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vehicleNumber</td>\n<td>string</td>\n<td>Vehicle registration number (e.g., MP04CH7903)</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-schema--\">Response Schema -</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>string</td>\n<td>ID of the user/system making the request</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>string</td>\n<td>Unique identifier for the API request</td>\n</tr>\n<tr>\n<td>code</td>\n<td>integer</td>\n<td>HTTP-like status code</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Response message</td>\n</tr>\n<tr>\n<td>registration_number</td>\n<td>string</td>\n<td>Vehicle registration number</td>\n</tr>\n<tr>\n<td>registration_date</td>\n<td>string</td>\n<td>Date of registration (DD/MM/YYYY)</td>\n</tr>\n<tr>\n<td>vehicle_owner_number</td>\n<td>integer</td>\n<td>Vehicle owner number (e.g. 1 = first owner)</td>\n</tr>\n<tr>\n<td>user_name</td>\n<td>string</td>\n<td>Vehicle owner's full name</td>\n</tr>\n<tr>\n<td>father_name</td>\n<td>string</td>\n<td>Father’s name of the owner</td>\n</tr>\n<tr>\n<td>user_present_address</td>\n<td>string</td>\n<td>Present address of the owner</td>\n</tr>\n<tr>\n<td>user_permanent_address</td>\n<td>string</td>\n<td>Permanent address of the owner</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td>Mobile number of the owner</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Email address of the owner</td>\n</tr>\n<tr>\n<td>pan</td>\n<td>string</td>\n<td>PAN number</td>\n</tr>\n<tr>\n<td>aadhaar</td>\n<td>string</td>\n<td>Aadhaar number</td>\n</tr>\n<tr>\n<td>passport_no</td>\n<td>string</td>\n<td>Passport number</td>\n</tr>\n<tr>\n<td>ration_card_no</td>\n<td>string</td>\n<td>Ration card number</td>\n</tr>\n<tr>\n<td>voter_id</td>\n<td>string</td>\n<td>Voter ID number</td>\n</tr>\n<tr>\n<td>dl_no</td>\n<td>string</td>\n<td>Driving License number</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>State code (e.g., MP)</td>\n</tr>\n<tr>\n<td>vehicle_class_description</td>\n<td>string</td>\n<td>Vehicle class/type (e.g., Motor Car(LMV))</td>\n</tr>\n<tr>\n<td>chassis_number</td>\n<td>string</td>\n<td>Chassis number</td>\n</tr>\n<tr>\n<td>engine_number</td>\n<td>string</td>\n<td>Engine number</td>\n</tr>\n<tr>\n<td>vehicle_maker_description</td>\n<td>string</td>\n<td>Manufacturer name</td>\n</tr>\n<tr>\n<td>vehicle_make_model</td>\n<td>string</td>\n<td>Model name</td>\n</tr>\n<tr>\n<td>body_type_description</td>\n<td>string</td>\n<td>Vehicle body type</td>\n</tr>\n<tr>\n<td>vehicle_number_of_cylinders</td>\n<td>string</td>\n<td>Number of engine cylinders</td>\n</tr>\n<tr>\n<td>vehicle_seating_capacity</td>\n<td>string</td>\n<td>Seating capacity</td>\n</tr>\n<tr>\n<td>vehicle_stand_capacity</td>\n<td>string</td>\n<td>Standing capacity</td>\n</tr>\n<tr>\n<td>vehicle_unladen_weight</td>\n<td>string</td>\n<td>Weight without load</td>\n</tr>\n<tr>\n<td>vehicle_fuel_description</td>\n<td>string</td>\n<td>Fuel type (e.g., DIESEL)</td>\n</tr>\n<tr>\n<td>vehicle_color</td>\n<td>string</td>\n<td>Color of the vehicle</td>\n</tr>\n<tr>\n<td>norms_description</td>\n<td>string</td>\n<td>Emission norms (e.g., NA)</td>\n</tr>\n<tr>\n<td>vehicle_wheelbase</td>\n<td>string</td>\n<td>Wheelbase dimension</td>\n</tr>\n<tr>\n<td>vehicle_cubic_capacity</td>\n<td>string</td>\n<td>Cubic capacity in cc</td>\n</tr>\n<tr>\n<td>vehicle_category</td>\n<td>string</td>\n<td>Category of vehicle (e.g., LMV)</td>\n</tr>\n<tr>\n<td>fit_upto</td>\n<td>string</td>\n<td>Vehicle fitness valid until date</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Registration status (e.g., ACTIVE)</td>\n</tr>\n<tr>\n<td>vehicle_gross_weight</td>\n<td>string</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td>vehicle_manufactured_date</td>\n<td>string</td>\n<td>Manufacturing date (MM/YYYY)</td>\n</tr>\n<tr>\n<td>vehicle_sleeper_capacity</td>\n<td>string</td>\n<td>Sleeper capacity</td>\n</tr>\n<tr>\n<td>vehicle_type</td>\n<td>string</td>\n<td>Type (e.g., LMV)</td>\n</tr>\n<tr>\n<td>month_year_remaining_for_insurance_exp</td>\n<td>string</td>\n<td>Time until insurance expiry</td>\n</tr>\n<tr>\n<td>insurance_expired</td>\n<td>string</td>\n<td>\"Y\" or \"N\"</td>\n</tr>\n<tr>\n<td>vehicle_fitness_expired</td>\n<td>string</td>\n<td>\"Y\" or \"N\"</td>\n</tr>\n<tr>\n<td>vehicle_age</td>\n<td>string</td>\n<td>Age of vehicle (e.g., 13 years 4 months)</td>\n</tr>\n<tr>\n<td>vehicle_financed</td>\n<td>boolean</td>\n<td>Whether vehicle is financed</td>\n</tr>\n<tr>\n<td>expiry_date</td>\n<td>string</td>\n<td>RC expiry date</td>\n</tr>\n<tr>\n<td>permit_details</td>\n<td>string</td>\n<td>Permit information (if any)</td>\n</tr>\n<tr>\n<td>office_code</td>\n<td>string</td>\n<td>RTO office code</td>\n</tr>\n<tr>\n<td>office_name</td>\n<td>string</td>\n<td>RTO office name</td>\n</tr>\n<tr>\n<td>purchase_date</td>\n<td>string</td>\n<td>Date of purchase</td>\n</tr>\n<tr>\n<td>owner_code_descr</td>\n<td>string</td>\n<td>Owner code description</td>\n</tr>\n<tr>\n<td>reg_type_descr</td>\n<td>string</td>\n<td>Registration type</td>\n</tr>\n<tr>\n<td>model_code</td>\n<td>string</td>\n<td>Model code</td>\n</tr>\n<tr>\n<td>vehicle_hp</td>\n<td>string</td>\n<td>Horsepower</td>\n</tr>\n<tr>\n<td>vehicle_gross_comb_weight</td>\n<td>string</td>\n<td>Combined gross weight</td>\n</tr>\n<tr>\n<td>floor_area</td>\n<td>string</td>\n<td>Floor area dimension</td>\n</tr>\n<tr>\n<td>ac_fitted</td>\n<td>string</td>\n<td>Air Conditioning availability</td>\n</tr>\n<tr>\n<td>audio_fitted</td>\n<td>string</td>\n<td>Audio system availability</td>\n</tr>\n<tr>\n<td>video_fitted</td>\n<td>string</td>\n<td>Video system availability</td>\n</tr>\n<tr>\n<td>sale_amount</td>\n<td>string</td>\n<td>Vehicle sale amount</td>\n</tr>\n<tr>\n<td>length</td>\n<td>string</td>\n<td>Length of vehicle</td>\n</tr>\n<tr>\n<td>width</td>\n<td>string</td>\n<td>Width of vehicle</td>\n</tr>\n<tr>\n<td>height</td>\n<td>string</td>\n<td>Height of vehicle</td>\n</tr>\n<tr>\n<td>annual_income</td>\n<td>string</td>\n<td>Owner's annual income (if available)</td>\n</tr>\n<tr>\n<td>imported_vehicle</td>\n<td>string</td>\n<td>Is it an imported vehicle?</td>\n</tr>\n<tr>\n<td>tax_mode</td>\n<td>string</td>\n<td>Taxation mode (e.g., Quarterly, Lifetime)</td>\n</tr>\n<tr>\n<td>financer.hp_type</td>\n<td>string</td>\n<td>Hypothecation type</td>\n</tr>\n<tr>\n<td>financer.financer_name</td>\n<td>string</td>\n<td>Name of financer</td>\n</tr>\n<tr>\n<td>financer.financer_address_line1</td>\n<td>string</td>\n<td>Financer address line 1</td>\n</tr>\n<tr>\n<td>financer.financer_address_line2</td>\n<td>string</td>\n<td>Financer address line 2</td>\n</tr>\n<tr>\n<td>financer.financer_address_line3</td>\n<td>string</td>\n<td>Financer address line 3</td>\n</tr>\n<tr>\n<td>financer.financer_district</td>\n<td>string</td>\n<td>Financer district</td>\n</tr>\n<tr>\n<td>financer.financer_pincode</td>\n<td>string</td>\n<td>Financer pincode</td>\n</tr>\n<tr>\n<td>financer.financer_state</td>\n<td>string</td>\n<td>Financer state</td>\n</tr>\n<tr>\n<td>financer.financer_full_address</td>\n<td>string</td>\n<td>Full address of financer</td>\n</tr>\n<tr>\n<td>financer.hypothecation_dt</td>\n<td>string</td>\n<td>Hypothecation start date</td>\n</tr>\n<tr>\n<td>financer.op_dt</td>\n<td>string</td>\n<td>Operational date</td>\n</tr>\n<tr>\n<td>insurance.policyNumber</td>\n<td>string</td>\n<td>Policy number</td>\n</tr>\n<tr>\n<td>insurance.company</td>\n<td>string</td>\n<td>Insurance company name</td>\n</tr>\n<tr>\n<td>insurance.insurance_company_code</td>\n<td>string</td>\n<td>Insurance company code</td>\n</tr>\n<tr>\n<td>insurance.opdt</td>\n<td>string</td>\n<td>Operational date</td>\n</tr>\n<tr>\n<td>insurance.validTill</td>\n<td>string</td>\n<td>Valid till date</td>\n</tr>\n<tr>\n<td>insurance.validFrom</td>\n<td>string</td>\n<td>Valid from date</td>\n</tr>\n<tr>\n<td>insurance.month_year_remaining_for_insurance_exp</td>\n<td>string</td>\n<td>Time until expiry</td>\n</tr>\n<tr>\n<td>tax_details.reg_no</td>\n<td>string</td>\n<td>Registration number for tax record</td>\n</tr>\n<tr>\n<td>tax_details.tax_mode</td>\n<td>string</td>\n<td>Tax mode</td>\n</tr>\n<tr>\n<td>tax_details.payment_mode</td>\n<td>string</td>\n<td>Tax payment mode</td>\n</tr>\n<tr>\n<td>tax_details.tax_amt</td>\n<td>string</td>\n<td>Tax amount</td>\n</tr>\n<tr>\n<td>tax_details.tax_fine</td>\n<td>string</td>\n<td>Tax fine amount</td>\n</tr>\n<tr>\n<td>tax_details.rcpt_dt</td>\n<td>string</td>\n<td>Tax receipt date</td>\n</tr>\n<tr>\n<td>tax_details.tax_from</td>\n<td>string</td>\n<td>Tax valid from</td>\n</tr>\n<tr>\n<td>tax_details.tax_upto</td>\n<td>string</td>\n<td>Tax valid upto</td>\n</tr>\n<tr>\n<td>tax_details.collected_by</td>\n<td>string</td>\n<td>Name of tax collector</td>\n</tr>\n<tr>\n<td>tax_details.rcpt_no</td>\n<td>string</td>\n<td>Tax receipt number</td>\n</tr>\n<tr>\n<td>pucc_details.pucc_from</td>\n<td>string</td>\n<td>PUCC validity from</td>\n</tr>\n<tr>\n<td>pucc_details.pucc_upto</td>\n<td>string</td>\n<td>PUCC validity upto</td>\n</tr>\n<tr>\n<td>pucc_details.pucc_centreno</td>\n<td>string</td>\n<td>PUCC center number</td>\n</tr>\n<tr>\n<td>pucc_details.pucc_no</td>\n<td>string</td>\n<td>PUCC certificate number</td>\n</tr>\n<tr>\n<td>pucc_details.op_dt</td>\n<td>string</td>\n<td>PUCC operational date</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_code</td>\n<td>string</td>\n<td>Dealer code</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_name</td>\n<td>string</td>\n<td>Dealer name</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_address_line1</td>\n<td>string</td>\n<td>Dealer address line 1</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_address_line2</td>\n<td>string</td>\n<td>Dealer address line 2</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_address_line3</td>\n<td>string</td>\n<td>Dealer address line 3</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_district</td>\n<td>string</td>\n<td>Dealer district</td>\n</tr>\n<tr>\n<td>dealer_details.dealer_pincode</td>\n<td>string</td>\n<td>Dealer pincode</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>integer</td>\n<td>HTTP-like status code</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>string</td>\n<td>Description of the status</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>string</td>\n<td>Transaction ID</td>\n</tr>\n<tr>\n<td>input.vehicleNumber</td>\n<td>string</td>\n<td>Input vehicle number submitted</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>Timestamp of response</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>⚠️ <em>Additional fields like dimensions, dealer details, permit info, and optional identifiers (PAN, Aadhaar, etc.) may appear depending on data availability.</em></p>\n</blockquote>\n","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"afe8d220-92dd-4d23-9084-c46c3fd8f0e4","name":"Vehicle Registration Details Pro - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"MPXXXXX903\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"vehicleTest\",\n    \"response\": {\n        \"code\": 200,\n        \"message\": \"Success\",\n        \"registration_number\": \"MPXXXXX903\",\n        \"registration_date\": \"09/12/XXXX\",\n        \"vehicle_owner_number\": 1,\n        \"user_name\": \"RAJ KUXXR VIXXXXXIYA  \",\n        \"father_name\": \"LT SH XXXXXLLABH VXXXXXRGIA\",\n        \"user_present_address\": \"FLAT NO 103 RAXXXXXXABH, COMPLEX 130 MxxxxYA, , , Maxxxa Pxxxxsh, 999999\",\n        \"user_permanent_address\": \"FLAT NO 103 RXXXXXABH, COMPLEX 130 MxxxxYA, , , Mxxxxya Prxxxxh, 999999\",\n        \"mobile\": \"\",\n        \"email\": \"\",\n        \"pan\": \"\",\n        \"aadhaar\": \"\",\n        \"passport_no\": \"\",\n        \"ration_card_no\": \"\",\n        \"voter_id\": \"\",\n        \"dl_no\": \"\",\n        \"state\": \"MP\",\n        \"vehicle_class_description\": \"Motor Car(LMV)\",\n        \"chassis_number\": \"MAXXXXXXXX95362\",\n        \"engine_number\": \"DLXXXXXX44\",\n        \"vehicle_maker_description\": \"MXXXX SUXXKI IXXXX LTD\",\n        \"vehicle_make_model\": \"MARUTI SX4  VDI\",\n        \"body_type_description\": \"\",\n        \"vehicle_number_of_cylinders\": \"4\",\n        \"vehicle_seating_capacity\": \"5\",\n        \"vehicle_stand_capacity\": \"\",\n        \"vehicle_unladen_weight\": \"1245\",\n        \"vehicle_fuel_description\": \"DIESEL\",\n        \"vehicle_color\": \"S SILVER\",\n        \"norms_description\": \"NA\",\n        \"vehicle_wheelbase\": \"0\",\n        \"vehicle_cubic_capacity\": \"1248.00\",\n        \"vehicle_category\": \"LMV\",\n        \"financer\": {\n            \"hp_type\": \"\",\n            \"financer_name\": \"On Cash\",\n            \"financer_address_line1\": \"\",\n            \"financer_address_line2\": \"\",\n            \"financer_address_line3\": \"\",\n            \"financer_district\": \"\",\n            \"financer_pincode\": \"\",\n            \"financer_state\": \"\",\n            \"financer_full_address\": \"\",\n            \"hypothecation_dt\": \"\",\n            \"op_dt\": \"\"\n        },\n        \"insurance\": {\n            \"policyNumber\": \"\",\n            \"company\": \"The New Inxxx Assuxxxxx Comxxxx Limxxxx\",\n            \"insurance_company_code\": \"\",\n            \"opdt\": \"\",\n            \"validTill\": \"23/10/2025\",\n            \"validFrom\": \"\",\n            \"month_year_remaining_for_insurance_exp\": \"0 years 6 months\"\n        },\n        \"fit_upto\": \"08/12/2026\",\n        \"state_code\": \"MP\",\n        \"status\": \"ACTIVE\",\n        \"vehicle_gross_weight\": \"1700\",\n        \"vehicle_manufactured_date\": \"8/2011\",\n        \"vehicle_sleeper_capacity\": \"\",\n        \"vehicle_type\": \"LMV\",\n        \"month_year_remaining_for_insurance_exp\": \"0 years 6 months\",\n        \"insurance_expired\": \"N\",\n        \"vehicle_fitness_expired\": \"N\",\n        \"vehicle_age\": \"13 years 4 months\",\n        \"tax_details\": {\n            \"reg_no\": \"MPXXXXX03\",\n            \"tax_mode\": \"\",\n            \"payment_mode\": \"\",\n            \"tax_amt\": \"\",\n            \"tax_fine\": \"\",\n            \"rcpt_dt\": \"\",\n            \"tax_from\": \"\",\n            \"tax_upto\": \"08/12/2026\",\n            \"collected_by\": \"\",\n            \"rcpt_no\": \"\"\n        },\n        \"pucc_details\": {\n            \"pucc_from\": \"\",\n            \"pucc_upto\": \"NA\",\n            \"pucc_centreno\": \"\",\n            \"pucc_no\": \"NA\",\n            \"op_dt\": \"\"\n        },\n        \"vehicle_financed\": false,\n        \"expiry_date\": \"08/12/2026\",\n        \"permit_details\": \"\",\n        \"office_code\": \"\",\n        \"office_name\": \"\",\n        \"purchase_date\": \"\",\n        \"owner_code_descr\": \"\",\n        \"reg_type_descr\": \"\",\n        \"model_code\": \"\",\n        \"vehicle_hp\": \"\",\n        \"vehicle_gross_comb_weight\": \"\",\n        \"floor_area\": \"\",\n        \"ac_fitted\": \"\",\n        \"audio_fitted\": \"\",\n        \"video_fitted\": \"\",\n        \"dealer_details\": {\n            \"dealer_code\": \"\",\n            \"dealer_name\": \"\",\n            \"dealer_address_line1\": \"\",\n            \"dealer_address_line2\": \"\",\n            \"dealer_address_line3\": \"\",\n            \"dealer_district\": \"\",\n            \"dealer_pincode\": \"\"\n        },\n        \"sale_amount\": \"\",\n        \"length\": \"\",\n        \"width\": \"\",\n        \"height\": \"\",\n        \"annual_income\": \"\",\n        \"imported_vehicle\": \"\",\n        \"tax_mode\": \"\"\n    },\n    \"applicationId\": \"7244e3c6-6210-4d48-a98c-f60df198b4d9\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Vehicle RC - Advanced (Pro) Request Processed\",\n        \"transactionId\": \"68dd6b1b-d9fc-42a8-a016-053169b849a1\",\n        \"input\": {\n            \"vehicleNumber\": \"MPXXXXXXXX\"\n        },\n        \"timestamp\": \"2025-04-09 14:42:55\"\n    }\n}"},{"id":"0715dfe9-a022-4bbd-918f-43f1c0a21033","name":"Vehicle Registration Details Pro - No Record","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"HP29AEXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"vehicleTest\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"No Record Found\"\n    },\n    \"applicationId\": \"9ba7f636-93a9-4eb7-98f0-fdc63e5c598e\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Vehicle RC - Advanced (Pro) Request Processed\",\n        \"transactionId\": \"ac3d2136-ad71-481f-877d-0ab4d95912b2\",\n        \"input\": {\n            \"vehicleNumber\": \"HP29AEXXXX\"\n        },\n        \"timestamp\": \"2025-04-09 14:44:25\"\n    }\n}"},{"id":"d6280359-6066-4261-a1d5-2df23391036f","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicle\": \"HP29AEXXXX\"        // Invalid field name or value\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"c7f04a99-7d9a-4d5e-b297-339828b9944e","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro-not-found\",     // Invalid Category or Type\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"HR29AEXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"48c7dada-a249-4c3d-9b63-d44c8eeeed14","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"HR29AEXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"6bfb7483-d80a-4b94-8343-1795288b44f0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"HR29AEXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"0156746d-e0c2-4c17-999c-2d59f424e4bd","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-advanced-pro\",\n    \"applicationId\": \"vehicleTest\",\n    \"data\": {\n        \"vehicleNumber\": \"HR29AEXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"c015651e-09fc-4876-b7a4-ba7341fcd895"},{"name":"9.5 Mobile to RC Detailed","id":"b494147b-b4a5-438a-9c32-1ff120e07f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-detailed\",\n    \"applicationId\": \"mobileToRCDetailed1\",\n    \"data\": {\n        \"mobileNumber\": \"7285\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API fetches detailed vehicle RC (Registration Certificate) information linked to a given mobile number. Useful for verifying vehicle ownership and registration details.</p>\n<hr />\n<h2 id=\"input\">Input</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mobile_number</td>\n<td>string</td>\n<td>Mobile number to query</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"output\">Output</h2>\n<p>Returns detailed RC information associated with the mobile number, including vehicle, owner, insurance, and registration details.</p>\n<hr />\n<h2 id=\"response-schema\">Response Schema</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>vehicleNumber</td>\n<td>string</td>\n<td>Vehicle registration number</td>\n</tr>\n<tr>\n<td>chassisNumber</td>\n<td>string</td>\n<td>Chassis number</td>\n</tr>\n<tr>\n<td>engineNumber</td>\n<td>string</td>\n<td>Engine number</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>string</td>\n<td>Vehicle manufacturer</td>\n</tr>\n<tr>\n<td>model</td>\n<td>string</td>\n<td>Vehicle model</td>\n</tr>\n<tr>\n<td>vehicleColor</td>\n<td>string</td>\n<td>Color of the vehicle</td>\n</tr>\n<tr>\n<td>fuelType</td>\n<td>string</td>\n<td>Fuel type</td>\n</tr>\n<tr>\n<td>emissionNorms</td>\n<td>string</td>\n<td>Emission standard</td>\n</tr>\n<tr>\n<td>bodyType</td>\n<td>string</td>\n<td>Vehicle body type</td>\n</tr>\n<tr>\n<td>ownerCount</td>\n<td>string</td>\n<td>Number of owners</td>\n</tr>\n<tr>\n<td>ownerName</td>\n<td>string</td>\n<td>Owner’s name</td>\n</tr>\n<tr>\n<td>ownerFatherName</td>\n<td>string</td>\n<td>Owner’s father’s name</td>\n</tr>\n<tr>\n<td>mobileNumber</td>\n<td>string</td>\n<td>Registered mobile number (if any)</td>\n</tr>\n<tr>\n<td>rcStatus</td>\n<td>string</td>\n<td>RC current status</td>\n</tr>\n<tr>\n<td>rcStatusAsOn</td>\n<td>string</td>\n<td>RC status date</td>\n</tr>\n<tr>\n<td>registrationAuthority</td>\n<td>string</td>\n<td>RTO location</td>\n</tr>\n<tr>\n<td>registrationDate</td>\n<td>string</td>\n<td>Registration date</td>\n</tr>\n<tr>\n<td>manufacturingMonthYear</td>\n<td>string</td>\n<td>Manufacturing month/year</td>\n</tr>\n<tr>\n<td>rcExpiryDate</td>\n<td>string</td>\n<td>RC expiry date</td>\n</tr>\n<tr>\n<td>taxUpto</td>\n<td>string</td>\n<td>Road tax valid till</td>\n</tr>\n<tr>\n<td>insuranceCompany</td>\n<td>string</td>\n<td>Insurance provider</td>\n</tr>\n<tr>\n<td>insuranceUpto</td>\n<td>string</td>\n<td>Insurance validity</td>\n</tr>\n<tr>\n<td>insurancePolicyNumber</td>\n<td>string</td>\n<td>Insurance policy number</td>\n</tr>\n<tr>\n<td>rcFinancer</td>\n<td>string</td>\n<td>Financer info</td>\n</tr>\n<tr>\n<td>presentAddress</td>\n<td>string</td>\n<td>Present address (if any)</td>\n</tr>\n<tr>\n<td>permanentAddress</td>\n<td>string</td>\n<td>Permanent address</td>\n</tr>\n<tr>\n<td>cubicCapacity</td>\n<td>string</td>\n<td>Engine capacity</td>\n</tr>\n<tr>\n<td>grossWeight</td>\n<td>string</td>\n<td>Gross weight</td>\n</tr>\n<tr>\n<td>unladenWeight</td>\n<td>string</td>\n<td>Unladen weight</td>\n</tr>\n<tr>\n<td>vehicleCategory</td>\n<td>string</td>\n<td>Vehicle category</td>\n</tr>\n<tr>\n<td>standardCap</td>\n<td>string</td>\n<td>Standard capacity</td>\n</tr>\n<tr>\n<td>cylinders</td>\n<td>string</td>\n<td>No. of cylinders</td>\n</tr>\n<tr>\n<td>seatCapacity</td>\n<td>string</td>\n<td>Seating capacity</td>\n</tr>\n<tr>\n<td>sleeperCapacity</td>\n<td>string</td>\n<td>Sleeper capacity</td>\n</tr>\n<tr>\n<td>standingCapacity</td>\n<td>string</td>\n<td>Standing capacity</td>\n</tr>\n<tr>\n<td>wheelbase</td>\n<td>string</td>\n<td>Vehicle wheelbase</td>\n</tr>\n<tr>\n<td>puccNumber</td>\n<td>string</td>\n<td>PUCC number</td>\n</tr>\n<tr>\n<td>puccUpto</td>\n<td>string</td>\n<td>PUCC validity</td>\n</tr>\n<tr>\n<td>blacklistStatus</td>\n<td>boolean</td>\n<td>Vehicle blacklisted or not</td>\n</tr>\n<tr>\n<td>permitIssueDate</td>\n<td>string</td>\n<td>Permit issue date</td>\n</tr>\n<tr>\n<td>permitNumber</td>\n<td>string</td>\n<td>Permit number</td>\n</tr>\n<tr>\n<td>permitType</td>\n<td>string</td>\n<td>Type of permit</td>\n</tr>\n<tr>\n<td>permitValidFrom</td>\n<td>string</td>\n<td>Permit valid from</td>\n</tr>\n<tr>\n<td>permitValidUpto</td>\n<td>string</td>\n<td>Permit valid till</td>\n</tr>\n<tr>\n<td>nonUseStatus</td>\n<td>string</td>\n<td>Non-use status</td>\n</tr>\n<tr>\n<td>nonUseFrom</td>\n<td>string</td>\n<td>Non-use start date</td>\n</tr>\n<tr>\n<td>nonUseTo</td>\n<td>string</td>\n<td>Non-use end date</td>\n</tr>\n<tr>\n<td>nationalPermitNumber</td>\n<td>string</td>\n<td>National permit number</td>\n</tr>\n<tr>\n<td>nationalPermitUpto</td>\n<td>string</td>\n<td>National permit validity</td>\n</tr>\n<tr>\n<td>nationalPermitIssuedBy</td>\n<td>string</td>\n<td>Issuer of national permit</td>\n</tr>\n<tr>\n<td>isCommercial</td>\n<td>boolean</td>\n<td>Whether commercial vehicle</td>\n</tr>\n<tr>\n<td>nocDetails</td>\n<td>string</td>\n<td>NOC details (if any)</td>\n</tr>\n<tr>\n<td>dbResult</td>\n<td>boolean</td>\n<td>Data from DB (true/false)</td>\n</tr>\n<tr>\n<td>partialData</td>\n<td>boolean</td>\n<td>Whether data is partial</td>\n</tr>\n<tr>\n<td>class</td>\n<td>string</td>\n<td>Vehicle class</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fe56292f-9fa8-4654-98af-83cc340f1867","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-detailed\",\n    \"applicationId\": \"mobileToRCDetailed\",\n    \"data\": {\n        \"mobileNumber\": \"98709xxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Jul 2025 09:48:00 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobileToRCDetailed\",\n    \"response\": {\n        \"vehicleNumber\": \"MH03Dxxx\",\n        \"chassisNumber\": \"MZ7HD3D1E4Hxxx6\",\n        \"engineNumber\": \"18Mxxxx488\",\n        \"manufacturer\": \"MxxxOR INDIA PVT LTD\",\n        \"model\": \"HECTxxxxE 1.5 CVT SHARP BSVI\",\n        \"vehicleColor\": \"STARRY BLACK\",\n        \"fuelType\": \"PExxOL\",\n        \"emissionNorms\": \"BHAxxxAT STAGE VI\",\n        \"bodyType\": \"MONxxxxE\",\n        \"ownerCount\": \"1\",\n        \"ownerName\": \"VARxxx VINOD PALAN\",\n        \"ownerFatherName\": \"VIxxxD\",\n        \"mobileNumber\": \"\",\n        \"rcStatus\": \"ACTxxxE\",\n        \"rcStatusAsOn\": \"2025-07-07\",\n        \"registrationAuthority\": \"MUMBAI (EAST), Maharashtra\",\n        \"registrationDate\": \"29-Jun-2021\",\n        \"manufacturingMonthYear\": \"05/2021\",\n        \"rcExpiryDate\": \"28-Jun-2036\",\n        \"taxUpto\": \"28-Jun-2036\",\n        \"insuranceCompany\": \"GoDxxxt Genxxxl Insurance Ltd.\",\n        \"insuranceUpto\": \"07-Oct-2025\",\n        \"insurancePolicyNumber\": \"\",\n        \"rcFinancer\": \"On Cash\",\n        \"presentAddress\": \"\",\n        \"permanentAddress\": \"3E/22, KALPxxxU AURA, LBS Mxxx, OPP. R CxxxLL, GHxxxxPAR WEST Mumbai Mahxxxa 400086\",\n        \"cubicCapacity\": \"14xx51\",\n        \"grossWeight\": \"\",\n        \"unladenWeight\": \"\",\n        \"vehicleCategory\": \"LMxV\",\n        \"standardCap\": \"\",\n        \"cylinders\": \"\",\n        \"seatCapacity\": \"\",\n        \"sleeperCapacity\": \"\",\n        \"standingCapacity\": \"\",\n        \"wheelbase\": \"\",\n        \"puccNumber\": \"\",\n        \"puccUpto\": \"\",\n        \"blacklistStatus\": false,\n        \"permitIssueDate\": \"\",\n        \"permitNumber\": \"\",\n        \"permitType\": \"\",\n        \"permitValidFrom\": \"\",\n        \"permitValidUpto\": \"\",\n        \"nonUseStatus\": \"\",\n        \"nonUseFrom\": \"\",\n        \"nonUseTo\": \"\",\n        \"nationalPermitNumber\": \"\",\n        \"nationalPermitUpto\": \"\",\n        \"nationalPermitIssuedBy\": \"\",\n        \"isCommercial\": false,\n        \"nocDetails\": \"\",\n        \"dbResult\": false,\n        \"partialData\": true,\n        \"class\": \"Moxxx Car(LMV)\"\n    },\n    \"applicationId\": \"761e2264-f4e9-404b-a0e1-30c472835633\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"98709xxxxx\"\n        },\n        \"timestamp\": \"2025-07-29 15:17:58\"\n    }\n}"},{"id":"86ad0eee-0501-4aba-ab42-30709d05b4d6","name":"Data Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-detailed\",\n    \"applicationId\": \"mobileToRCDetailed\",\n    \"data\": {\n        \"mobileNumber\": \"98709xxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 29 Jul 2025 09:50:33 GMT"},{"key":"Keep-Alive","value":"timeout=6"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"mobileToRCDetailed1\",\n    \"response\": {\n        \"code\": 422,\n        \"message\": \"No Data Found\"\n    },\n    \"applicationId\": \"ea1a3a6e-8d69-41e3-bac0-99664b48c89a\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"mobileNumber\": \"98709xxxxx\"\n        },\n        \"timestamp\": \"2025-07-29 17:30:48\"\n    }\n}"},{"id":"f5867c10-682a-403e-8759-25a332b17f61","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-detail\",\n    \"type\": \"mobile-to-rc-detail\",\n    \"applicationId\": \"mobileToRCDetailed\",\n    \"data\": {\n        \"mobileNumber\": \"9870XXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or type\"\n}"},{"id":"3e01518a-66d5-4fe9-9539-f714431f6cdc","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-detailed\",\n    \"applicationId\": \"mobileToRCDetailed\",\n    \"data\": {\n        \"mobileNumber\": \"98709xxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"c2563154-37ca-43ce-ad4b-aabc21e0eca5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-detailed\",\n    \"applicationId\": \"mobileToRCDetailed\",\n    \"data\": {\n        \"mobileNumber\": \"870963xxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"33122dad-ef05-4faf-9e7d-d881081ed48d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"mobile-to-rc-detailed\",\n    \"applicationId\": \"mobileToRCDetailed\",\n    \"data\": {\n        \"mobileNumber\": \"987096xxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"b494147b-b4a5-438a-9c32-1ff120e07f96"},{"name":"9.6 Vehicle RC Detailed","id":"98755fd8-4def-4769-af1d-3fee1669c8a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-details\",\n    \"applicationId\": \"rc-verify\",\n    \"data\": {\n        \"vehicleNumber\": \"1234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<h2 id=\"input-parameters\">Input Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>vehicleNumber</code></td>\n<td>String</td>\n<td>Yes</td>\n<td>Vehicle Registration Number (RC Number)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"output-short-description\">Output (Short Description)</h2>\n<p>The API returns detailed vehicle RC information, including:</p>\n<ul>\n<li><p><strong>Vehicle details</strong> (make, model, color, body type, fuel type, emission norms)</p>\n</li>\n<li><p><strong>Registration details</strong> (authority, date, validity, status)</p>\n</li>\n<li><p><strong>Owner information</strong> (name, count, addresses, financer)</p>\n</li>\n<li><p><strong>Insurance details</strong> (company, policy, validity)</p>\n</li>\n<li><p><strong>Vehicle specifications</strong> (weight, seating capacity, wheelbase, category)</p>\n</li>\n<li><p><strong>Compliance details</strong> (PUCC, permits, blacklist status)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-schema\">Response Schema</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>endUserId</code></td>\n<td>String</td>\n<td>Unique ID of the end user/request source</td>\n</tr>\n<tr>\n<td><code>vehicleNumber</code></td>\n<td>String</td>\n<td>Vehicle Registration Number (RC Number)</td>\n</tr>\n<tr>\n<td><code>chassisNumber</code></td>\n<td>String</td>\n<td>Vehicle chassis number</td>\n</tr>\n<tr>\n<td><code>engineNumber</code></td>\n<td>String</td>\n<td>Vehicle engine number</td>\n</tr>\n<tr>\n<td><code>manufacturer</code></td>\n<td>String</td>\n<td>Vehicle manufacturer name</td>\n</tr>\n<tr>\n<td><code>model</code></td>\n<td>String</td>\n<td>Vehicle model name</td>\n</tr>\n<tr>\n<td><code>vehicleColor</code></td>\n<td>String</td>\n<td>Vehicle body color</td>\n</tr>\n<tr>\n<td><code>fuelType</code></td>\n<td>String</td>\n<td>Fuel type (e.g., Petrol, Diesel, Electric)</td>\n</tr>\n<tr>\n<td><code>emissionNorms</code></td>\n<td>String</td>\n<td>Applicable emission norms (e.g., BS6)</td>\n</tr>\n<tr>\n<td><code>bodyType</code></td>\n<td>String</td>\n<td>Body type of the vehicle (e.g., Saloon, SUV)</td>\n</tr>\n<tr>\n<td><code>ownerCount</code></td>\n<td>Integer</td>\n<td>Number of owners (1 = first owner, 2 = second, etc.)</td>\n</tr>\n<tr>\n<td><code>ownerName</code></td>\n<td>String</td>\n<td>Registered owner’s name</td>\n</tr>\n<tr>\n<td><code>ownerFatherName</code></td>\n<td>String</td>\n<td>Owner’s father/guardian name (if available)</td>\n</tr>\n<tr>\n<td><code>mobileNumber</code></td>\n<td>String</td>\n<td>Linked mobile number (if available)</td>\n</tr>\n<tr>\n<td><code>rcStatus</code></td>\n<td>String</td>\n<td>RC status (e.g., ACTIVE, CANCELLED)</td>\n</tr>\n<tr>\n<td><code>rcStatusAsOn</code></td>\n<td>String</td>\n<td>Date on which RC status is valid</td>\n</tr>\n<tr>\n<td><code>registrationAuthority</code></td>\n<td>String</td>\n<td>RTO/authority of registration</td>\n</tr>\n<tr>\n<td><code>registrationDate</code></td>\n<td>String</td>\n<td>Date of registration (dd-mm-yyyy)</td>\n</tr>\n<tr>\n<td><code>manufacturingMonthYear</code></td>\n<td>String</td>\n<td>Vehicle manufacturing month &amp; year (MM/yyyy)</td>\n</tr>\n<tr>\n<td><code>rcExpiryDate</code></td>\n<td>String</td>\n<td>RC validity expiry date</td>\n</tr>\n<tr>\n<td><code>taxUpto</code></td>\n<td>String</td>\n<td>Road tax validity date</td>\n</tr>\n<tr>\n<td><code>insuranceCompany</code></td>\n<td>String</td>\n<td>Insurance provider name</td>\n</tr>\n<tr>\n<td><code>insuranceUpto</code></td>\n<td>String</td>\n<td>Insurance validity date</td>\n</tr>\n<tr>\n<td><code>insurancePolicyNumber</code></td>\n<td>String</td>\n<td>Insurance policy number</td>\n</tr>\n<tr>\n<td><code>rcFinancer</code></td>\n<td>String</td>\n<td>Financier/Bank name if vehicle is under loan</td>\n</tr>\n<tr>\n<td><code>presentAddress</code></td>\n<td>String</td>\n<td>Owner’s present address</td>\n</tr>\n<tr>\n<td><code>permanentAddress</code></td>\n<td>String</td>\n<td>Owner’s permanent address</td>\n</tr>\n<tr>\n<td><code>cubicCapacity</code></td>\n<td>Integer</td>\n<td>Engine cubic capacity (CC)</td>\n</tr>\n<tr>\n<td><code>grossWeight</code></td>\n<td>Integer</td>\n<td>Gross vehicle weight (KG)</td>\n</tr>\n<tr>\n<td><code>unladenWeight</code></td>\n<td>Integer</td>\n<td>Unladen vehicle weight (KG)</td>\n</tr>\n<tr>\n<td><code>vehicleCategory</code></td>\n<td>String</td>\n<td>Vehicle category (e.g., LMV, HMV)</td>\n</tr>\n<tr>\n<td><code>seatCapacity</code></td>\n<td>Integer</td>\n<td>Number of seating capacity</td>\n</tr>\n<tr>\n<td><code>wheelbase</code></td>\n<td>Integer</td>\n<td>Vehicle wheelbase in mm</td>\n</tr>\n<tr>\n<td><code>blacklistStatus</code></td>\n<td>Boolean</td>\n<td>Whether vehicle is blacklisted (true/false)</td>\n</tr>\n<tr>\n<td><code>isCommercial</code></td>\n<td>Boolean</td>\n<td>Whether vehicle is commercial (true/false)</td>\n</tr>\n<tr>\n<td><code>class</code></td>\n<td>String</td>\n<td>Vehicle class (e.g., Motor Car, LMV)</td>\n</tr>\n<tr>\n<td><code>applicationId</code></td>\n<td>String</td>\n<td>Unique application identifier (UUID)</td>\n</tr>\n<tr>\n<td><code>status.statusCode</code></td>\n<td>Integer</td>\n<td>HTTP/Processing status code</td>\n</tr>\n<tr>\n<td><code>status.statusMessage</code></td>\n<td>String</td>\n<td>Status message for request</td>\n</tr>\n<tr>\n<td><code>status.input.vehicleNumber</code></td>\n<td>String</td>\n<td>Vehicle number sent as input</td>\n</tr>\n<tr>\n<td><code>status.timestamp</code></td>\n<td>String</td>\n<td>API response timestamp (yyyy-mm-dd HH:mm:ss)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8ba8f0f6-1bc5-45f9-9c76-40eefe54d939","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-detailed\",\n    \"applicationId\": \"rc-verify\",\n    \"data\": {\n        \"vehicleNumber\": \"MH03EFXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 06:39:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1745"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6d55cb57-6a53-4a61-b61a-379cfb9479dc"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QnzC-HlJhcwEcBQ="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68bfcbac-74fbcc2d43791457595d882a"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 06:39:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"endUserId\": \"rc-verify\",\n  \"response\": {\n    \"vehicleNumber\": \"MH03****83\",\n    \"chassisNumber\": \"MAT5680**********\",\n    \"engineNumber\": \"TZ180XS9************\",\n    \"manufacturer\": \"TATA PASSENGER ELECTRIC MOBILITY LTD\",\n    \"model\": \"TATA TIAGO EV XT MR\",\n    \"vehicleColor\": \"EV TEAL BLUE\",\n    \"fuelType\": \"ELECTRIC(BOV)\",\n    \"emissionNorms\": \"Not Available\",\n    \"bodyType\": \"SALOON\",\n    \"ownerCount\": 1,\n    \"ownerName\": \"****** ****** ******\",\n    \"ownerFatherName\": \"\",\n    \"mobileNumber\": \"\",\n    \"rcStatus\": \"ACTIVE\",\n    \"rcStatusAsOn\": \"\",\n    \"registrationAuthority\": \"MUMBAI (EAST), Maharashtra\",\n    \"registrationDate\": \"23-09-2023\",\n    \"manufacturingMonthYear\": \"08/2023\",\n    \"rcExpiryDate\": \"22-09-2038\",\n    \"taxUpto\": \"31-08-2024\",\n    \"insuranceCompany\": \"ZUNO GENERAL INSURANCE LIMITED\",\n    \"insuranceUpto\": \"22-09-2026\",\n    \"insurancePolicyNumber\": \"***************\",\n    \"rcFinancer\": \"STATE BANK OF INDIA\",\n    \"presentAddress\": \"**************, MUMBAI\",\n    \"permanentAddress\": \"**************, MUMBAI\",\n    \"cubicCapacity\": 0,\n    \"grossWeight\": 1504,\n    \"unladenWeight\": 1104,\n    \"vehicleCategory\": \"LMV\",\n    \"standardCap\": null,\n    \"cylinders\": 0,\n    \"seatCapacity\": 5,\n    \"sleeperCapacity\": 0,\n    \"standingCapacity\": 0,\n    \"wheelbase\": 2400,\n    \"puccNumber\": \"\",\n    \"puccUpto\": \"01-01-1800\",\n    \"blacklistStatus\": false,\n    \"permitIssueDate\": \"\",\n    \"permitNumber\": \"\",\n    \"permitType\": \"\",\n    \"permitValidFrom\": \"\",\n    \"permitValidUpto\": \"\",\n    \"nonUseStatus\": \"\",\n    \"nonUseFrom\": \"\",\n    \"nonUseTo\": \"\",\n    \"nationalPermitNumber\": \"\",\n    \"nationalPermitUpto\": \"\",\n    \"nationalPermitIssuedBy\": \"\",\n    \"isCommercial\": false,\n    \"nocDetails\": \"\",\n    \"class\": \"Motor Car(LMV)\"\n  },\n  \"applicationId\": \"e2537d5b-****-****-****-27db8b2d6e31\",\n  \"status\": {\n    \"statusCode\": 200,\n    \"statusMessage\": \"Request Processed Successfully\",\n    \"input\": {\n      \"vehicleNumber\": \"MH03****83\"\n    },\n    \"timestamp\": \"2025-09-09 12:09:40\"\n  }\n}\n"},{"id":"2bba0ba2-e2e9-4c1e-836f-2d8ff68d3014","name":"No data found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-detailed\",\n    \"applicationId\": \"rc-verify\",\n    \"data\": {\n        \"vehicleNumber\": \"MH03EFXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 09 Sep 2025 06:40:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"91f45374-34e5-490e-9588-d546e537dcac"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QnzJWGsJBcwEWJg="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68bfcbd5-57da500a48c336065d239ffe"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 06:40:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"rc-verify\",\n    \"response\": {\n        \"code\": 422,\n        \"message\": \"No Data Found\"\n    },\n    \"applicationId\": \"178f1a44-b8fc-44e0-9399-78c382f5d7eb\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"vehicleNumber\": \"MH0XXX408\"\n        },\n        \"timestamp\": \"2025-09-09 12:10:23\"\n    }\n}"},{"id":"f83d06d9-9012-441f-a4b7-cdec151c24e7","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-detailed\",\n    \"applicationId\": \"rc-verify\",\n    \"data\": {\n        \"vehicleNumber\": \"1234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 09 Sep 2025 07:14:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"280"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"027d7be9-771a-4d63-98ec-0ceceaf2dd67"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Qn4H6F0LBcwEUfQ="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68bfd3cb-78ba8e835e137a3d661c00a7"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 07:14:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"rc-verify\",\n    \"response\": {\n        \"code\": 505,\n        \"message\": \"Service Unavailable\"\n    },\n    \"applicationId\": \"f622540d-d7af-45e6-b4a6-b46b751d2b65\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"Request Processed Successfully\",\n        \"input\": {\n            \"vehicleNumber\": \"1234\"\n        },\n        \"timestamp\": \"2025-09-09 12:44:20\"\n    }\n}"},{"id":"ed39ca4b-99cd-42b2-b49e-f8df34be459f","name":"Invalid Category or Type","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"vehicle-verification\",\n    \"type\": \"vehicle-rc-details\",\n    \"applicationId\": \"rc-verify\",\n    \"data\": {\n        \"vehicleNumber\": \"1234\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 09 Sep 2025 07:15:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f2355e56-979b-4d42-a2ad-1f3dd2d900ac"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Security-Policy","value":"default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"Qn4STELshcwEDmQ="},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68bfd40e-0be142247c52f81b13a39245"},{"key":"x-amzn-Remapped-Date","value":"Tue, 09 Sep 2025 07:15:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"}],"_postman_id":"98755fd8-4def-4769-af1d-3fee1669c8a8"}],"id":"4d9f84a4-d48a-42de-aeff-926c0aa3001c","description":"<p>The <strong>Vehicle Details API</strong> category includes a set of tools designed to retrieve comprehensive information about vehicles, primarily focusing on their registration and challan (traffic fine) details.</p>\n","_postman_id":"4d9f84a4-d48a-42de-aeff-926c0aa3001c"},{"name":"10. Legal Verification","item":[{"name":"10.1 Court Record Check","id":"d1c8fdeb-6dca-426f-8db7-395effc8f767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"legal-verification\",\n    \"type\": \"court-record-check-v2\",\n    \"applicationId\": \"legalTest\",\n    \"data\": {\n        \"address\": \"\",            // Non Mandatory\n        \"name\": \"Shivam Singh\",   // Mandatory\n        \"father\": \"\"             // Non Mandatory\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1c8fdeb-6dca-426f-8db7-395effc8f767"},{"name":"10.2 Negative Due Diligence","id":"edb52c2a-91ba-4ae2-ab6b-f34b89bb5b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edb52c2a-91ba-4ae2-ab6b-f34b89bb5b07"},{"name":"10.3 Tribunal Record Check","id":"ce70917a-e82f-4c6f-b297-7b4afb17fc8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"legal-verification\",\n    \"type\": \"tribunal-check\",\n    \"applicationId\": \"legalTest\",\n    \"data\": {\n        \"address\": \"\",              // Non Mandatory\n        \"name\": \"Shivam Singh\",    // Mandatory\n        \"threshold\": \"65\"          // Mandatory\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce70917a-e82f-4c6f-b297-7b4afb17fc8c"}],"id":"5f0bb9ce-cc94-4b4d-aa1f-772267fd7daa","description":"<p>The <strong>Legal Verification</strong> API category provides tools to validate and verify various legal documents and records, ensuring that users’ legal identities and histories are accurate and compliant with official records.</p>\n","_postman_id":"5f0bb9ce-cc94-4b4d-aa1f-772267fd7daa"},{"name":"11. Utility","item":[{"name":"11.1 Electricity Bill Verification","id":"954f3d5e-d615-48ec-ba98-c8689f87d6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumerId\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>The Electricity Bill Verification API allows you to verify customer details and retrieve electricity bill information, including bill amount, customer details, and operator information.</p>\n<h4 id=\"input\">Input:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>consumerId</code></td>\n<td>Unique identifier of the consumer as provided by the electricity service provider.</td>\n</tr>\n<tr>\n<td><code>serviceProvider</code></td>\n<td>Short code or identifier of the electricity service provider.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-schema\">Response Schema</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th>Output Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>Integer</td>\n<td>HTTP status or API status code indicating the result of the request.</td>\n<td>Returns <code>200</code> for success or an error code for failures.</td>\n</tr>\n<tr>\n<td><code>bill_no</code></td>\n<td>String</td>\n<td>Unique bill number assigned by the electricity provider.</td>\n<td>Alphanumeric or numeric identifier; can be empty if not available.</td>\n</tr>\n<tr>\n<td><code>bill_due_date</code></td>\n<td>String</td>\n<td>Due date for bill payment (format: <code>DD-MM-YYYY</code>).</td>\n<td>Always in <code>DD-MM-YYYY</code> format; may be null if not available.</td>\n</tr>\n<tr>\n<td><code>consumer_number</code></td>\n<td>String</td>\n<td>Unique consumer number assigned by the electricity provider.</td>\n<td>Numeric string identifying the consumer account.</td>\n</tr>\n<tr>\n<td><code>bill_amount</code></td>\n<td>String</td>\n<td>Original bill amount as per the bill.</td>\n<td>String with currency symbol and value.</td>\n</tr>\n<tr>\n<td><code>bill_issue_date</code></td>\n<td>String</td>\n<td>Date the bill was issued (format: <code>DD-MM-YYYY</code>).</td>\n<td>May be null or empty if not provided by provider.</td>\n</tr>\n<tr>\n<td><code>mobile_number</code></td>\n<td>String</td>\n<td>Registered mobile number of the consumer.</td>\n<td>10-digit mobile number; may not always be available.</td>\n</tr>\n<tr>\n<td><code>amount_payable</code></td>\n<td>String</td>\n<td>Amount currently payable by the consumer.</td>\n<td>String with currency symbol and value.</td>\n</tr>\n<tr>\n<td><code>total_amount</code></td>\n<td>String</td>\n<td>Total outstanding amount (including any dues).</td>\n<td>String with currency symbol and value.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>String</td>\n<td>Consumer's registered address.</td>\n<td>Full address string; may include locality, city, and country codes.</td>\n</tr>\n<tr>\n<td><code>consumer_name</code></td>\n<td>String</td>\n<td>Full name of the consumer.</td>\n<td>String containing first name, middle name, and/or last name.</td>\n</tr>\n<tr>\n<td><code>email_address</code></td>\n<td>String</td>\n<td>Registered email address of the consumer.</td>\n<td>String in email format; may be null if not provided.</td>\n</tr>\n<tr>\n<td><code>bill_date</code></td>\n<td>String</td>\n<td>Bill generation date (format: <code>DD-MM-YYYY</code>).</td>\n<td>May be null or empty if not provided by provider.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bad949c7-869c-4785-b181-fffbb2319a3d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumerId\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"electricityBillVerify\",\n    \"response\": {\n        \"bill_issue_date\": \"\",\n        \"bill_due_date\": \"\",\n        \"bill_amount\": \"Rs. xxx\",\n        \"address\": \"J SANDRA AGHARA, - - xxx. KAR, IND\",\n        \"consumer_name\": \"xxx\",\n        \"email_address\": \"xxx@gmail.com\",\n        \"total_amount\": \"Rs. xxx\",\n        \"bill_date\": \"\",\n        \"bill_no\": \"\",\n        \"consumer_number\": \"xxx\",\n        \"mobile_number\": \"xxx\",\n        \"amount_payable\": \"Rs. xxx\"\n    },\n    \"status\": {\n        \"message\": \"Electricity Bill Verification Request Processed\",\n        \"code\": 200\n    }\n}\n"},{"id":"8beddeff-5193-457e-ae5c-5732972c9b07","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumer_id\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"965755f8-69d7-49da-920e-46df2efed04a","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify-21\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumerId\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"83a8062a-836f-4f81-ac80-1bdf7167c5f0","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumerId\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"77d02c53-7c8c-4399-9250-5505e3674ae2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumerId\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"0ad0d10b-ca12-4df4-97b0-e41a3f5b460e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"electricity-bill-verify\",\n    \"applicationId\": \"electricityBillVerify\",\n    \"data\": {\n        \"consumerId\": \"17000XXXXXXXX\",\n        \"serviceProvider\": \"MAHxxxxxx\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"954f3d5e-d615-48ec-ba98-c8689f87d6e8"},{"name":"11.2 LPG Bill Verification","id":"c62fac4e-6f00-4531-aa9e-1bfde953e1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to authenticate 17 digit LPG IDs issued by LPG Suppliers across India. Coverage - Bharat gas and HP.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consumerId</td>\n<td>Unique identifier for the LPG consumer.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response includes details about the LPG bill verification, such as <strong>endUserId</strong>, <strong>status</strong>, and <strong>applicationId</strong>. Key fields are <strong>ConsumerName</strong>, <strong>ConsumerNo</strong>, <strong>ApproximateSubsidyAvailed</strong>, and <strong>TotalRefillConsumed</strong>. It also provides <strong>ConsumerAddress</strong>, <strong>LastBookingDate</strong>, and <strong>statusMessage</strong> regarding the request outcome.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details of the LPG bill verification result.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Current status of the verification request.</td>\n</tr>\n<tr>\n<td>ApproximateSubsidyAvailed</td>\n<td>Approximate subsidy amount availed.</td>\n</tr>\n<tr>\n<td>SubsidizedRefillConsumed</td>\n<td>Amount of subsidized refill consumed.</td>\n</tr>\n<tr>\n<td>pin</td>\n<td>PIN code associated with the consumer (if applicable).</td>\n</tr>\n<tr>\n<td>ConsumerEmail</td>\n<td>Email address of the consumer (if available).</td>\n</tr>\n<tr>\n<td>DistributorCode</td>\n<td>Code of the distributor.</td>\n</tr>\n<tr>\n<td>BankName</td>\n<td>Name of the bank associated with the consumer (if applicable).</td>\n</tr>\n<tr>\n<td>IFSCCode</td>\n<td>IFSC code of the bank (if applicable).</td>\n</tr>\n<tr>\n<td>city/town</td>\n<td>City or town of the consumer.</td>\n</tr>\n<tr>\n<td>AadhaarNo</td>\n<td>Aadhaar number of the consumer (if available).</td>\n</tr>\n<tr>\n<td>ConsumerContact</td>\n<td>Contact number of the consumer.</td>\n</tr>\n<tr>\n<td>DistributorAddress</td>\n<td>Address of the distributor.</td>\n</tr>\n<tr>\n<td>ConsumerName</td>\n<td>Name of the consumer.</td>\n</tr>\n<tr>\n<td>ConsumerNo</td>\n<td>Unique consumer number.</td>\n</tr>\n<tr>\n<td>DistributorName</td>\n<td>Name of the distributor.</td>\n</tr>\n<tr>\n<td>BankAccountNo</td>\n<td>Bank account number of the consumer (if applicable).</td>\n</tr>\n<tr>\n<td>GivenUpSubsidy</td>\n<td>Amount of subsidy given up by the consumer (if applicable).</td>\n</tr>\n<tr>\n<td>ConsumerAddress</td>\n<td>Address of the consumer.</td>\n</tr>\n<tr>\n<td>LastBookingDate</td>\n<td>Date of the last booking (if available).</td>\n</tr>\n<tr>\n<td>TotalRefillConsumed</td>\n<td>Total amount of refills consumed.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status of the request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code indicating the success of the request.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the result of the request.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique identifier for the transaction.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of the request processing.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"33c71162-f889-49de-83b7-818b62df25cb","name":"lpg-bill-verify Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"status\": \"\",\n        \"ApproximateSubsidyAvailed\": \"\",\n        \"SubsidizedRefillConsumed\": \"\",\n        \"pin\": \"\",\n        \"ConsumerEmail\": \"\",\n        \"DistributorCode\": \"\",\n        \"BankName\": \"\",\n        \"IFSCCode\": \"\",\n        \"city/town\": \"\",\n        \"AadhaarNo\": \"\",\n        \"ConsumerContact\": \"\",\n        \"DistributorAddress\": \"\",\n        \"ConsumerName\": \"MRS SUSHAMA M SHIRHATTI\",\n        \"ConsumerNo\": \"50431060\",\n        \"DistributorName\": \"SHIVSHAKTI BHARATGAS AGENCY\",\n        \"BankAccountNo\": \"\",\n        \"GivenUpSubsidy\": \"\",\n        \"ConsumerAddress\": \"PLNO 125PUSHPA AJANTA NR NANDIVALI TELEPHONE EX\",\n        \"LastBookingDate\": \"\",\n        \"TotalRefillConsumed\": \"\"\n    },\n    \"applicationId\": \"765cc94f-9b39-4r10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"LPG Bill Verification Request Processed\",\n        \"transactionId\": \"71846fb0-1b4a-4ff2-ba92-41fa00e50340\",\n        \"timestamp\": \"2023-11-29 16:15:43\"\n    }\n}"},{"id":"135c63b3-ee8b-4fec-b816-a36db4ddb127","name":"lpg-bill-verify Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 503,\n        \"message\": \"Service Unavailable\"\n    },\n    \"applicationId\": \"921jc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"PNG Bill Verification Failed\",\n        \"transactionId\": \"f1656652-5321-4b9b-ad0b-34f45f47a035\",\n        \"timestamp\": \"2023-10-08 01:09:33\"\n    }\n}"},{"id":"dffe4e01-ddab-48d8-8788-b9faabb92057","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId1\": \"100000000504XXXXX\" // Invalid filed Name or Input\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"91f22d1f-1788-4746-9a31-e307fef892f5","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify-failed\", // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"c716a250-f9ae-4e59-906d-e3ab68ae82e8","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"11520081-a2f2-45c8-a076-552f0a29cf42","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"4d346f47-b0fb-4948-93da-caf339e61b8c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"lpg-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100000000504XXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"c62fac4e-6f00-4531-aa9e-1bfde953e1f6"},{"name":"11.3 Mobile to LPG Details","id":"fa874e4d-dbee-4f93-9e7d-62335064647d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"9999999999\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to Fetch LPG Details from registered Mobile number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Input</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Mobile Number</td>\n<td>The mobile number linked to the LPG consumer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Output-</strong></p>\n<p>The response provides the details related to the LPG consumer and distributor based on the mobile number provided. It includes information such as the LPG provider, distributor details, and consumer information.</p>\n<p><strong>Response Schema:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>Response</td>\n<td>Contains the LPG details</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>The name of the LPG provider (e.g., HP Gas, Bharat Gas).</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Name of the LPG consumer.</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>Address of the LPG consumer.</td>\n</tr>\n<tr>\n<td>Mobile</td>\n<td>Mobile number of the LPG consumer.</td>\n</tr>\n<tr>\n<td>Consumer ID</td>\n<td>17-digit unique LPG consumer ID.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Status of the LPG consumer (empty if not provided).</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Type of the LPG account (empty if not provided).</td>\n</tr>\n<tr>\n<td>Distributor Code</td>\n<td>Distributor code of the LPG supplier.</td>\n</tr>\n<tr>\n<td>Distributor Name</td>\n<td>Name of the distributor.</td>\n</tr>\n<tr>\n<td>Distributor Contact</td>\n<td>Distributor's contact number (if available).</td>\n</tr>\n<tr>\n<td>Distributor Address</td>\n<td>Distributor's address (if available).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a51c99b8-1eda-420a-a9b7-92939b3b16df","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"99999xxx99\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"lpgDetails\": [\n            {\n                \"code\": 200,\n                \"provider\": \"HP Gas\",\n                \"name\": \"MANDU RAM KHATI S/O CHAJU RAM\",\n                \"address\": \"V.P.O.GAHANKAR,KISHAN GARH BASS ALWAR\",\n                \"mobile\": \"9252xxxx56\",\n                \"id\": \"291105836xxx42287\",\n                \"status\": \"\",\n                \"type\": \"\",\n                \"distributor_code\": \"41016431\",\n                \"distributor_name\": \"PARUL RAO HP GAS\",\n                \"distributor_contact\": \"9950xxxx09\",\n                \"distributor_address\": \"VASHISHTH MARKET NEAR US STAND KISHANGARH BAS.ALWAR.Kishangarh Bas\"\n            },\n            {\n                \"code\": 200,\n                \"provider\": \"Bharat Gas\",\n                \"name\": \"CHANDRABHAGI P GAUDE\",\n                \"address\": \"H.NO 5/116/A, SATODE\",\n                \"mobile\": \"99999xxx99\",\n                \"id\": \"29489528\",\n                \"status\": \"\",\n                \"type\": \"\",\n                \"distributor_code\": \"112319\",\n                \"distributor_name\": \"GOA CO-OP. MARKETING FED.\",\n                \"distributor_contact\": \"\",\n                \"distributor_address\": \"\"\n            }\n        ]\n    },\n    \"applicationId\": \"50d89d4b-d107-4178-9162-486421b872ec\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"LPG Bill Verification Mobile Request Processed\",\n        \"transactionId\": \"7b67589b-c4c4-4521-99be-5b9eb8488e7f\",\n        \"input\": {\n            \"mobileNo\": \"99999xxx99\"\n        },\n        \"timestamp\": \"2025-01-21 11:01:37\"\n    }\n}"},{"id":"0f388ea4-71d4-4fe1-afe7-4fc6a2d54fc4","name":"Success 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"98764xxx89\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"lpgDetails\": [\n            {\n                \"code\": 200,\n                \"provider\": \"Bharat Gas\",\n                \"name\": \"MR. KULWINDER  S\",\n                \"address\": \"254 \",\n                \"mobile\": \"98764xxx89\",\n                \"id\": \"57213708\",\n                \"status\": \"\",\n                \"type\": \"\",\n                \"distributor_code\": \"177687\",\n                \"distributor_name\": \"ARJAN BHARAT GAS GRAMIN VITRAK\",\n                \"distributor_contact\": \"\",\n                \"distributor_address\": \"\"\n            }\n        ]\n    },\n    \"applicationId\": \"dbbe2022-880a-454c-a16a-38d053bd8aad\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"LPG Bill Verification Mobile Request Processed\",\n        \"transactionId\": \"4cd757ff-0513-4be8-a4ab-64b8a6d5a8f4\",\n        \"input\": {\n            \"mobileNo\": \"98764xxx89\"\n        },\n        \"timestamp\": \"2025-01-21 11:07:31\"\n    }\n}"},{"id":"3d63f43f-6de7-42f3-949a-611f99bee795","name":"Source Down","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"972723xx47\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 400,\n        \"message\": \"Source Down\"\n    },\n    \"applicationId\": \"ea81396a-78fb-4cad-8b5b-486e31b345e9\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"LPG Bill Verification Mobile Failed\",\n        \"transactionId\": \"bfd69623-f590-4c6b-938d-9f5ab697fdc1\",\n        \"input\": {\n            \"mobileNo\": \"972723xx47\"\n        },\n        \"timestamp\": \"2025-01-21 11:05:20\"\n    }\n}"},{"id":"932bf294-c479-4509-b2e7-fb2e98ee1eb8","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"98764539\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mobile Number is invalid! Please enter a valid Mobile Number\"\n}"},{"id":"95c3cae2-1366-47dc-9c94-ffcd226a2797","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"99999xxx99\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"34b9358c-3663-4993-ac50-77b151563220","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"99999xxx99\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"9ae36739-b6b7-4f30-b0a7-9fe21ff589b8","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"mobile-to-lpg-details\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"mobileNo\" : \"99999xxx99\"\n    },\n    \"mode\": \"PROD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"fa874e4d-dbee-4f93-9e7d-62335064647d"},{"name":"11.4 PNG Bill Verification","id":"012b1394-55f1-4b13-9836-174c22d3ad18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification","description":"<p>This API allows you to authenticate PNG Bills / Customer ID / Business Partner Number issued by various PNG Distribution Companies across India. Input - Consumer ID OR Business Partner Number and PNG distribution company. Output - PNG Bill details such as Consumer Name, Consumer number, bill due date, etc.</p>\n<h4 id=\"input--\">Input -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>consumerId</td>\n<td>Unique identifier for the PNG consumer.</td>\n</tr>\n<tr>\n<td>serviceProvider</td>\n<td>Name of the service provider (e.g., <code>\"AG\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"output--\">Output -</h4>\n<p>The response includes details of the PNG bill verification, such as <strong>Bill_No</strong>, <strong>Due_Date</strong>, <strong>Bill_Amount</strong>, and <strong>Customer_Name</strong>, along with the <strong>endUserId</strong>, <strong>applicationId</strong>, and <strong>transactionId</strong>. It also provides the <strong>status</strong>, <strong>statusCode</strong>, and <strong>statusMessage</strong>.</p>\n<h4 id=\"response-scheme--\">Response Scheme -</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>endUserId</td>\n<td>Identifier of the user making the request.</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Contains the details of the PNG bill verification result.</td>\n</tr>\n<tr>\n<td>Bill_No</td>\n<td>Unique bill number for the verification.</td>\n</tr>\n<tr>\n<td>Due_Date</td>\n<td>Due date for the bill payment.</td>\n</tr>\n<tr>\n<td>Bill_Amount</td>\n<td>Amount due on the bill.</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>Mobile number associated with the consumer (if available).</td>\n</tr>\n<tr>\n<td>Customer_Address</td>\n<td>Address of the customer (if available).</td>\n</tr>\n<tr>\n<td>Bill_Date</td>\n<td>Date the bill was issued.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>Email address of the customer (if available).</td>\n</tr>\n<tr>\n<td>Customer_Name</td>\n<td>Name of the customer.</td>\n</tr>\n<tr>\n<td>applicationId</td>\n<td>Unique identifier for the application request.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Contains the status of the request.</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>HTTP status code indicating the success of the request.</td>\n</tr>\n<tr>\n<td>statusMessage</td>\n<td>Message indicating the result of the request.</td>\n</tr>\n<tr>\n<td>transactionId</td>\n<td>Unique identifier for the transaction.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>Timestamp of the request processing.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["aphrodite","external","v1","verification"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"25b71fcf-b473-4fc3-b552-17b679970922","name":"png-bill-verify Success1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"Bill_No\": \"R202314477XXX\",\n        \"Due_Date\": \"06/12/2023\",\n        \"Bill_Amount\": \"3044\",\n        \"mobile\": \"-\",\n        \"Customer_Address\": \"\",\n        \"Bill_Date\": \"21/11/2023\",\n        \"Email\": \"-\",\n        \"Customer_Name\": \"XXXXX XXXXX\"\n    },\n    \"applicationId\": \"552cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PNG Bill Verification Request Processed\",\n        \"transactionId\": \"612572c9-5f68-4fa6-9065-0a79d932fc1d\",\n        \"timestamp\": \"2023-11-29 16:14:50\"\n    }\n}"},{"id":"90b80530-169d-4b0f-a5dc-0227476c8eab","name":"png-bill-verify Success2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"10000821311\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": \"102\",\n        \"message\": \"Invalid ID Number or Combination of Inputs\"\n    },\n    \"applicationId\": \"981cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 200,\n        \"statusMessage\": \"PNG Bill Verification Request Processed\",\n        \"transactionId\": \"6a473bdf-aacd-4d4d-b296-1eb35dd06813\",\n        \"timestamp\": \"2024-01-08 01:10:16\"\n    }\n}"},{"id":"3c95dcef-8dbd-4c28-8c96-1797bf6ace72","name":"png-bill-verify Success3","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"test\",\n    \"response\": {\n        \"code\": 503,\n        \"message\": \"Service Unavailable\"\n    },\n    \"applicationId\": \"914cc94f-9b39-4c10-95a1-eb9c813d908c\",\n    \"status\": {\n        \"statusCode\": 400,\n        \"statusMessage\": \"PNG Bill Verification Failed\",\n        \"transactionId\": \"f1656652-5321-4b9b-ad0b-34f45f47a035\",\n        \"timestamp\": \"2024-01-08 01:09:33\"\n    }\n}"},{"id":"eedad81b-6846-45b7-b32b-4e0a31a17b28","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId1\": \"100008XXXX\", // Invalid filed Name or Input\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\"\n}"},{"id":"6f5e4aa7-3166-460e-bcc9-11444f715c83","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify-failed\", // Invalid Category or Type\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item not found\"\n}"},{"id":"244835a2-0743-429e-840c-c815ed3bbacf","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"a7eb6b66-79ed-4f1a-be87-59c937ddc995","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"5afb239b-afbb-4bc5-9d61-840cc7101f12","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"utility-pii-data\",\n    \"type\": \"png-bill-verify\",\n    \"applicationId\": \"test\",\n    \"data\": {\n        \"consumerId\": \"100008XXXX\",\n        \"serviceProvider\": \"AG\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/verification"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"012b1394-55f1-4b13-9836-174c22d3ad18"}],"id":"dcb17e9e-63be-4cdb-b796-5c0d7ffbda2c","description":"<p>The <strong>Utility API category</strong> provides a comprehensive suite of tools for verifying utility bills, helping businesses and organizations ensure the authenticity and accuracy of various utility-related documents. These APIs facilitate the verification of <strong>electricity</strong>, <strong>LPG (liquefied petroleum gas)</strong>, and <strong>PNG (piped natural gas)</strong> bills, which are essential for KYC procedures, identity verification, and financial transactions.</p>\n","_postman_id":"dcb17e9e-63be-4cdb-b796-5c0d7ffbda2c"},{"name":"12. KYC Neural Web","item":[{"name":"12.1 Corporate Neural Web - PAN","item":[{"name":"neural-msme-initiate","id":"a007959f-ea33-4deb-9d84-3e17253add62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","description":"<p>(Required) An API key your unique key received through your dashboard settings section.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-msme\",\n  \"type\": \"business-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"panNumber\": \"AAJCS90XXX\",\n    \"companyName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/neural-msme/initiate","urlObject":{"path":["aphrodite","external","v1","async","neural-msme","initiate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0b9f4b9b-4a43-41de-a1f7-353e5304dded","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-msme\",\n  \"type\": \"business-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"panNumber\": \"AAJCS90XXX\",\n    \"companyName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"410b5885-002a-4970-afa4-21aa4f4ea6b9\"\n}"},{"id":"0a2e9fef-36bb-474e-9487-9e9a9bb1ac81","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-msme\",\n  \"type\": \"business-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"panNumber\": \"AAJCS90XXX\",\n    \"companyName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"PanNumber should be in valid standard format\"\n}"},{"id":"1048e5b6-7533-4a5c-9dba-afdfffcb3ce4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-msme\",\n  \"type\": \"business-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"panNumber\": \"AAJCS90XXX\",\n    \"companyName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"},{"id":"da9986a7-ae0b-4828-93a7-abfd8ba51f8e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-msme\",\n  \"type\": \"business-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"panNumber\": \"AAJCS90XXX\",\n    \"companyName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/initiate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"Tartan credit quota exhausted exception\"\n  }\n}"},{"id":"64f56a27-83e7-4ba2-997d-7894d4f058e9","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-msme\",\n  \"type\": \"business-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"panNumber\": \"AAJCS90XXX\",\n    \"companyName\": \"TartanHQ Solutions\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"}],"_postman_id":"a007959f-ea33-4deb-9d84-3e17253add62"},{"name":"neural-msme-status","id":"94bfc498-757f-40e1-b748-36bb267b0db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"<p>An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Content-Type","value":""},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/status?jobId=<string>","urlObject":{"path":["aphrodite","external","v1","async","neural-msme","status"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>(Required) Id that receive from initiate API</p>\n","type":"text/plain"},"key":"jobId","value":"<string>"}],"variable":[]}},"response":[{"id":"fe8815b5-32e6-4653-938a-eb85295393f5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","neural-msme","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endUserId\": \"Dashboard-realtime-KYC\",\n  \"response\": {\n    \"panToGST\": {\n      \"gstListAdvanced\": [\n        {\n          \"CONSTITUTION OF BUSINESS\": \"Private Limited Company\",\n          \"GSTIN\": \"27AAJCS9091D1Z0\",\n          \"LEGAL NAME OF BUSINESS\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n          \"State\": \"Maharashtra\",\n          \"Status\": \"Active\"\n        },\n        {\n          \"CONSTITUTION OF BUSINESS\": \"Private Limited Company\",\n          \"GSTIN\": \"07AAJCS9091D1Z2\",\n          \"LEGAL NAME OF BUSINESS\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n          \"State\": \"Delhi\",\n          \"Status\": \"Inactive\"\n        },\n        {\n          \"CONSTITUTION OF BUSINESS\": \"Private Limited Company\",\n          \"GSTIN\": \"29AAJCS9091D1ZW\",\n          \"LEGAL NAME OF BUSINESS\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n          \"State\": \"Karnataka\",\n          \"Status\": \"Active\"\n        },\n        {\n          \"CONSTITUTION OF BUSINESS\": \"Private Limited Company\",\n          \"GSTIN\": \"09AAJCS9091D1ZY\",\n          \"LEGAL NAME OF BUSINESS\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n          \"State\": \"Uttar Pradesh\",\n          \"Status\": \"Active\"\n        },\n        {\n          \"CONSTITUTION OF BUSINESS\": \"Private Limited Company\",\n          \"GSTIN\": \"06AAJCS9091D1Z4\",\n          \"LEGAL NAME OF BUSINESS\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n          \"State\": \"Haryana\",\n          \"Status\": \"Active\"\n        }\n      ]\n    },\n    \"companyNameToGST\": {\n      \"gstDetails\": [\n        {\n          \"name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n          \"state\": \"Maharashtra\",\n          \"gstin\": \"27AAICT4244L1ZY\"\n        }\n      ]\n    },\n    \"gstVerification\": {\n      \"companyData\": {\n        \"stjCd\": \"MHCG0337\",\n        \"lgnm\": \"PAYU PAYMENTS PRIVATE LIMITED\",\n        \"stj\": \"KHAR-DANDA_701\",\n        \"dty\": \"Regular\",\n        \"adadr\": [\n          {\n            \"addr\": {\n              \"bnm\": \"GO Square Building\",\n              \"loc\": \"Taluka Haweli\",\n              \"st\": \"Village Wakad\",\n              \"bno\": \"2034\",\n              \"dst\": \"Pune\",\n              \"lt\": \"\",\n              \"locality\": \"\",\n              \"pncd\": \"411057\",\n              \"landMark\": \"\",\n              \"stcd\": \"Maharashtra\",\n              \"geocodelvl\": \"NA\",\n              \"flno\": \"Second Floor\",\n              \"lg\": \"\"\n            },\n            \"ntr\": \"Recipient of Goods or Services\"\n          }\n        ],\n        \"cxdt\": \"\",\n        \"gstin\": \"27AAJCS9091D1Z0\",\n        \"nba\": [\n          \"Service Provision\",\n          \"Recipient of Goods or Services\",\n          \"Others\"\n        ],\n        \"lstupdt\": \"08/12/2023\",\n        \"rgdt\": \"01/07/2017\",\n        \"ctb\": \"Private Limited Company\",\n        \"pradr\": {\n          \"addr\": {\n            \"bnm\": \"Shiv Building\",\n            \"loc\": \"Mumbai\",\n            \"st\": \"Crossing of Sahar Road\",\n            \"bno\": \"139-140/B\",\n            \"dst\": \"Mumbai Suburban\",\n            \"lt\": \"19.094655\",\n            \"locality\": \"Vile Parle East\",\n            \"pncd\": \"400057\",\n            \"landMark\": \"Near Garware House\",\n            \"stcd\": \"Maharashtra\",\n            \"geocodelvl\": \"locality\",\n            \"flno\": \"1st Floor\",\n            \"lg\": \"72.8481190000001\"\n          },\n          \"ntr\": \"Service Provision, Recipient of Goods or Services, Others\"\n        },\n        \"tradeNam\": \"PAYU  PAYMENTS  PRIVATE LIMITED\",\n        \"sts\": \"Active\",\n        \"ctjCd\": \"VP0404\",\n        \"ctj\": \"RANGE-IV\",\n        \"einvoiceStatus\": \"Yes\"\n      },\n      \"returnsData\": {\n        \"EFiledlist\": [\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/03/2023\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"022023\",\n            \"arn\": \"AB270223525111T\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/03/2023\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"022023\",\n            \"arn\": \"AA270223826324G\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/02/2023\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"012023\",\n            \"arn\": \"AB2701236409058\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/02/2023\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"012023\",\n            \"arn\": \"AA270123920128J\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/01/2023\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"122022\",\n            \"arn\": \"AC271222381206B\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/01/2023\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"122022\",\n            \"arn\": \"AA2712229037675\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"mof\": \"ONLINE\",\n            \"dof\": \"23/12/2022\",\n            \"rtntype\": \"GSTR9\",\n            \"ret_prd\": \"032022\",\n            \"arn\": \"AD270322334135G\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"mof\": \"ONLINE\",\n            \"dof\": \"23/12/2022\",\n            \"rtntype\": \"GSTR9C\",\n            \"ret_prd\": \"032022\",\n            \"arn\": \"AD2703223465560\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/12/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"112022\",\n            \"arn\": \"AB271122584993T\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"10/12/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"112022\",\n            \"arn\": \"AA2711227890275\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/11/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"102022\",\n            \"arn\": \"AB271022596967M\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/11/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"102022\",\n            \"arn\": \"AA271022718898X\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/10/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"092022\",\n            \"arn\": \"AC2709221338321\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/10/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"092022\",\n            \"arn\": \"AA270922777425Q\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/09/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"082022\",\n            \"arn\": \"AB270822516110M\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/09/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"082022\",\n            \"arn\": \"AA2708226928799\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"18/08/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"072022\",\n            \"arn\": \"AB270722227985R\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"10/08/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"072022\",\n            \"arn\": \"AA270722692903S\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/07/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"062022\",\n            \"arn\": \"AC270622001872C\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/07/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"062022\",\n            \"arn\": \"AA2706229431747\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/06/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"052022\",\n            \"arn\": \"AB270522536962Z\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/06/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"052022\",\n            \"arn\": \"AA270522770073C\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"24/05/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"042022\",\n            \"arn\": \"AB2704225801748\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/05/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"042022\",\n            \"arn\": \"AA270422814211R\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"20/04/2022\",\n            \"rtntype\": \"GSTR3B\",\n            \"ret_prd\": \"032022\",\n            \"arn\": \"AC270322166541B\",\n            \"status\": \"Filed\"\n          },\n          {\n            \"valid\": \"Y\",\n            \"mof\": \"ONLINE\",\n            \"dof\": \"11/04/2022\",\n            \"rtntype\": \"GSTR1\",\n            \"ret_prd\": \"032022\",\n            \"arn\": \"AA270322918243H\",\n            \"status\": \"Filed\"\n          }\n        ]\n      }\n    },\n    \"companyNameToCIN\": {\n      \"code\": 200,\n      \"companiesList\": [\n        {\n          \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n          \"companyID\": \"U72900MH2021PTC355242\"\n        }\n      ]\n    },\n    \"CINVerification\": {\n      \"code\": 200,\n      \"numberOfMembers\": \"\",\n      \"subCategory\": \"NON-GOVERNMENT COMPANY\",\n      \"class\": \"PRIVATE\",\n      \"companyType\": \"INDIAN COMPANY\",\n      \"companyName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n      \"paidUpCapital\": \"669930\",\n      \"authorisedCapital\": \"1810000\",\n      \"whetherListed\": \"UNLISTED\",\n      \"dateOfIncorporation\": \"15/02/2021\",\n      \"lastAgmDate\": \"30/09/2023\",\n      \"registrationNumber\": \"355242\",\n      \"registeredAddress\": \"HD-015, Floor-2, Plot - 264/265, Vaswani Chambers, Dr Annie Besant Road, Worli Colony,, Mumbai City, Mumbai, Maharashtra, India, 400030\",\n      \"activeCompliance\": \"\",\n      \"suspendedAtStockExchange\": \"\",\n      \"balanceSheetDate\": \"31/03/2023\",\n      \"category\": \"COMPANY LIMITED BY SHARES\",\n      \"status\": \"ACTIVE\",\n      \"cin\": \"U72900MH2021PTC355242\",\n      \"rocOffice\": \"ROC MUMBAI\",\n      \"countryOfIncorporation\": \"INDIAN\",\n      \"descriptionOfMainDivision\": \"\",\n      \"addressOtherThanRegisteredOffice\": \"HD-015, Floor-2, Plot - 264/265, Vaswani Chambers, Dr Annie Besant Road, Worli Colony,, Mumbai City, Mumbai, Maharashtra, India, 400030\",\n      \"emailId\": \"admin@tartanhq.com\",\n      \"emailID\": \"admin@tartanhq.com\",\n      \"splitAddress\": {\n        \"district\": [\n          \"THANE\"\n        ],\n        \"state\": [\n          [\n            \"MAHARASHTRA\",\n            \"MH\"\n          ]\n        ],\n        \"city\": [\n          \"NAVIMUMBAI\"\n        ],\n        \"pincode\": \"400708\",\n        \"country\": [\n          \"IN\",\n          \"IND\",\n          \"INDIA\"\n        ],\n        \"addressLine\": \"FLAT NO C 1504,GREENWORLD,GUT NO 242,HISS NAVI MUMBAI,DIGHA INDIA\"\n      },\n      \"natureOfBusiness\": \"\",\n      \"noOfDirectors\": \"2\",\n      \"statusForEfiling\": \"ACTIVE\",\n      \"statusUnderCirp\": \"\",\n      \"pan\": \"\",\n      \"directorDetails\": [\n        {\n          \"din\": \"09067289\",\n          \"designation\": \"DIRECTOR\",\n          \"dateOfAppointment\": \"02/15/2021\",\n          \"address\": \"1203, GUNDECHA TRILLIUM CHS LT,B WING,   SIDDARTH NAGAR, BORIVALI EAST, NEAR THAK, UR VILLAGE, MAHARASHTRA, INDIA, 400066\",\n          \"name\": \"PRAMEY JAIN\",\n          \"whetherDscRegistered\": \"\",\n          \"dscExpiryDate\": \"-\",\n          \"pan\": \"AJPPJ4749P\",\n          \"noOfCompanies\": \"\",\n          \"fatherName\": \"SHREYANS KUMAR PATODIA\",\n          \"dob\": \"06/17/1986\",\n          \"splitAddress\": {\n            \"district\": [\n              \"MUMBAI\"\n            ],\n            \"state\": [\n              [\n                \"MAHARASHTRA\",\n                \"MH\"\n              ]\n            ],\n            \"city\": [\n              \"MUMBAI\"\n            ],\n            \"pincode\": \"400066\",\n            \"country\": [\n              \"IN\",\n              \"IND\",\n              \"INDIA\"\n            ],\n            \"addressLine\": \"1203,GUNDECHA TRILLIUM CHS LT,B WING,SIDDARTH NAGAR,BORIVALI EAST,NEAR THAK,UR VILLAGE INDIA\"\n          }\n        },\n        {\n          \"din\": \"09067290\",\n          \"designation\": \"DIRECTOR\",\n          \"dateOfAppointment\": \"02/15/2021\",\n          \"address\": \"3/5, SADANAN APARTMENTS NM KALE   MARG AGAR BAZAR DADAR WEST BHAWANI SHANK, AR, MAHARASHTRA, INDIA, 400028\",\n          \"name\": \"MEET VINOD SEMLANI\",\n          \"whetherDscRegistered\": \"\",\n          \"dscExpiryDate\": \"-\",\n          \"pan\": \"EDDPS8464J\",\n          \"noOfCompanies\": \"\",\n          \"fatherName\": \"VINOD SEMLANI\",\n          \"dob\": \"02/13/1992\",\n          \"splitAddress\": {\n            \"district\": [\n              \"MUMBAI\"\n            ],\n            \"state\": [\n              [\n                \"MAHARASHTRA\",\n                \"MH\"\n              ]\n            ],\n            \"city\": [\n              \"MUMBAI\"\n            ],\n            \"pincode\": \"400028\",\n            \"country\": [\n              \"IN\",\n              \"IND\",\n              \"INDIA\"\n            ],\n            \"addressLine\": \"3/5,SADANAN APARTMENTS NM KALE MARG AGAR BAZAR DADAR WEST BHAWANI SHANK,AR INDIA\"\n          }\n        }\n      ]\n    },\n    \"DINDetails\": {\n      \"code\": 200,\n      \"din\": \"09067289\",\n      \"name\": \"PRAMEY  JAIN\",\n      \"dob\": \"1986-06-17\",\n      \"fatherName\": \"SHREYANS KUMAR PATODIA\",\n      \"nationality\": \"IN\",\n      \"panNumber\": null,\n      \"address\": \"1203, GUNDECHA TRILLIUM CHS LT,B WING,$SIDDARTH NAGAR, BORIVALI EAST, NEAR THAKUR VILLAGE$MUMBAI$MH$400066$India$\",\n      \"email\": \"pramey@tartanhq.com\",\n      \"companies\": [\n        {\n          \"cin_number\": \"U72900MH2021PTC355242\",\n          \"company_name\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\"\n        }\n      ]\n    },\n    \"epfoBasic\": {\n      \"establishmentId\": \"THVSH2306153000\",\n      \"establishmentName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n      \"validityStatus\": {\n        \"establishmentStatus\": \"CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED\",\n        \"registrationStatusOnEcrPortal\": \"PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL\",\n        \"postCoverageStatus\": \"\"\n      },\n      \"establishmentStatus\": {\n        \"exemptionStatus\": \"PF: UNEXEMPTED, PENSION: UNEXEMPTED, EDLI: UNEXEMPTED\",\n        \"workingStatus\": \"LIVE ESTABLISHMENT\",\n        \"coverageSection\": \"0001(3)(B\",\n        \"actionableStatus\": \"ACTIONABLE ESTABLISHMENT\",\n        \"dateOfCoverage\": \"15/12/2021\"\n      },\n      \"establishmentDetails\": {\n        \"panStatus\": \"VERIFIED\",\n        \"sectionApplicable\": \"OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT\",\n        \"primaryBusinessActivity\": \"OTHERS\",\n        \"esicCode\": \"\",\n        \"ownershipType\": \"PRIVATE LIMITED COMPANY\",\n        \"dateOfSetupOfEstablishment\": \"15/02/2021\",\n        \"pincode\": \"400708\",\n        \"city\": \"DIGHA\",\n        \"district\": \"THANE\",\n        \"state\": \"MAHARASHTRA\",\n        \"country\": \"INDIA\",\n        \"epfoOfficeName\": \"VASHI\",\n        \"epfoOfficeAddress\": \"TOWER NO.6, 5TH FLOOR, VASHI RAILWAY STATION COMPLEX\",\n        \"zone\": \"MAHARASHTRA AND CHHATTISGARH\",\n        \"region\": \"MH - THANE\",\n        \"address\": \"FLAT NO C 1504, GREENWORLD, GUT NO 242, HISS NAVI MUMBAI\",\n        \"splitAddress\": {\n          \"district\": [\n            \"THANE\"\n          ],\n          \"state\": [\n            [\n              \"MAHARASHTRA\",\n              \"MH\"\n            ]\n          ],\n          \"city\": [\n            \"DIGHA\"\n          ],\n          \"pincode\": \"400708\",\n          \"country\": [\n            \"IN\",\n            \"IND\",\n            \"INDIA\"\n          ],\n          \"addressLine\": \"FLAT NO C 1504, GREENWORLD, GUT NO 242, HISS NAVI MUMBAI\"\n        }\n      }\n    },\n    \"epfoAdvanced\": {\n      \"establishmentId\": \"THVSH2306153000\",\n      \"establishmentName\": \"TARTANHQ SOLUTIONS PRIVATE LIMITED\",\n      \"validityStatus\": {\n        \"establishmentStatus\": \"CODE NO ALLOTTED WAS AFTER ONLINE REGISTRATION STARTED\",\n        \"registrationStatusOnEcrPortal\": \"PERMANENT LOGIN CREATED BY OWNER ON ECR PORTAL\",\n        \"postCoverageStatus\": \"\"\n      },\n      \"establishmentStatus\": {\n        \"exemptionStatus\": \"PF: UNEXEMPTED, PENSION: UNEXEMPTED, EDLI: UNEXEMPTED\",\n        \"workingStatus\": \"LIVE ESTABLISHMENT\",\n        \"coverageSection\": \"0001(3)(B\",\n        \"actionableStatus\": \"ACTIONABLE ESTABLISHMENT\",\n        \"dateOfCoverage\": \"15/12/2021\"\n      },\n      \"establishmentDetails\": {\n        \"panStatus\": \"VERIFIED\",\n        \"sectionApplicable\": \"OTHER ESTABLISHMENTS IN WHICH EMPLOYING 20 OR MORE PERSONS AND NOTIFIED BY THE CENTRAL GOVT\",\n        \"primaryBusinessActivity\": \"OTHERS\",\n        \"esicCode\": \"\",\n        \"ownershipType\": \"PRIVATE LIMITED COMPANY\",\n        \"dateOfSetupOfEstablishment\": \"15/02/2021\",\n        \"pincode\": \"400708\",\n        \"city\": \"DIGHA\",\n        \"district\": \"THANE\",\n        \"state\": \"MAHARASHTRA\",\n        \"country\": \"INDIA\",\n        \"epfoOfficeName\": \"VASHI\",\n        \"epfoOfficeAddress\": \"TOWER NO.6, 5TH FLOOR, VASHI RAILWAY STATION COMPLEX\",\n        \"zone\": \"MAHARASHTRA AND CHHATTISGARH\",\n        \"region\": \"MH - THANE\",\n        \"address\": \"FLAT NO C 1504, GREENWORLD, GUT NO 242, HISS NAVI MUMBAI\",\n        \"splitAddress\": {\n          \"district\": [\n            \"THANE\"\n          ],\n          \"state\": [\n            [\n              \"MAHARASHTRA\",\n              \"MH\"\n            ]\n          ],\n          \"city\": [\n            \"DIGHA\"\n          ],\n          \"pincode\": \"400708\",\n          \"country\": [\n            \"IN\",\n            \"IND\",\n            \"INDIA\"\n          ],\n          \"addressLine\": \"FLAT NO C 1504, GREENWORLD, GUT NO 242, HISS NAVI MUMBAI\"\n        }\n      },\n      \"pfPaymentDetails\": [\n        {\n          \"trrn\": \"3192304003796\",\n          \"dateOfCredit\": \"12-APR-2023 02:03:36\",\n          \"amount\": \"5,07,043\",\n          \"wageMonth\": \"MAR-23\",\n          \"noOfEmployee\": \"63\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"ADITYA SREE KUMAR\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"ASHISH GOYAL\",\n            \"ASHISH RANA\",\n            \"ATHIRA SURENDRAN\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"HEMANTH BHATIA\",\n            \"HIMANSHU\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KRITI MAHAJAN\",\n            \"LIZA MOHINDRA\",\n            \"MANAS BAHL\",\n            \"MANAS KUMAR MALLIK\",\n            \"MANOJ S HEGDE\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NAMAN SAMRA\",\n            \"NANDINI SHUKLA\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAKASH J\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"RAMIZ MOLLAH\",\n            \"RITVIK VYAS\",\n            \"ROHIT TIWARI\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHIMONA AITHALA\",\n            \"SHRIRAM CHOUBEY\",\n            \"SHUBHAM SHARMA\",\n            \"SIPRA TANDON\",\n            \"SREEJAN CHAUDHURY\",\n            \"TANVIN KALRA\",\n            \"VENKATA VARADARAJAN\",\n            \"VIKAS JAIN\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VINAY BORAR\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHAL KUMAR BANSAL\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192305002732\",\n          \"dateOfCredit\": \"13-MAY-2023 18:36:42\",\n          \"amount\": \"4,50,241\",\n          \"wageMonth\": \"APR-23\",\n          \"noOfEmployee\": \"59\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"ADITYA SREE KUMAR\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"ASHISH GOYAL\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KRITI MAHAJAN\",\n            \"KUMARADITYA DASH\",\n            \"LIZA MOHINDRA\",\n            \"MANAS KUMAR MALLIK\",\n            \"MANOJ S HEGDE\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NAMAN SAMRA\",\n            \"NANDINI SHUKLA\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAKASH J\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"RAMIZ MOLLAH\",\n            \"RITVIK VYAS\",\n            \"ROHIT TIWARI\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHIMONA AITHALA\",\n            \"SHRIRAM CHOUBEY\",\n            \"SHUBHAM SHARMA\",\n            \"SREEJAN CHAUDHURY\",\n            \"TANVIN KALRA\",\n            \"VENKATA VARADARAJAN\",\n            \"VIKAS JAIN\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VINAY BORAR\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHAL KUMAR BANSAL\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192308004097\",\n          \"dateOfCredit\": \"18-AUG-2023 16:40:53\",\n          \"amount\": \"4,29,891\",\n          \"wageMonth\": \"JUL-23\",\n          \"noOfEmployee\": \"58\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"GAURAV KUMAR\",\n            \"GEETANSH GARG\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"HRITIK RAI\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KACHHADIYA HARSHIL RAMESHBHAI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KUMARADITYA DASH\",\n            \"KUSH VERMA\",\n            \"LIZA MOHINDRA\",\n            \"MAITREYI SHREYAS BOKIL\",\n            \"MANAS KUMAR MALLIK\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"PUSHP JAIN\",\n            \"RADADIYA JAY KANUBHAI\",\n            \"RAGHAV SIKRI\",\n            \"RAMIZ MOLLAH\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHUBHAM SHARMA\",\n            \"SIDHARTH RANA\",\n            \"SUVODEEP BISWAS\",\n            \"TANVIN KALRA\",\n            \"VARIYA JEMIS NARENDRABHAI\",\n            \"VIBHU CHANDRANSH BHANOT\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHALIKA KATIYAR\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192310001790\",\n          \"dateOfCredit\": \"10-OCT-2023 16:35:01\",\n          \"amount\": \"3,81,546\",\n          \"wageMonth\": \"SEP-23\",\n          \"noOfEmployee\": \"49\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"GAURAV KUMAR\",\n            \"GEETANSH GARG\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JYOTI\",\n            \"KACHHADIYA HARSHIL RAMESHBHAI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KUMARADITYA DASH\",\n            \"KUSH VERMA\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"PUSHP JAIN\",\n            \"RADADIYA JAY KANUBHAI\",\n            \"RAGHAV SIKRI\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHUBHAM SHARMA\",\n            \"SIDHARTH RANA\",\n            \"SUVODEEP BISWAS\",\n            \"TANVIN KALRA\",\n            \"VARIYA JEMIS NARENDRABHAI\",\n            \"VIBHU CHANDRANSH BHANOT\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHALIKA KATIYAR\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192306003338\",\n          \"dateOfCredit\": \"14-JUN-2023 21:45:22\",\n          \"amount\": \"3,91,117\",\n          \"wageMonth\": \"MAY-23\",\n          \"noOfEmployee\": \"49\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"ASHISH GOYAL\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KUMARADITYA DASH\",\n            \"LIZA MOHINDRA\",\n            \"MAITREYI SHREYAS BOKIL\",\n            \"MANAS KUMAR MALLIK\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAKASH J\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"RAMIZ MOLLAH\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHUBHAM SHARMA\",\n            \"SREEJAN CHAUDHURY\",\n            \"TANVIN KALRA\",\n            \"VENKATA VARADARAJAN\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192302001950\",\n          \"dateOfCredit\": \"14-FEB-2023 09:12:18\",\n          \"amount\": \"4,80,439\",\n          \"wageMonth\": \"JAN-23\",\n          \"noOfEmployee\": \"60\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"ADITYA SREE KUMAR\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"ASHISH GOYAL\",\n            \"ASHISH RANA\",\n            \"ATHIRA SURENDRAN\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"HARMEET SINGH HARDEV SINGH WHAN\",\n            \"HEMANTH BHATIA\",\n            \"HIMANSHU\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KRITI MAHAJAN\",\n            \"LIZA MOHINDRA\",\n            \"MANAS BAHL\",\n            \"MANAS KUMAR MALLIK\",\n            \"MANOJ S HEGDE\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NAMAN SAMRA\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAKASH J\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"RAMIZ MOLLAH\",\n            \"RITVIK VYAS\",\n            \"ROHIT TIWARI\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHIMONA AITHALA\",\n            \"SHRIRAM CHOUBEY\",\n            \"SIPRA TANDON\",\n            \"SREEJAN CHAUDHURY\",\n            \"TANVIN KALRA\",\n            \"VENKATA VARADARAJAN\",\n            \"VIKAS JAIN\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VINAY BORAR\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHAL KUMAR BANSAL\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192303003294\",\n          \"dateOfCredit\": \"10-MAR-2023 13:35:40\",\n          \"amount\": \"4,71,172\",\n          \"wageMonth\": \"FEB-23\",\n          \"noOfEmployee\": \"58\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"ADITYA SREE KUMAR\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"ASHISH GOYAL\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KRITI MAHAJAN\",\n            \"LIZA MOHINDRA\",\n            \"MANAS KUMAR MALLIK\",\n            \"MANOJ S HEGDE\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NAMAN SAMRA\",\n            \"NANDINI SHUKLA\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAKASH J\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"RAMIZ MOLLAH\",\n            \"RITVIK VYAS\",\n            \"ROHIT TIWARI\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHIMONA AITHALA\",\n            \"SHRIRAM CHOUBEY\",\n            \"SHUBHAM SHARMA\",\n            \"SREEJAN CHAUDHURY\",\n            \"STUTI AGGARWAL\",\n            \"TANVIN KALRA\",\n            \"VENKATA VARADARAJAN\",\n            \"VIKAS JAIN\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VINAY BORAR\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHAL KUMAR BANSAL\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192309004702\",\n          \"dateOfCredit\": \"13-SEP-2023 01:54:16\",\n          \"amount\": \"3,82,384\",\n          \"wageMonth\": \"AUG-23\",\n          \"noOfEmployee\": \"50\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"GAURAV KUMAR\",\n            \"GEETANSH GARG\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KACHHADIYA HARSHIL RAMESHBHAI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KUMARADITYA DASH\",\n            \"KUSH VERMA\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAMEY JAIN\",\n            \"PRATIK VILAS DESAI\",\n            \"PUSHP JAIN\",\n            \"RADADIYA JAY KANUBHAI\",\n            \"RAGHAV SIKRI\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHUBHAM SHARMA\",\n            \"SIDHARTH RANA\",\n            \"SUVODEEP BISWAS\",\n            \"TANVIN KALRA\",\n            \"VARIYA JEMIS NARENDRABHAI\",\n            \"VIBHU CHANDRANSH BHANOT\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHALIKA KATIYAR\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192312002895\",\n          \"dateOfCredit\": \"13-DEC-2023 15:19:22\",\n          \"amount\": \"3,52,479\",\n          \"wageMonth\": \"NOV-23\",\n          \"noOfEmployee\": \"50\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"ABHIJAY TONDAK\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANMOL JAIN\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"GAURAV KUMAR\",\n            \"GAURAV LUHARIWALA\",\n            \"GEETANSH GARG\",\n            \"HEMANTH BHATIA\",\n            \"JYOTI\",\n            \"KACHHADIYA HARSHIL RAMESHBHAI\",\n            \"KANIKA SONI\",\n            \"KUMAR VIVEK\",\n            \"KUMARADITYA DASH\",\n            \"KUSH VERMA\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MOHMMAD NAUSHAD\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAMEY JAIN\",\n            \"PRATIK VILAS DESAI\",\n            \"PUSHP JAIN\",\n            \"RADADIYA JAY KANUBHAI\",\n            \"RAGHAV SIKRI\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIVAM SINGH\",\n            \"SHUBHAM SHARMA\",\n            \"SIDHARTH RANA\",\n            \"SUVODEEP BISWAS\",\n            \"TANVIN KALRA\",\n            \"UTKARSH MOTWANI\",\n            \"VARIYA JEMIS NARENDRABHAI\",\n            \"VIBHU CHANDRANSH BHANOT\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHALIKA KATIYAR\",\n            \"YASHASVI RAJ\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192311004583\",\n          \"dateOfCredit\": \"09-NOV-2023 19:44:52\",\n          \"amount\": \"3,56,323\",\n          \"wageMonth\": \"OCT-23\",\n          \"noOfEmployee\": \"47\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"ABHIJAY TONDAK\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANMOL JAIN\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"GAURAV KUMAR\",\n            \"GEETANSH GARG\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JYOTI\",\n            \"KACHHADIYA HARSHIL RAMESHBHAI\",\n            \"KANIKA SONI\",\n            \"KUMARADITYA DASH\",\n            \"KUSH VERMA\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAMEY JAIN\",\n            \"PRATIK VILAS DESAI\",\n            \"PUSHP JAIN\",\n            \"RADADIYA JAY KANUBHAI\",\n            \"RAGHAV SIKRI\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHUBHAM SHARMA\",\n            \"SIDHARTH RANA\",\n            \"SUVODEEP BISWAS\",\n            \"TANVIN KALRA\",\n            \"UTKARSH MOTWANI\",\n            \"VARIYA JEMIS NARENDRABHAI\",\n            \"VIBHU CHANDRANSH BHANOT\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHALIKA KATIYAR\",\n            \"YASHASVI RAJ\"\n          ],\n          \"ecr\": \"YES\"\n        },\n        {\n          \"trrn\": \"3192307003883\",\n          \"dateOfCredit\": \"13-JUL-2023 13:09:53\",\n          \"amount\": \"3,76,997\",\n          \"wageMonth\": \"JUN-23\",\n          \"noOfEmployee\": \"51\",\n          \"employerNames\": [\n            \"AAYUSH GERA\",\n            \"AKASHDEEP SINGH\",\n            \"AKKI SANDEEP KUMAR\",\n            \"ANSHIK GUPTA\",\n            \"ARCHIT RAHEJA\",\n            \"ASHISH GOYAL\",\n            \"DIPAL VIRAJ VEKARIYA\",\n            \"DIVAY MOHAN\",\n            \"HEMANTH BHATIA\",\n            \"HIREN MANUBHAI SAVALIA\",\n            \"JAGRUTI KAMALKISHOR SONI\",\n            \"JYOTI\",\n            \"KANIKA SONI\",\n            \"KARTIKEYA BAHUGUNA\",\n            \"KRITI MAHAJAN\",\n            \"KUMARADITYA DASH\",\n            \"LIZA MOHINDRA\",\n            \"MAITREYI SHREYAS BOKIL\",\n            \"MANAS KUMAR MALLIK\",\n            \"MANOJ S HEGDE\",\n            \"MEET VINOD SEMLANI\",\n            \"MOHIT PURUSHOTTAM SHENDE\",\n            \"MUSKAN GUPTA\",\n            \"MUZAMMIL MASOODULLA KHAN\",\n            \"NAIMUDDIN GOURI\",\n            \"NAMAN SAMRA\",\n            \"NANDINI SHUKLA\",\n            \"NEIL SARKAR\",\n            \"NIKHIL KUMAR GUPTA\",\n            \"NIYATI SAGAR RABADIYA\",\n            \"PALLAV KUMAR NAYAK\",\n            \"PIDUGU TARRAN MANOHAR\",\n            \"PIYUSH ADLAKHA\",\n            \"PRABHAT SHOBHA BANSAL\",\n            \"PRADEESH K\",\n            \"PRAKASH J\",\n            \"PRAMEY JAIN\",\n            \"PRATIK PANDA\",\n            \"PRATIK VILAS DESAI\",\n            \"PRIYANKA DHAL\",\n            \"RITVIK VYAS\",\n            \"SAMPADA KAUSHAL\",\n            \"SHIIVANGI KAUSHIK\",\n            \"SHUBHAM SHARMA\",\n            \"TANVIN KALRA\",\n            \"VIKAS SINGH KAVIYA\",\n            \"VIPUL KUMAR SHAILY\",\n            \"VISHALIKA KATIYAR\",\n            \"VRINDA SHARMA\",\n            \"YASHASVI RAJ\",\n            \"YASHASWINI R\"\n          ],\n          \"ecr\": \"YES\"\n        }\n      ]\n    }\n  },\n  \"applicationId\": \"410b5885-002a-4970-afa4-21aa4f4ea6b9\",\n  \"status\": \"SUCCESS\"\n}"},{"id":"f0c64383-cef7-4a22-8f60-3e52ec0fc9f4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","neural-msme","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"},{"id":"3831e068-4512-4dd5-aeba-f4a9a4b51f0a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","neural-msme","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"Tartan credit quota exhausted exception\"\n  }\n}"},{"id":"442aec9e-73ee-47ad-9c59-10dfaf8cfff3","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/neural-msme/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","neural-msme","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No request found for the given jobId\"\n}"}],"_postman_id":"94bfc498-757f-40e1-b748-36bb267b0db6"}],"id":"27d1206d-c81c-4616-9321-a52f1d273586","description":"<p>This API utilizes PAN and company name inputs to securely retrieve GST details, CIN from Company Name, CIN Verification, DIN Details, EPFO verification, and PF payment details. It assists in efficiently obtaining essential business information. The current version yields data points related to:</p>\n<ol>\n<li><p>GST Details From PAN</p>\n</li>\n<li><p>GST Verification</p>\n</li>\n<li><p>CIN Information from Company Name</p>\n</li>\n<li><p>CIN Verification</p>\n</li>\n<li><p>DIN Details</p>\n</li>\n<li><p>EPFO Basic Verification</p>\n</li>\n<li><p>EPFO Advanced Verification</p>\n</li>\n</ol>\n","_postman_id":"27d1206d-c81c-4616-9321-a52f1d273586"},{"name":"12.2 Individual Neural Web - Mobile","item":[{"name":"kyc-neural-initiate","id":"8bda3c24-ef62-42dd-99d6-9fc1e05ce8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"<p>(Required) An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"kyc-neural-web\",\n  \"type\": \"personal-v1\",\n  \"applicationId\": \"Dashboard-realtime-KYC\",\n  \"data\": {\n    \"phoneNumber\": \"94859384XX\",\n    \"panNumber\": \"AJWPC445XX\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/initiate","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","initiate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75662361-9041-4595-b102-2d18a75a4db2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"93755853-a16f-4696-9f82-472c8b1626827\"\n}"},{"id":"9b3bee28-13db-403e-aba7-d594f10b7627","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"PhoneNumber or PanNumber should be in valid standard format\"\n}"},{"id":"e7895389-8cb3-4855-9826-04fa0a648343","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"},{"id":"65b1b53f-53bc-4ffb-87e5-17077063f26f","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/initiate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"Tartan credit quota exhausted exception\"\n  }\n}"},{"id":"06348275-0a73-4bbb-bd97-f53e3606358b","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"<string>","description":"(Required) An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"(Required) Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": \"<string>\",\n  \"type\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"data\": {\n    \"phoneNumber\": \"<string>\",\n    \"panNumber\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Item not found\"\n}"}],"_postman_id":"8bda3c24-ef62-42dd-99d6-9fc1e05ce8cd"},{"name":"kyc-neural-status","id":"436c7cee-d912-4e95-8fd1-c1cae649491c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"<p>An API key your unique key received through your dashboard settings section.</p>\n"},{"key":"Content-Type","value":""},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/status?jobId=<string>","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","status"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>(Required) Id that receive from initiate API</p>\n","type":"text/plain"},"key":"jobId","value":"<string>"}],"variable":[]}},"response":[{"id":"28ee7daa-2ab1-4f21-a1ae-40b9f6640eed","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"endUserId\": \"Dashboard-realtime-KYC\",\n  \"response\": {\n    \"panResponse\": {\n      \"code\": 200,\n      \"pan\": \"AOWPC445XX\",\n      \"maskedAadhaar\": \"XXXXXXXX0473\",\n      \"lastFourDigit\": \"0473\",\n      \"typeOfHolder\": \"Individual or Person\",\n      \"name\": \"XXXX XXXX\",\n      \"firstName\": \"XXXX\",\n      \"middleName\": \"\",\n      \"lastName\": \"XXXX\",\n      \"gender\": \"M\",\n      \"dob\": \"28/08/1989\",\n      \"address\": \"B-71 XXXX XXXX XXXXX GHAZIABAD Ghaziabad H.O 201001 Uttar Pradesh\",\n      \"city\": \"Ghaziabad H.O\",\n      \"state\": \"Uttar Pradesh\",\n      \"country\": \"INDIA\",\n      \"pincode\": \"201001\",\n      \"mobile_no\": \"9930906XXX\",\n      \"email\": \"XXXX.XXX@gmail.com\",\n      \"isValid\": true,\n      \"aadhaarSeedingStatus\": true,\n      \"serviceCode\": \"1\"\n    },\n    \"upiResponse\": {\n      \"name\": \"XXXXXXX XXXXXX\",\n      \"upi\": \"true\",\n      \"vpa\": \"XXXXXX@okaxis\"\n    },\n    \"upiVerify\": {\n      \"vpaStatus\": \"Valid\",\n      \"vpaRegisteredName\": \"XXXX XXXXXX\",\n      \"nameMatchResult\": \"NA\"\n    },\n    \"employmentHistory\": {\n      \"employment_data\": [\n        {\n          \"name\": \"XXXXX XXXXX\",\n          \"guardian_name\": \"XXXX XXXXX\",\n          \"establishment_name\": \"UBER Private Limited\",\n          \"member_id\": \"HFJSH23061530000010XXX\",\n          \"date_of_joining\": \"2022-06-13\"\n        },\n        {\n          \"name\": \"XXXXX XXXX\",\n          \"guardian_name\": \"XXXXX XXXX\",\n          \"establishment_name\": \"TECHPLUS SOFTWARE PRIVATE LIMITED\",\n          \"member_id\": \"JFAHD132131700000000XX\",\n          \"date_of_joining\": \"2016-09-26\",\n          \"date_of_exit\": \"2017-01-31\"\n        }\n      ]\n    },\n    \"uanProfileLookUp\": {\n      \"result\": {\n        \"est_details\": {},\n        \"aadhaar\": \"XXXXXXXX2013\",\n        \"bank_account_number\": \"15781xxxxxxx\",\n        \"ifsc\": \"HDFC0001XXX\",\n        \"name\": \"XXXX XXX XXX\",\n        \"father_or_husband_name\": \"XXXX XXXX\",\n        \"father_or_husband\": \"H\",\n        \"bank_name\": \"HDFC BANK\",\n        \"bank_location\": \"KHARADI - PUNE\",\n        \"gender\": \"M\",\n        \"pan\": \"AKLPJxxxx\",\n        \"mobile\": \"8975xxxxx7\",\n        \"member_ID\": \"THTHA0xxxxxxxxx\",\n        \"email\": \"xxxxxx@GMAIL.COM\",\n        \"dob\": \"13-MAR-1980\",\n        \"doj_EPF\": \"01-DEC-2022\",\n        \"doj_EPS\": \"01-DEC-2022\",\n        \"doe_EPS\": null,\n        \"doe_EPF\": null\n      }\n    },\n    \"driverLicense\": {\n      \"mobileNo\": \"77349XXXXXX\",\n      \"code\": \"200\",\n      \"dl_number\": \"UP53 201800XXXXX  \",\n      \"user_full_name\": \"XXXXX XXXXX\",\n      \"user_address\": \"H NO 192 RAMPUR NAGAR JATEPUR NEAR PALANPUR NAGAR KANPUR, UP \",\n      \"user_blood_group\": \"B+\",\n      \"user_dob\": \"12-02-1987\",\n      \"endorse_date\": \"NA\",\n      \"endorse_number\": \"NA\",\n      \"expiry_date\": \"27-12-2038\",\n      \"father_or_husband\": \"XXXX  XXXX\",\n      \"issued_date\": \"28-12-2018\",\n      \"non_transport_validity\": {\n        \"from\": \"28-12-2018\",\n        \"to\": \"27-12-2038\"\n      },\n      \"transport_validity\": {\n        \"from\": \"\",\n        \"to\": \"\"\n      },\n      \"state\": \"Uttar Pradesh\",\n      \"category\": \"\",\n      \"status\": \"Active\",\n      \"user_image\": \"/9j/4AAQSkZJRgABAQAAAQAB... {base64 Image data}\"\n    },\n    \"digitalFootPrint\": {\n      \"socialIdDataList\": [\n        {\n          \"socialIdValue\": \"99167XXXXX\",\n          \"present\": [\n            \"swiggy\",\n            \"amazon\"\n          ],\n          \"notPresent\": [\n            \"twitterX\"\n          ]\n        },\n        {\n          \"socialIdValue\": \"XXXXX.XXXXX@gmail.com\",\n          \"present\": [\n            \"swiggy\",\n            \"amazon\",\n            \"twitterX\"\n          ],\n          \"notPresent\": [],\n          \"noResponse\": []\n        }\n      ],\n      \"jobId\": \"334bee02-afef-4dd0-b860-f3044207704d\",\n      \"isCompleted\": true\n    }\n  },\n  \"applicationId\": \"d82a764a-39d1-4103-abf1-3f37d9f5dd25\",\n  \"status\": \"SUCCESS\"\n}"},{"id":"b6fb870b-5630-4b1a-9388-bbc098204e9f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Forbidden\",\n  \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n  \"status\": 403,\n  \"timestamp\": 1699270746839\n}"},{"id":"1463eb1d-d8cc-48e5-ad5a-1d63937bea76","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"message\": \"Tartan credit quota exhausted exception\"\n  }\n}"},{"id":"a09bf7bb-f7c7-446c-b3ad-caf87d9e3078","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<string>","description":"An API key your unique key received through your dashboard settings section."},{"key":"Authorization","value":"<string>","description":"Provide your bearer token in the Authorization header when making requests to protected resources."},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/aphrodite/external/v1/async/kyc-neural/status?jobId=<string>","host":["{{baseUrl}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"No request found for the given jobId\"\n}"}],"_postman_id":"436c7cee-d912-4e95-8fd1-c1cae649491c"}],"id":"af97eaba-dbc2-472f-be8e-f3ffd4246a0c","description":"<p>This API utilizes the PAN and mobile number of an end user to perform various types of verifications and provide a comprehensive set of related data points. It assists in securely retrieving employment details, driving license information, PAN details, and UPI ID details using <strong>the mobile number as the primary input</strong> alongside PAN. The current version offers data points related to:</p>\n<ol>\n<li><p>PAN Verification</p>\n</li>\n<li><p>Retrieving UPI from Mobile Number</p>\n</li>\n<li><p>UPI Verification</p>\n</li>\n<li><p>Fetch Mobile Number to Employment History</p>\n</li>\n<li><p>UAN Profile Lookup</p>\n</li>\n<li><p>Driving License Information</p>\n</li>\n<li><p>Digital FootPrint of User</p>\n</li>\n</ol>\n","_postman_id":"af97eaba-dbc2-472f-be8e-f3ffd4246a0c"},{"name":"12.3 Mobile Pre-Fill","item":[{"name":"mobile-pre-fill initiate","id":"2f2e8c39-f01f-430a-a3c1-01efa8e27f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","mobile-fill","initiate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"024d27e3-4974-4e1b-b6f0-28d6b84ea2e0","name":"mobile-pre-fill Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"d775e1bd-9992-40fc-9edb-483bd541b139\"\n}"},{"id":"c18258cd-9cfc-4cf3-a004-b1b13238d473","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"PhoneNumber should be in valid standard format\"\n}"},{"id":"d8ec2ee3-4933-4030-b6c8-0396c6fbd281","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-not-found\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"58accc06-8d50-4f34-926b-7818b2f0859c","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"ed4ef092-f724-4c27-820d-3ea5846d0079","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"0c5aa6ee-f3df-4eef-95f9-a6329706d7c6","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"2f2e8c39-f01f-430a-a3c1-01efa8e27f91"},{"name":"mobile-pre-fill-status","id":"3688e344-938a-483b-a719-4bdff0095bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","status"],"host":["{{host}}"],"query":[{"key":"jobId","value":"{{jobId}}"}],"variable":[]}},"response":[{"id":"11cf76e7-b0fe-4671-909b-dd564d868fde","name":"IN_PROGRESS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileToName\": null,\n        \"employmentHistory\": \"pending\",\n        \"mobileData\": null,\n        \"panResponse\": null,\n        \"addressIntelligence\": null,\n        \"uanProfileLookUp\": \"pending\"\n    },\n    \"applicationId\": \"aa75e1bd-9992-40fc-9edb-483bd541b139\",\n    \"status\": \"IN_PROGRESS\"\n}"},{"id":"83897522-2231-474b-9c1d-0e1015899be2","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileToName\": {\n            \"code\": 200,\n            \"name\": \"XXXX XXXX XXXXX\",\n            \"upi\": \"true\"\n        },\n        \"employmentHistory\": {\n            \"code\": \"400\",\n            \"message\": \"Employment history does not exist\"\n        },\n        \"mobileData\": {\n            \"personal_information\": {\n                \"full_name\": \"XXXX XXXX XXXXX\",\n                \"gender\": \"Male\",\n                \"age\": \"34\",\n                \"date_of_birth\": \"07/12/1990\"\n            },\n            \"alternate_phone\": [\n                \"904017XXXX\",\n                \"6752234XXXX\",\n                \"993795XXXX\",\n                \"0114124XXXX\",\n                \"700155XXXX\"\n            ],\n            \"email\": [\n                \"R*H*LCH*ND*KA@GMAIL.COM\"\n            ],\n            \"address\": [\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGANNATH TEMPLE PURI  NEAR JAGANNATH TEMPLE\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752001\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"30/11/2024\"\n                },\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGANNATH TEMPLE PURI  NEAR JAGANNATH TEMPLE\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752001\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"31/10/2024\"\n                },\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GROUND ROAD  PURI PURI STATION ROAD  NEAR JAGANNAM TEMPLE\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752011\",\n                    \"type\": \"Permanent\",\n                    \"date_of_reporting\": \"12/08/2024\"\n                },\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGAN NATH TEMPLE PURI -\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752002\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"12/08/2024\"\n                },\n                {\n                    \"detailed_address\": \"F*R* S*H*OL OF MANAGEMENT B 18 QUTUB INS TITUTIONAL AREA NEW DELHI  NEAR METRO ST  ATION\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"110016\",\n                    \"type\": \"Office\",\n                    \"date_of_reporting\": \"12/08/2024\"\n                }\n            ],\n            \"document_data\": {\n                \"pan\": [\n                    \"A*X*C727*Q\"\n                ],\n                \"voter_id\": [],\n                \"passport\": [\n                    \"J*017*28\"\n                ],\n                \"aadhaar\": [],\n                \"ration_card\": [],\n                \"driving_license\": []\n            }\n        },\n        \"panResponse\": {\n            \"code\": 200,\n            \"pan\": \"A*XPC*27*Q\",\n            \"maskedAadhaar\": \"XXXXXXXX7805\",\n            \"lastFourDigit\": \"7805\",\n            \"typeOfHolder\": \"Individual or Person\",\n            \"name\": \"XXXXX KUMAR XXXXXX\",\n            \"firstName\": \"XXXXX\",\n            \"middleName\": \"KUMAR\",\n            \"lastName\": \"XXXXXX\",\n            \"gender\": \"M\",\n            \"dob\": \"07/12/1990\",\n            \"address\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"INDIA\",\n            \"pincode\": \"\",\n            \"mobile_no\": null,\n            \"email\": null,\n            \"isValid\": true,\n            \"aadhaarSeedingStatus\": true,\n            \"tax\": true\n        },\n        \"addressIntelligence\": {\n            \"addressProfile\": [\n                {\n                    \"address\": \"MA*AB*R BAST*AL*YA GROUND ROAD  PURI PURI STATION ROAD  NEAR JAGANNAM TEMPLE, OR, 752011\",\n                    \"type\": \"Permanent\",\n                    \"dateOfReporting\": \"12/08/2024\",\n                    \"addressNormalization\": {\n                        \"country\": \"india\",\n                        \"state\": \"odisha\",\n                        \"city\": \"puri\",\n                        \"locality\": \"jagannath temple\",\n                        \"entity_information\": {\n                            \"landmark_name\": [\n                                \"jagannam temple\"\n                            ]\n                        },\n                        \"pincode\": 752001\n                    },\n                    \"addressInsight\": {\n                        \"address_validity\": \"Incomplete\",\n                        \"address_type\": {\n                            \"type\": \"POI\",\n                            \"sub_type\": \"public_utilities\"\n                        },\n                        \"address_metadata\": {\n                            \"rooftop_confirmed\": false,\n                            \"is_rural\": false,\n                            \"landmark_confirmed\": true,\n                            \"state_confirmed\": false,\n                            \"city_confirmed\": false,\n                            \"pin_confirmed\": true,\n                            \"pin_state_mismatched\": false,\n                            \"pin_city_mismatched\": false,\n                            \"multiple_city_present\": false,\n                            \"is_localizable\": true\n                        },\n                        \"address_attributes\": {}\n                    },\n                    \"latitude\": 19.806674,\n                    \"longitude\": 85.835636,\n                    \"confidenceRadius\": 300\n                },\n                {\n                    \"address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGAN NATH TEMPLE PURI -, OR, 752002\",\n                    \"type\": \"Primary\",\n                    \"dateOfReporting\": \"12/08/2024\",\n                    \"addressNormalization\": {\n                        \"country\": \"india\",\n                        \"state\": \"odisha\",\n                        \"city\": \"puri\",\n                        \"locality\": \"jagannath temple\",\n                        \"entity_information\": {\n                            \"landmark_name\": [\n                                \"jagan nath\"\n                            ]\n                        },\n                        \"pincode\": 752002\n                    },\n                    \"addressInsight\": {\n                        \"address_validity\": \"Incomplete\",\n                        \"address_type\": {\n                            \"type\": \"non_identifiable\",\n                            \"sub_type\": \"non_identifiable\"\n                        },\n                        \"address_metadata\": {\n                            \"rooftop_confirmed\": false,\n                            \"is_rural\": false,\n                            \"landmark_confirmed\": true,\n                            \"state_confirmed\": false,\n                            \"city_confirmed\": false,\n                            \"pin_confirmed\": true,\n                            \"pin_state_mismatched\": false,\n                            \"pin_city_mismatched\": false,\n                            \"multiple_city_present\": false,\n                            \"is_localizable\": false\n                        },\n                        \"address_attributes\": {}\n                    },\n                    \"latitude\": 19.811665,\n                    \"longitude\": 85.823695,\n                    \"confidenceRadius\": 550\n                },\n                {\n                    \"address\": \"F*R* S*H*OL OF MANAGEMENT B 18 QUTUB INS TITUTIONAL AREA NEW DELHI  NEAR METRO ST  ATION, DL, 110016\",\n                    \"type\": \"Office\",\n                    \"dateOfReporting\": \"12/08/2024\",\n                    \"addressNormalization\": {\n                        \"country\": \"india\",\n                        \"state\": \"delhi\",\n                        \"city\": \"delhi\",\n                        \"locality\": \"qutab insitutional area\",\n                        \"entity_information\": {\n                            \"landmark_name\": [\n                                \"metro st\"\n                            ],\n                            \"door_information\": \"b 18\"\n                        },\n                        \"pincode\": 110016\n                    },\n                    \"addressInsight\": {\n                        \"address_validity\": \"Incomplete\",\n                        \"address_type\": {\n                            \"type\": \"POI\",\n                            \"sub_type\": \"institutional\"\n                        },\n                        \"address_metadata\": {\n                            \"rooftop_confirmed\": true,\n                            \"is_rural\": false,\n                            \"landmark_confirmed\": true,\n                            \"state_confirmed\": true,\n                            \"city_confirmed\": false,\n                            \"pin_confirmed\": true,\n                            \"pin_state_mismatched\": false,\n                            \"pin_city_mismatched\": false,\n                            \"multiple_city_present\": false,\n                            \"is_localizable\": true\n                        },\n                        \"address_attributes\": {}\n                    },\n                    \"latitude\": 28.538275,\n                    \"longitude\": 77.185843,\n                    \"confidenceRadius\": 300\n                }\n            ]\n        },\n        \"uanProfileLookUp\": {\n            \"code\": 400,\n            \"message\": \"Source down\",\n            \"reason\": {}\n        }\n    },\n    \"applicationId\": \"aa75e1bd-9992-40fc-9edb-483bd541b139\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"698fbfd3-a642-4ab9-a7d1-13a693cf97a2","name":"FAILED","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileToName\": null,\n        \"employmentHistory\": null,\n        \"mobileData\": null,\n        \"panResponse\": null,\n        \"addressIntelligence\": null,\n        \"uanProfileLookUp\": null\n    },\n    \"applicationId\": \"11575df4-12be-4938-b109-f55e2bfdf9ca\",\n    \"status\": \"FAILED\"\n}"},{"id":"66047780-9c89-470a-b29e-fab960058a18","name":"Internal Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"2d1d97a6-1170-49bb-b75e-ad306462c8d6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"97adad9c-5302-427c-a41d-ac5ae7d85052","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"3688e344-938a-483b-a719-4bdff0095bc8"}],"id":"9e541f3d-2edc-4cb3-9d12-dde04c6547ee","_postman_id":"9e541f3d-2edc-4cb3-9d12-dde04c6547ee","description":""},{"name":"12.4 Mobile Pre-Fill with Insights","item":[{"name":"mobile-pre-fill-insights initiate","id":"c1d1869d-25ca-4b44-893d-fa71e7a3c901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","mobile-fill","initiate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e912d9b3-7d36-4f97-a2a2-0ec026425d9d","name":"mobile-pre-fill-insights Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobId\": \"d775e1bd-9992-40fc-9edb-483bd541b139\"\n}"},{"id":"6d9f946c-a887-4852-af24-49e071e814c0","name":"Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"PhoneNumber should be in valid standard format\"\n}"},{"id":"d6b171da-ee70-48d5-b230-cc40fb53b14c","name":"Category or Type not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights-not\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Category or Type!\"\n}"},{"id":"6879de35-0b1d-4132-8f08-7a714ecea4c4","name":"Internal Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"98081780-87a6-460b-9db9-d6e3dd1d9354","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"e4b6a0be-0a65-4bf7-8862-4f1b33f9b1ae","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"category\": \"kyc-neural-web\",\n    \"type\": \"mobile-pre-fill-insights\",\n    \"applicationId\": \"Dashboard-realtime-KYC\",\n    \"data\": {\n        \"phoneNumber\": \"878925XXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/mobile-fill/initiate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"c1d1869d-25ca-4b44-893d-fa71e7a3c901"},{"name":"mobile-pre-fill-insights-status","id":"f3dcf7d6-5996-48e2-af39-7bd1ef7135c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","urlObject":{"path":["aphrodite","external","v1","async","kyc-neural","status"],"host":["{{host}}"],"query":[{"key":"jobId","value":"{{jobId}}"}],"variable":[]}},"response":[{"id":"f56281d7-44e3-49ce-aaae-beddd5262dcb","name":"IN_PROGRESS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileToName\": null,\n        \"employmentHistory\": \"pending\",\n        \"mobileData\": null,\n        \"panResponse\": null,\n        \"addressIntelligence\": null,\n        \"uanProfileLookUp\": \"pending\",\n        \"neuralInsights\": {\n            \"nameMatch\": \"pending\",\n            \"contactDetails\": \"pending\",\n            \"companyRiskTier\": \"pending\",\n            \"aadhaarPanLinked\": \"pending\"\n        }\n    },\n    \"applicationId\": \"d775e1bd-9992-40fc-9edb-483bd541b139\",\n    \"status\": \"IN_PROGRESS\"\n}"},{"id":"67007d45-2674-4202-9106-b66648305915","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileToName\": {\n            \"code\": 200,\n            \"name\": \"XXXX XXXX XXXXX\",\n            \"upi\": \"true\"\n        },\n        \"employmentHistory\": {\n            \"code\": \"400\",\n            \"message\": \"Employment history does not exist\"\n        },\n        \"mobileData\": {\n            \"personal_information\": {\n                \"full_name\": \"XXXX XXXX XXXXX\",\n                \"gender\": \"Male\",\n                \"age\": \"34\",\n                \"date_of_birth\": \"07/12/1990\"\n            },\n            \"alternate_phone\": [\n                \"904017XXXX\",\n                \"6752234XXXX\",\n                \"993795XXXX\",\n                \"0114124XXXX\",\n                \"700155XXXX\"\n            ],\n            \"email\": [\n                \"R*H*LCH*ND*KA@GMAIL.COM\"\n            ],\n            \"address\": [\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGANNATH TEMPLE PURI  NEAR JAGANNATH TEMPLE\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752001\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"30/11/2024\"\n                },\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGANNATH TEMPLE PURI  NEAR JAGANNATH TEMPLE\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752001\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"31/10/2024\"\n                },\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GROUND ROAD  PURI PURI STATION ROAD  NEAR JAGANNAM TEMPLE\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752011\",\n                    \"type\": \"Permanent\",\n                    \"date_of_reporting\": \"12/08/2024\"\n                },\n                {\n                    \"detailed_address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGAN NATH TEMPLE PURI -\",\n                    \"state\": \"OR\",\n                    \"pincode\": \"752002\",\n                    \"type\": \"Primary\",\n                    \"date_of_reporting\": \"12/08/2024\"\n                },\n                {\n                    \"detailed_address\": \"F*R* S*H*OL OF MANAGEMENT B 18 QUTUB INS TITUTIONAL AREA NEW DELHI  NEAR METRO ST  ATION\",\n                    \"state\": \"DL\",\n                    \"pincode\": \"110016\",\n                    \"type\": \"Office\",\n                    \"date_of_reporting\": \"12/08/2024\"\n                }\n            ],\n            \"document_data\": {\n                \"pan\": [\n                    \"A*X*C727*Q\"\n                ],\n                \"voter_id\": [],\n                \"passport\": [\n                    \"J*017*28\"\n                ],\n                \"aadhaar\": [],\n                \"ration_card\": [],\n                \"driving_license\": []\n            }\n        },\n        \"panResponse\": {\n            \"code\": 200,\n            \"pan\": \"A*XPC*27*Q\",\n            \"maskedAadhaar\": \"XXXXXXXX7805\",\n            \"lastFourDigit\": \"7805\",\n            \"typeOfHolder\": \"Individual or Person\",\n            \"name\": \"XXXXX KUMAR XXXXXX\",\n            \"firstName\": \"XXXXX\",\n            \"middleName\": \"KUMAR\",\n            \"lastName\": \"XXXXXX\",\n            \"gender\": \"M\",\n            \"dob\": \"07/12/1990\",\n            \"address\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"INDIA\",\n            \"pincode\": \"\",\n            \"mobile_no\": null,\n            \"email\": null,\n            \"isValid\": true,\n            \"aadhaarSeedingStatus\": true,\n            \"tax\": true\n        },\n        \"addressIntelligence\": {\n            \"addressProfile\": [\n                {\n                    \"address\": \"MA*AB*R BAST*AL*YA GROUND ROAD  PURI PURI STATION ROAD  NEAR JAGANNAM TEMPLE, OR, 752011\",\n                    \"type\": \"Permanent\",\n                    \"dateOfReporting\": \"12/08/2024\",\n                    \"addressNormalization\": {\n                        \"country\": \"india\",\n                        \"state\": \"odisha\",\n                        \"city\": \"puri\",\n                        \"locality\": \"jagannath temple\",\n                        \"entity_information\": {\n                            \"landmark_name\": [\n                                \"jagannam temple\"\n                            ]\n                        },\n                        \"pincode\": 752001\n                    },\n                    \"addressInsight\": {\n                        \"address_validity\": \"Incomplete\",\n                        \"address_type\": {\n                            \"type\": \"POI\",\n                            \"sub_type\": \"public_utilities\"\n                        },\n                        \"address_metadata\": {\n                            \"rooftop_confirmed\": false,\n                            \"is_rural\": false,\n                            \"landmark_confirmed\": true,\n                            \"state_confirmed\": false,\n                            \"city_confirmed\": false,\n                            \"pin_confirmed\": true,\n                            \"pin_state_mismatched\": false,\n                            \"pin_city_mismatched\": false,\n                            \"multiple_city_present\": false,\n                            \"is_localizable\": true\n                        },\n                        \"address_attributes\": {}\n                    },\n                    \"latitude\": 19.806674,\n                    \"longitude\": 85.835636,\n                    \"confidenceRadius\": 300\n                },\n                {\n                    \"address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGAN NATH TEMPLE PURI -, OR, 752002\",\n                    \"type\": \"Primary\",\n                    \"dateOfReporting\": \"12/08/2024\",\n                    \"addressNormalization\": {\n                        \"country\": \"india\",\n                        \"state\": \"odisha\",\n                        \"city\": \"puri\",\n                        \"locality\": \"jagannath temple\",\n                        \"entity_information\": {\n                            \"landmark_name\": [\n                                \"jagan nath\"\n                            ]\n                        },\n                        \"pincode\": 752002\n                    },\n                    \"addressInsight\": {\n                        \"address_validity\": \"Incomplete\",\n                        \"address_type\": {\n                            \"type\": \"non_identifiable\",\n                            \"sub_type\": \"non_identifiable\"\n                        },\n                        \"address_metadata\": {\n                            \"rooftop_confirmed\": false,\n                            \"is_rural\": false,\n                            \"landmark_confirmed\": true,\n                            \"state_confirmed\": false,\n                            \"city_confirmed\": false,\n                            \"pin_confirmed\": true,\n                            \"pin_state_mismatched\": false,\n                            \"pin_city_mismatched\": false,\n                            \"multiple_city_present\": false,\n                            \"is_localizable\": false\n                        },\n                        \"address_attributes\": {}\n                    },\n                    \"latitude\": 19.811665,\n                    \"longitude\": 85.823695,\n                    \"confidenceRadius\": 550\n                },\n                {\n                    \"address\": \"F*R* S*H*OL OF MANAGEMENT B 18 QUTUB INS TITUTIONAL AREA NEW DELHI  NEAR METRO ST  ATION, DL, 110016\",\n                    \"type\": \"Office\",\n                    \"dateOfReporting\": \"12/08/2024\",\n                    \"addressNormalization\": {\n                        \"country\": \"india\",\n                        \"state\": \"delhi\",\n                        \"city\": \"delhi\",\n                        \"locality\": \"qutab insitutional area\",\n                        \"entity_information\": {\n                            \"landmark_name\": [\n                                \"metro st\"\n                            ],\n                            \"door_information\": \"b 18\"\n                        },\n                        \"pincode\": 110016\n                    },\n                    \"addressInsight\": {\n                        \"address_validity\": \"Incomplete\",\n                        \"address_type\": {\n                            \"type\": \"POI\",\n                            \"sub_type\": \"institutional\"\n                        },\n                        \"address_metadata\": {\n                            \"rooftop_confirmed\": true,\n                            \"is_rural\": false,\n                            \"landmark_confirmed\": true,\n                            \"state_confirmed\": true,\n                            \"city_confirmed\": false,\n                            \"pin_confirmed\": true,\n                            \"pin_state_mismatched\": false,\n                            \"pin_city_mismatched\": false,\n                            \"multiple_city_present\": false,\n                            \"is_localizable\": true\n                        },\n                        \"address_attributes\": {}\n                    },\n                    \"latitude\": 28.538275,\n                    \"longitude\": 77.185843,\n                    \"confidenceRadius\": 300\n                }\n            ]\n        },\n        \"uanProfileLookUp\": {\n            \"code\": 400,\n            \"message\": \"Source down\",\n            \"reason\": {}\n        },\n        \"neuralInsights\": {\n            \"nameMatch\": {\n                \"nameMatchSummary\": [\n                    {\n                        \"name\": \"XXXX KUMAR XXXXXX\",\n                        \"id\": \"BUREAU\",\n                        \"nameMatchPercentage\": \"N/A\"\n                    },\n                    {\n                        \"name\": \"XXXX KUMAR XXXXXX\",\n                        \"id\": \"PAN\",\n                        \"nameMatchPercentage\": 100\n                    },\n                    {\n                        \"name\": \"XXXX KUMAR XXXXXX\",\n                        \"id\": \"UPI\",\n                        \"nameMatchPercentage\": 100\n                    }\n                ],\n                \"riskTier\": {\n                    \"value\": \"LOW_RISK\",\n                    \"labelText\": \"All Names Match\"\n                }\n            },\n            \"contactDetails\": {\n                \"mobileInfo\": [\n                    \"9040177630\",\n                    \"904017XXXX\",\n                    \"6752234XXXX\",\n                    \"993795XXXX\",\n                    \"0114124XXXX\",\n                    \"700155XXXX\"\n                ],\n                \"emailInfo\": [\n                    \"R*H*LCH*ND*KA@GMAIL.COM\"\n                ],\n                \"addressInfo\": [\n                    {\n                        \"address\": \"MA*AB*R BAST*AL*YA GROUND ROAD  PURI PURI STATION ROAD  NEAR JAGANNAM TEMPLE, OR, 752011\",\n                        \"type\": \"Permanent\",\n                        \"dateOfReporting\": \"12/08/2024\"\n                    },\n                    {\n                        \"address\": \"MA*AB*R BAST*AL*YA GRAND ROAD  NEAR JAGAN NATH TEMPLE PURI -, OR, 752002\",\n                        \"type\": \"Primary\",\n                        \"dateOfReporting\": \"12/08/2024\"\n                    },\n                    {\n                        \"address\": \"F*R* S*H*OL OF MANAGEMENT B 18 QUTUB INS TITUTIONAL AREA NEW DELHI  NEAR METRO ST  ATION, DL, 110016\",\n                        \"type\": \"Office\",\n                        \"dateOfReporting\": \"12/08/2024\"\n                    }\n                ]\n            },\n            \"companyRiskTier\": null,\n            \"aadhaarPanLinked\": {\n                \"aadhaarSeedingStatus\": true,\n                \"maskedAadhaar\": \"XXXXXXXX7805\",\n                \"riskTier\": {\n                    \"value\": \"LOW_RISK\",\n                    \"labelText\": \"Aadhaar Pan Linked\"\n                }\n            }\n        }\n    },\n    \"applicationId\": \"d775e1bd-9992-40fc-9edb-483bd541b139\",\n    \"status\": \"SUCCESS\"\n}"},{"id":"7924fec5-e895-45f9-8a68-d030f64d2651","name":"FAILED","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"endUserId\": \"Dashboard-realtime-KYC\",\n    \"response\": {\n        \"mobileToName\": null,\n        \"employmentHistory\": null,\n        \"mobileData\": null,\n        \"panResponse\": null,\n        \"addressIntelligence\": null,\n        \"uanProfileLookUp\": null,\n        \"neuralInsights\": null\n    },\n    \"applicationId\": \"28575df4-12be-4938-b109-f55e2bfdf9ca\",\n    \"status\": \"FAILED\"\n}"},{"id":"cfe43d44-f302-4dd6-9be0-4b992e9679cb","name":"Internal Error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"error\"\n}"},{"id":"3381ce9f-7e80-4b3e-b703-7b80bcdad45c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Forbidden\",\n    \"message\": \"Invalid x-api-key in header or api key does not belong to the user\",\n    \"status\": 403,\n    \"timestamp\": 1699270746839\n}"},{"id":"cdf7d474-d765-40a1-b72b-f90759823923","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{host}}/aphrodite/external/v1/async/kyc-neural/status?jobId={{jobId}}","host":["{{host}}"],"path":["aphrodite","external","v1","async","kyc-neural","status"],"query":[{"key":"jobId","value":"{{jobId}}"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": {\n        \"message\": \"Tartan credit quota exhausted exception\"\n    }\n}"}],"_postman_id":"f3dcf7d6-5996-48e2-af39-7bd1ef7135c0"}],"id":"1cd154a4-9527-47cd-9a91-1d795d872abe","_postman_id":"1cd154a4-9527-47cd-9a91-1d795d872abe","description":""}],"id":"8426452c-a781-4a17-9b89-46b21724bcb5","description":"<p>The <strong>KYC Neural Web</strong> API category streamlines the process of Know Your Customer (KYC) verification by utilizing advanced neural network algorithms. These APIs are designed to enhance the accuracy, speed, and reliability of identity verification processes for both corporate and individual entities.</p>\n","_postman_id":"8426452c-a781-4a17-9b89-46b21724bcb5"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c92f2cb8-7517-438e-af35-c2df2fee00e3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"11d91a8f-9733-4b87-9d83-29529bace63f"}}]}