{"info":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","description":"<html><head></head><body><p>IDfy's Background Verification API solution is a set of APIs that can be used to initiate and get results of background verification on candidates - employees / delivery partners / contract workers etc... depending on the business use case of your company.</p>\n<p>This documentation will help you understand:</p>\n<ul>\n<li>Setting up your account for API usecase</li>\n<li>IDfy's API Solutions</li>\n<li>What you need to get started?</li>\n<li>Detailed documentation of each API</li>\n</ul>\n<h2 id=\"setting-up-your-account\">Setting up your account</h2>\n<p>To run our APIs, you need an <code>api-key</code> and an <code>account-id</code>. If you don’t have these yet, please get in touch with your SPOC at IDfy for us to create an account for you. Once your account is created, you can start testing and using our APIs in 3 simple steps:</p>\n<ul>\n<li>Click the <strong>Run in Postman</strong> button on the top right</li>\n<li>Add your <code>apikey</code> and <code>company_id</code> in the headers and api payload section.</li>\n<li>Navigate to the API you want to test, check out its documentation and hit SEND.</li>\n</ul>\n<h2 id=\"idfys-bgv-api-solutions\">IDfy's BGV API Solutions</h2>\n<p>IDfy provides two API integration flows for background verification process:</p>\n<h4 id=\"1-profile-creation\">1. Profile Creation</h4>\n<p>This is when you or your partnered HRMS/ATS/OnboardingTool is collecting the information form the candidates and you need to push the information to IDfy to start the BGV.</p>\n<img src=\"https://i.postimg.cc/gcNBqpPQ/BGV-Flows-Profiles-API-Docs-drawio.png\">\n\n<h4 id=\"2-profile-invite\">2. Profile Invite</h4>\n<p>This is when you or your partnered HRMS/ATS/OnboardingTool is not collecting the information from the candidate and you want IDfy to collect the information required for BGV.</p>\n<img src=\"https://i.postimg.cc/4yLLJ65s/BGV-Flows-Invite-API-Docs-drawio.png\">\n\n<h2 id=\"getting-started-with-api\">Getting Started with API</h2>\n<p>To get started, you will need 3 details from IDfy:</p>\n<ol>\n<li><strong>company_id</strong>: This is your company identifer for testing. Will be provided by IDfy team and sent as <code>company_id</code> in request body of payload.</li>\n<li><strong>apikey</strong>: This is a passkey. It will be provided by IDfy team and sent as <code>apikey</code> in request headers.</li>\n</ol>\n<p>Note: Accepted file formats for all the documents we accept are image, word, excel or pdf.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17769389","collectionId":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","publishedId":"UVREmQyR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-03T12:14:16.000Z"},"item":[{"name":"Profile Creation Flow V2","item":[{"name":"API","item":[{"name":"Profile Create","id":"c62d01d0-2c30-4f0c-a3b8-0f0da4310858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{api-key}}","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"ba688d35-1d29-4ade-847d-a913315fd07c\",\n    \"profile_data\": {\n        \"name\": \"John Doe\",\n        \"email\": \"john@doe.com\",\n        \"phone\": \"9898989898\",\n        \"fathers_name\":\"Jack Doe\",\n        \"company_id\": \"b7b88179-d8f7-4884-b3d7-c9d63ecdc2fe\",\n        \"date_of_birth\":\"31-01-1992\",\n        \"apackage_public_id\": \"b16e6c83-048e-4a42-ae50-bfe914e18653\",\n        \"band\": \"B2\",\n        \"employee_id\": \"11280401\",\n        \"doc_urls\" : [  \n            { \n                \"label\": \"loa\",\n                \"url\": \"public url of pdf to be added here\"\n            }\n        ]\n    },\n    \"tasks\": [\n        {\n            \"type\": \"address_verification\",\n            \"task_id\": \"c8946770-667e-4093-835e-44328533916c\",\n            \"data\": {\n                \"address_type\": \"Permanent\",\n                \"street_address\": \"13-B Gulmohar Society\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"country\": \"India\",\n                \"pin\": \"400054  \",\n                \"landmark\": \"Juhu Circle\",\n                \"residence_type\": \"own\",\n                \"period_of_stay_from\": \"23-03-1993\",\n                \"period_of_stay_to\": \"24-08-2018\",\n                \"landline_no\": \"9879877999\"\n            }\n        },\n        {\n            \"type\": \"pan_verification\",\n            \"task_id\": \"c8ac3757-f656-410a-bddd-369e4b2ddb81\",\n            \"data\": {\n                \"pan_number\": \"DEDPT1234A\",\n                \"pan_name\": \"John Doe\"\n            }\n        },\n        {\n            \"type\": \"voter_verification\",\n            \"task_id\": \"5bfbbeb2-fbe0-4ddc-ad5b-6385fbd32be8\",\n            \"data\": {\n                \"voter_name\": \"John Doe\",\n                \"voter_number\": \"ZMQ2696600\"\n            }\n        },\n        {\n            \"type\": \"court_record_verification\",\n            \"task_id\": \"0d0fa0b5-f0be-40a9-afa0-25726d6b0da5\",\n            \"data\": {\n                \"cr_dob\": \"13-12-1990\",\n                \"cr_fathers_name\": \"James Doe\",\n                \"cr_address_type\": \"Permanent\",\n                \"cr_address\": \"13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400054\"\n            }\n        },\n        {\n            \"type\": \"database_verification\",\n            \"task_id\": \"azef6578-c06e-3094-a4cd-d75ecaa3a6h2\",\n            \"data\": {\n                \"db_dob\": \"13-12-1990\",\n                \"db_fathers_name\": \"James Doe\",\n                \"db_address_type\": \"Permanent\",\n                \"db_address\": \"13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400054\"\n            }\n        },\n        {\n            \"type\": \"pcc_verification\",\n            \"task_id\": \"1230987677\",\n            \"data\": {\n                \"pcc_address_type\": \"Permanent\",\n                \"pcc_address\": \"Skyline Icon\",\n                \"pcc_city\": \"Mumbai\",\n                \"pcc_state\": \"Maharashtra\",\n                \"pcc_country\": \"India\",\n                \"pcc_pin\": \"400072\",\n                \"pcc_landmark\": \"kurla road\",\n                \"pcc_phone\": \"9999999999\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dc.idfy.com/v2/profiles","description":"<h2 id=\"submit-verification-requests\">Submit verification requests</h2>\n<p>You can submit a profile with a set of verification tasks by making a <code>POST</code> call to the endpoint <code>https://api.dc.idfy.com/v2/profiles</code></p>\n<p>Each profile will be unique for each candidate. You need to maintian and send a <code>group_id</code> for each candidate profile. This <code>group_id</code> will be uniquely linked to one candidate profile.</p>\n<p>You can submit multiple verification tasks (such as court_verification, employment_verification, etc.) for a single candidates (profile) in the same API request.</p>\n<p>While submitting a task, you must also compulsorily provide a unique <code>task_id</code> for each task. This <code>task_id</code> must be unique for all your tasks irrespective of profiles. <code>task_id</code> once sent cannot be used in the same or any other profile.</p>\n<p>This <code>task_id</code> will be used to asynchronously push the status back to specifically update status of that task mapped to <code>task_id</code>.</p>\n<p>In a candidate profile, you can append multiple tasks in multiple instances using different <code>task_id</code> under a single <code>group_id</code>. Note that you cannot use a previously sent <code>task_id</code> as it will thrown an error.</p>\n<h2 id=\"request-attributes\">Request attributes</h2>\n<h4 id=\"profile-object-attributes\">Profile Object Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the Candidate</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Yes</td>\n<td>Email ID of the candidate</td>\n<td><a href=\"https://mailto:john@doe.com\">john@doe.com</a></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Yes</td>\n<td>Phone Number of the candidate  <br />(10 digits format without country code)</td>\n<td>9898989898</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>string</td>\n<td>Yes</td>\n<td>Required for Court and Police verification. Required format is \"dd-mm-yyyy\" for all dates.</td>\n<td>13-12-1990</td>\n</tr>\n<tr>\n<td>fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Required for Court and Police verification</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique company ID. It is provided by IDfy</td>\n<td>5a9f6578-c06e-4212-a4cd-d75ecaa3a8a8</td>\n</tr>\n<tr>\n<td>package_public_id</td>\n<td>string</td>\n<td>No</td>\n<td>The ID of the package that needs to be applied to the profile. To be used if the billing is based on package; not alacarte.</td>\n<td>fbc11cd7-6c5a-4f6e-ad39-7d526622cda3</td>\n</tr>\n<tr>\n<td>employee_id</td>\n<td>string</td>\n<td>No</td>\n<td>Unique employee ID</td>\n<td>11280401</td>\n</tr>\n<tr>\n<td>band</td>\n<td>string</td>\n<td>No</td>\n<td>Band / Grade type of employee that needs to be applied to the profile</td>\n<td>B2</td>\n</tr>\n<tr>\n<td>tasks</td>\n<td>Array</td>\n<td>Yes</td>\n<td>Array of tasks requesting for verification [task_object1, task_object2]</td>\n<td>[ {\"type\":\"pan_verification\" , ... } , {\"type\":\"reference_verification\" , ... } ]</td>\n</tr>\n<tr>\n<td>doc_urls and put \"loa\" as label</td>\n<td>Array of one object</td>\n<td>Yes</td>\n<td>Candidate Letter of Authorization</td>\n<td>\"doc_urls\" : [  <br />{  <br />\"label\": \"loa\",  <br />\"url\": \"  <br />}  <br />public_url_of_loa ]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"task-object-attributes\">Task Object Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Requested task type. See table below for different task types</td>\n<td>reference_verification</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>uuid</td>\n<td>No</td>\n<td>A unique ID for grouping tasks (generally used to group tasks for a profile).</td>\n<td>Emp_1_BGVCheck</td>\n</tr>\n<tr>\n<td>task_id</td>\n<td>uuid</td>\n<td>Yes</td>\n<td>Each task has a unique ID that is used to identify it.</td>\n<td>Emp_1_address_verification</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object</td>\n<td>Yes</td>\n<td>Details for requested verification. It varies based on the Task Type. Refer <strong>Task Types</strong> tab to check data object required for each task type</td>\n<td>data_for_requested_card</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"task-types\">Task types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pan_verification</td>\n<td>Verifying Pan data</td>\n</tr>\n<tr>\n<td>driving_license_verification</td>\n<td>Verifying Driving License data</td>\n</tr>\n<tr>\n<td>voter_verification</td>\n<td>Verifying Voter data</td>\n</tr>\n<tr>\n<td>passport_verification</td>\n<td>Verifying Passport data</td>\n</tr>\n<tr>\n<td>experience_verification</td>\n<td>Verifying Experience data</td>\n</tr>\n<tr>\n<td>qualification_verification</td>\n<td>Verifying Qualification data</td>\n</tr>\n<tr>\n<td>address_verification</td>\n<td>Verifying Address data</td>\n</tr>\n<tr>\n<td>reference_verification</td>\n<td>Verifying Reference data</td>\n</tr>\n<tr>\n<td>court_record_verification</td>\n<td>Verifying Court Record data</td>\n</tr>\n<tr>\n<td>police_verification</td>\n<td>Verifying Police Record data</td>\n</tr>\n<tr>\n<td>database_verification</td>\n<td>Verifying Database data</td>\n</tr>\n<tr>\n<td>directorship</td>\n<td>Verifying Directorship data</td>\n</tr>\n<tr>\n<td>credit_history_verification</td>\n<td>Verifying Credit History data</td>\n</tr>\n<tr>\n<td>social_media_verification</td>\n<td>Verifying Social Media data</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","profiles"],"host":["api","dc","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"df3a4bca-0fb4-495b-bbd2-3ca28be7a4bf","name":"Create Profile Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"ba688d35-1d29-4ade-847d-a913315fd07c\",\n    \"profile_data\": {\n        \"name\": \"John Doe\",\n        \"email\": \"john@doe.com\",\n        \"phone\": \"9898989898\",\n        \"company_id\": \"5a9f6578-c06e-4212-a4cd-d75ecaa3a8a8\",\n        \"package_public_id\": \"fbc11cd7-6c5a-4f6e-ad39-7d526622cda3\",\n        \"fathers_name\":\"Jack Doe\",\n        \"date_of_birth\":\"31-01-1992\",\n        \"band\": \"B2\",\n        \"employee_id\": \"11280401\",\n        \"doc_urls\" : [  \n            { \n                \"label\": \"loa\",\n                \"url\": \"public_url_of_loa\"\n            }\n        ]\n    }\n    },\n    \"tasks\": [\n        {\n            \"type\": \"experience_verification\",\n            \"task_id\": \"6a9f6578-c06e-4313-a4cd-d75ecaa3a9d9\",\n            \"data\": {\n                \"name_of_organization\": \"Infosys\",\n                \"employee_id\": \"2312321\",\n                \"designation\": \"SDE\",\n                \"department\": \"Tech\",\n                \"date_of_joining\": \"23-05-2014\",\n                \"currently_working\": \"Yes\",\n                \"last_working_date\": \"27-06-2017\",\n                \"resigned\": \"No\",\n                \"organization_street_address\": \"4F Rushabh Chambers\",\n                \"organization_city\": \"Mumbai\",\n                \"organization_state\": \"Maharashtra\",\n                \"organization_country\": \"India\",\n                \"organization_pin_code\": \"400058\",\n                \"salary_type\": \"Monthly\",\n                \"salary\": \"25000\",\n                \"salary_currency\": \"INR\",\n                \"supervisor_name\": \"Tom Clarke\",\n                \"supervisor_designation\": \"Manager\",\n                \"supervisor_email\": \"manager@infosys.com\",\n                \"supervisor_phone\": \"9898989898\",\n                \"reason_for_leaving\": \"\",\n                \"doc_urls\": [\n                    {\n                        \"label\": \"Salary Slip\",\n                        \"url\": \"https://www.example.com/sal_slip.jpeg\"\n                    },\n                    {\n                        \"label\": \"Offer letter\",\n                        \"url\": \"https://www.example.com/offer_letter.jpeg\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"qualification_verification\",\n            \"task_id\": \"6a9f6578-c06e-4213-a4cd-d75ecaa3a9d0\",\n            \"data\": {\n                \"degree_name\": \"B.Tech\",\n                \"specialization_or_major\": \"Computer Science\",\n                \"institute\": \"IIT\",\n                \"certifying_authority\": \"IIT\",\n                \"roll_number\": \"25254\",\n                \"grade\": \"First\",\n                \"course_started_on\": \"12-12-2010\",\n                \"course_completed_on\": \"14-06-2014\",\n                \"institute_street_address\": \"abcd\",\n                \"institute_city\": \"Mumbai\",\n                \"institute_state\": \"Maharashtra\",\n                \"institute_country\": \"India\",\n                \"institute_pin_code\": \"466600\",\n                \"course_type\": \"Regular\",\n                \"doc_urls\": [\n                    {\n                        \"label\": \"Marksheet\",\n                        \"url\": \"https://www.example.com/mark_sheet1.jpeg\"\n                    },\n                    {\n                        \"label\": \"Degree Certificate\",\n                        \"url\": \"https://www.example.com/degree_certi1.jpeg\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"address_verification\",\n            \"task_id\": \"6a9f6578-c06e-5343-a4cd-d75ecaa3a7d9\",\n            \"data\": {\n                \"address_type\": \"Permanent\",\n                \"street_address\": \"303 A dawd\",\n                \"city\": \"Mumbai\",\n                \"state\": \"Maharashtra\",\n                \"country\": \"India\",\n                \"pin\": \"400660\",\n                \"landmark\": \"Nat park\",\n                \"residence_type\": \"own\",\n                \"period_of_stay_from\": \"23-03-1993\",\n                \"period_of_stay_to\": \"24-08-2016\",\n                \"landline_no\": \"9879877999\"\n            }\n        },\n        {\n            \"type\": \"reference_verification\",\n            \"task_id\": \"6a9f6578-c06e-4940-a4cd-d75ecaa3a0d5\",\n            \"data\": {\n                \"name_of_referee\": \"Ravi Kumar\",\n                \"relationship_with_candidate\": \"Supervisor\",\n                \"referee_organization\": \"Infosys\",\n                \"referee_designation\": \"Supervisor\",\n                \"referee_contact_number\": \"9898989887\",\n                \"referee_email_address\": \"refer@infosys.com\"\n            }\n        },\n        {\n            \"type\": \"pan_verification\",\n            \"task_id\": \"6a9f6578-c06e-6713-a4cd-d75ecaa3a3d4\",\n            \"data\": {\n                \"pan_number\": \"123456789123\",\n                \"pan_name\": \"ABC\"\n            }\n        },\n        {\n            \"type\": \"passport_verification\",\n            \"task_id\": \"6a9f6578-c06e-1209-a4cd-d75ecaa3a2d4\",\n            \"data\": {\n                \"passport_no\": \"1234567890\",\n                \"passport_name\": \"XYZ\",\n                \"passport_doe\": \"1991-03-31\",\n                \"passport_issuing_country\": \"India\",\n                \"doc_urls\": [\n                    {\n                        \"label\": \"First page of passport\",\n                        \"url\": \"https://www.example.com/passport_front.jpeg\"\n                    },\n                    {\n                        \"label\": \"Last page of passport\",\n                        \"url\": \"https://www.example.com/passport_back.jpeg\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"voter_verification\",\n            \"task_id\": \"6a9f6578-c06e-4355-a4cd-d75ecaa3a4g9\",\n            \"data\": {\n                \"voter_name\": \"John Doe\",\n                \"voter_number\": \"FB272DE\"\n            }\n        },\n        {\n            \"type\": \"court_record_verification\",\n            \"task_id\": \"6a9f6578-c06e-2305-a4cd-d75ecaa3a7h3\",\n            \"data\": {\n                \"cr_dob\": \"13-30-1990\",\n                \"cr_fathers_name\": \"Don\",\n                \"cr_husband_name\": \"David\",\n                \"cr_address_type\": \"Permanent\",\n                \"cr_address\": \"303 A, dawd, Mumbai, Maharashtra, India, 400660\"\n            }\n        },\n        {\n            \"type\": \"database_verification\",\n            \"task_id\": \"6a9f6578-c06e-3094-a4cd-d75ecaa3a6h2\",\n            \"data\": {\n                \"db_dob\": \"13-30-1990\",\n                \"db_fathers_name\": \"Don\",\n                \"db_address_type\": \"Permanent\",\n                \"db_address\": \"303 A, dawd, Mumbai, Maharashtra, India, 400660\"\n            }\n        },\n        {\n            \"type\": \"pcc\",\n            \"task_id\": \"9a9f6578-c06e-3094-a4cd-d75ecaa3b6h2\",\n            \"data\": {\n                \"name\": \"John Doe\",\n                \"phone\": \"9821456676\",\n                \"region\": \"thane_city\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dc.idfy.com/v2/profiles"},"status":"Accepted","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n        request_id: \"4f99-asd-4f99-fT1234-qwer2\",\n        error: \"\"\n}"}],"_postman_id":"c62d01d0-2c30-4f0c-a3b8-0f0da4310858"},{"name":"Request ID - Profile Create","id":"2d82ace9-248d-4da1-aab9-74f3401b1fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"{{api-key}}","type":"text"}],"url":"https://api.dc.idfy.com/v2/profiles?request_id={{request_id}}","description":"<h2 id=\"webhook---profile-creation-status\">Webhook - Profile creation status</h2>\n<img src=\"https://content.pstmn.io/b71981fa-db90-4d70-9198-2fcc491b8d10/MSBpZGZ5IGFwaSBmbG93IGNoYXJ0LmRyYXdpby5wbmc=\" alt=\"Flow%20design%20end%20to%20end%20for%203%20states%20after%20POST\" height=\"567\" width=\"758\" />\n\n<p>Since the IDfy's Profile Creation Flow operate in an asynchronous manner, you can pre-register a webhook URL with us. Whenever a profile creation request (<code>POST</code> request) is submitted, the status (successful/error) will be sent to the registered webhook.</p>\n<h4 id=\"success\">Success</h4>\n<p>On successful profile creation (<code>POST</code> request), the JSON body for webhook will be the same as the <code>GET</code> response. Please refer the Profile Examples Tab to view the JSON body.</p>\n<h4 id=\"error\">Error</h4>\n<p>In case of profile creation (<code>POST</code> request) failure, the JSON body will contain the <code>request_ID</code> and the error message. Example JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"request_id\": \"abcnmam-asdad-dpakmadl-asdmk\",\n\"error\":\"Tasks with the same task ids already exist - [snfnskj-sdsdnc06e-1s01-a4csdnd-d75ecsfmwa3a2d4, snfsl-c0sdfkm6e-23b5-jsfk-d75ecskfnaa3a7h3]\"\n}\n\n</code></pre>\n<p>More error message examples:</p>\n<ul>\n<li><p>First name can't be blank. Last name can't be blank.</p>\n</li>\n<li><p>Date of birth is mandatory for court record check.</p>\n</li>\n<li><p>PAN document link is not valid.</p>\n</li>\n</ul>\n<h4 id=\"processing\">Processing</h4>\n<p>In case of profile creation (<code>POST</code> request) still processing state, the JSON body will contain the <code>request_ID</code> and the <em>specific</em> error message. Example JSON body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"request_id\": \"abcnmam-asdad-dpakmadl-asdmk\",\n\"error\":\"Your request in progress\"\n}\n\n</code></pre>\n<h2 id=\"profile-states\">Profile States</h2>\n<img src=\"https://i.postimg.cc/nL66XfbW/BGV-Profile-States-drawio.png\" />\n\n<h2 id=\"webhook---task-and-profile-completion\">Webhook - Task and profile completion</h2>\n<p>We support 2 types of webhooks:</p>\n<ol>\n<li><p>Profile completion callback</p>\n</li>\n<li><p>Task completion callback</p>\n</li>\n</ol>\n<p>Both, for now will be configured on the same webhook URL.</p>\n<p>You can pre-register a webhook URL with us. Whenever a task is completed, or the complete profile verification is completed, we would <code>POST</code> the result on this webhook</p>\n<p>The JSON body for webhook will be the same as the <code>GET</code> response. The webhook can only support <strong>basic authentication with username and password</strong>. Please refer the Profile Examples Tab to view the JSON body.</p>\n<p>Subsequent GET or webhook calls can include following information -</p>\n<ul>\n<li><p>Profile Status</p>\n</li>\n<li><p>Task Status (red, amber, etc.)</p>\n</li>\n<li><p>Created At</p>\n</li>\n<li><p>Completed At</p>\n</li>\n<li><p>Reason (for insuff, grey, red, amber cases)</p>\n</li>\n<li><p>TAT</p>\n</li>\n<li><p>Report (once all tasks in profile are BGV completed)</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"group_id\": \"Group_id62359\",\n    \"profile_data\": {\n        \"company_id\": \"123456-070f-4d91-abf0-6eb8203880fa\",    \n        \"status\": \"green\",\n        \"request_id\": \"4a2bc27d-231d-48c7-9685-697a0edcd4fb\",\n        \"created_at\": \"2024-03-28T11:02:24+05:30\",\n        \"completed_at\": \"2024-03-28T11:38:54+05:30\",\n        \"tat\": 1      \n    },\n    \"tasks\": [\n        {\n            \"type\": \"credit_history_verification\",\n            \"task_id\": \"5c3e3af5-e6fb-47d8-b741-5d8d67df88d547584\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:03:45+05:30\",\n            \"completed_at\": \"2024-03-28T11:17:07+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"qualification_verification\",\n            \"task_id\": \"5c3e3af5-e6fb-47d8-b741-5d8d67df88d5\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:22:16+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"experience_verification\",\n            \"task_id\": \"e7831c31-5457-43d0-9194-0db028617a12\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:23:32+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"address_verification\",\n            \"task_id\": \"c59ee41f-ed3d-4db7-a42e-7a01958f5584\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:25:13+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"police_verification\",\n            \"task_id\": \"f36c545b-bf72-47e6-8faa-a7a530c6305d\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:30:57+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"reference_verification\",\n            \"task_id\": \"821e9121-6e42-4cf4-b5c2-cb44d396e513\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:38:49+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        }\n    ],\n    \"pdf_report\": \"https://idfy.com/pdf/sample.pdf\"\n}\n\n</code></pre>\n<h3 id=\"applicable-statuses-and-trigger-points\">Applicable Statuses and Trigger Points</h3>\n<ol>\n<li><p>awaiting_input</p>\n</li>\n<li><p>in_progress</p>\n</li>\n<li><p>insufficiency</p>\n</li>\n<li><p>red</p>\n</li>\n<li><p>amber</p>\n</li>\n<li><p>green</p>\n</li>\n<li><p>grey</p>\n</li>\n<li><p>red(interim)</p>\n</li>\n<li><p>amber(interim)</p>\n</li>\n<li><p>canceled</p>\n</li>\n</ol>\n<p>Such statuses are triggered real time as and when updates happen in IDfy BGV system.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","profiles"],"host":["api","dc","idfy","com"],"query":[{"key":"request_id","value":"{{request_id}}"}],"variable":[]}},"response":[{"id":"3c653acb-51e0-4d20-a5f7-496c4e6fe70c","name":"GET Request ID - Profile Create","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"{{api-key}}","type":"text"}],"url":{"raw":"https://api.dc.idfy.com/v2/profiles?request_id={{request_id}}","protocol":"https","host":["api","dc","idfy","com"],"path":["v2","profiles"],"query":[{"key":"request_id","value":"{{request_id}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"group_id\": \"Group_id62359\",\n    \"profile_data\": {\n        \"company_id\": \"123456-070f-4d91-abf0-6eb8203880fa\",    \n        \"status\": \"green\",\n        \"request_id\": \"4a2bc27d-231d-48c7-9685-697a0edcd4fb\",\n        \"created_at\": \"2024-03-28T11:02:24+05:30\",\n        \"completed_at\": \"2024-03-28T11:38:54+05:30\",\n        \"tat\": 1      \n    },\n    \"tasks\": [\n        {\n            \"type\": \"credit_history_verification\",\n            \"task_id\": \"5c3e3af5-e6fb-47d8-b741-5d8d67df88d547584\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:03:45+05:30\",\n            \"completed_at\": \"2024-03-28T11:17:07+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"qualification_verification\",\n            \"task_id\": \"5c3e3af5-e6fb-47d8-b741-5d8d67df88d5\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:22:16+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"experience_verification\",\n            \"task_id\": \"e7831c31-5457-43d0-9194-0db028617a12\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:23:32+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"address_verification\",\n            \"task_id\": \"c59ee41f-ed3d-4db7-a42e-7a01958f5584\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:25:13+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"police_verification\",\n            \"task_id\": \"f36c545b-bf72-47e6-8faa-a7a530c6305d\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:30:57+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        },\n        {\n            \"type\": \"reference_verification\",\n            \"task_id\": \"821e9121-6e42-4cf4-b5c2-cb44d396e513\",\n            \"status\": \"green\",\n            \"created_at\": \"2024-03-28T11:02:24+05:30\",\n            \"completed_at\": \"2024-03-28T11:38:49+05:30\",\n            \"tat\": 1,\n            \"reason\": \"\"\n        }\n    ],\n    \"pdf_report\": \"https://idfy.com/pdf/sample.pdf\"\n}"}],"_postman_id":"2d82ace9-248d-4da1-aab9-74f3401b1fc7"}],"id":"6cf26b5c-e081-4cbd-bce7-b381af3a56d3","description":"<p>This section talks about two APIs that are used to push data to IDfy (like candidate details) via POST call, and pull data from IDfy (like task status, or profile report) via GET call or configuring your webhook.</p>\n","_postman_id":"6cf26b5c-e081-4cbd-bce7-b381af3a56d3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"Profile Updation","item":[],"id":"86669739-32c9-44b3-9756-7a97917d4a59","description":"<h6 id=\"add-verification-tasks-to-a-profile\">Add verification tasks to a Profile</h6>\n<p>We directly do not support the HTTP PUT method, but one of our Task Object attirbute, the Group Id can be exploited to serve a similar function</p>\n<ul>\n<li><p>Use same group_id for all tasks belonging to a particular profile</p>\n</li>\n<li><p>To add new verification tasks to an already exisiting profile, pass the same group_id with the new task.</p>\n</li>\n<li><p>Before making second API request to add new verification tasks to an already exisiting profile via previous API request, wait for the 'successful' webhook callback of previouly sent API request.</p>\n</li>\n<li><p>Please make there is a timelag of more than 1 minute between 2 POST requests for same group_id to avoid race conditions at IDfy end.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Case</th>\n<th>Group ID</th>\n<th>Task IDs</th>\n<th>Behavior</th>\n<th>Error</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Case 1</td>\n<td>new</td>\n<td>new</td>\n<td>profile and task created</td>\n<td></td>\n</tr>\n<tr>\n<td>Case 2</td>\n<td>new</td>\n<td>repeated</td>\n<td>profile created without task</td>\n<td>Task id already exists</td>\n</tr>\n<tr>\n<td>Case 3</td>\n<td>new</td>\n<td>new, repeated</td>\n<td>profile and new task created,repeated task not created</td>\n<td></td>\n</tr>\n<tr>\n<td>Case 4</td>\n<td>repeated</td>\n<td>new</td>\n<td>task created in exiting profile</td>\n<td></td>\n</tr>\n<tr>\n<td>Case 5</td>\n<td>repeated</td>\n<td>repeated</td>\n<td>profile not created, task not created</td>\n<td></td>\n</tr>\n<tr>\n<td>Case 6</td>\n<td>repeated</td>\n<td>new, repeated</td>\n<td>new task created in exiting profile, repeated tasks are not added</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"86669739-32c9-44b3-9756-7a97917d4a59","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"Task Types","item":[{"name":"pan_verification","item":[],"id":"2f1c9062-abf9-4bc4-9ed3-18bba6fa082b","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>pan_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Permanent Account Number</td>\n<td>DEDPT1234A</td>\n</tr>\n<tr>\n<td>pan_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>PAN Name</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Front side of PAN Card\", \"url\":\"<a href=\"https://www.example.com/pan_front.jpeg%22%7D%5D\">https://www.example.com/pan_front.jpeg\"}]</a></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"2f1c9062-abf9-4bc4-9ed3-18bba6fa082b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"driving_license_verification","item":[],"id":"d3cd6a77-e721-4b34-ba79-3c3347ed4649","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>driving_license_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Driving License Number</td>\n<td>ACFDF3454I</td>\n</tr>\n<tr>\n<td>driving_license_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name as on Driving License</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Yes</td>\n<td>State of issue</td>\n<td>Maharashtra</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of Birth</td>\n<td>01-01-1990</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Front of Driving license\", \"url\":\"<a href=\"https://www.example.com/dl_front.jpeg%22%7D\">https://www.example.com/dl_front.jpeg\"}</a>, {\"label\": \"Back of Driving License\", \"url\":\"[<a href=\"https://www.example.com/dl_back.jpeg%22%7D%5C%5D%5C%5D(https://www.example.com/dl_back.jpeg)\">https://www.example.com/dl_back.jpeg\"}\\]\\](https://www.example.com/dl_back.jpeg)</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d3cd6a77-e721-4b34-ba79-3c3347ed4649","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"voter_verification","item":[],"id":"2fc54eac-4e8b-489f-a0aa-ed03737a1ea3","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li><p>Data object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>voter_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Voter Number</td>\n<td>ZMQ2696600</td>\n</tr>\n<tr>\n<td>voter_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Voter Name</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Front side of Voter ID\", \"url\":\"[<a href=\"https://www.example.com/voter_front.jpeg%22%7D%5D%5D(https://www.example.com/voter_front.jpeg)\">https://www.example.com/voter_front.jpeg\"}]](https://www.example.com/voter_front.jpeg)</a></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"2fc54eac-4e8b-489f-a0aa-ed03737a1ea3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"aadhaar_verification","item":[],"id":"c2759c27-7bde-4162-ac94-35cb5c5a5187","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data Object</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>aadhaar_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Aadhaar Number</td>\n<td>XXXXXXXX0799</td>\n</tr>\n<tr>\n<td>aadhaar_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Full Name</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>aadhaar_yob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Year of Birth</td>\n<td>1998</td>\n</tr>\n<tr>\n<td>aadhaar_gender</td>\n<td>string</td>\n<td>Yes</td>\n<td>Male, Female, Other</td>\n<td>Male</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c2759c27-7bde-4162-ac94-35cb5c5a5187","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"uan_check_verification","item":[],"id":"84dccfbd-3859-4d55-ba52-8269ccb7dc95","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data Object / this is moonlighting check</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>uan_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Universal Account Number</td>\n<td>XXXXXXXX0799</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"84dccfbd-3859-4d55-ba52-8269ccb7dc95","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"passport_verification","item":[],"id":"0a5d2427-b3b1-456a-9828-4afd998f95c1","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>passport_no</td>\n<td>string</td>\n<td>Yes</td>\n<td>Passport Number</td>\n<td>DEDPT1234A</td>\n</tr>\n<tr>\n<td>passport_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Passport Name</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>passport_doe</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of Birth</td>\n<td>31-01-1992</td>\n</tr>\n<tr>\n<td>passport_issuing_country</td>\n<td>string</td>\n<td>Yes</td>\n<td>Issuing Country</td>\n<td>India</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Front Page of Passport\", \"url\":\"<a href=\"https://www.example.com/pass_frontpage.jpeg\">https://www.example.com/pass_frontpage.jpeg\"}</a>, {\"label\": \"Last Page of Passport\", \"url\":\"<a href=\"https://www.example.com/pass_lastpage.jpeg\">https://www.example.com/pass_lastpage.jpeg\"}]</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0a5d2427-b3b1-456a-9828-4afd998f95c1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"experience_verification","item":[],"id":"afaae16e-bfae-4585-afd5-d0763003549b","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data Object</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>name_of_organization</td>\n<td>string</td>\n<td>Yes</td>\n<td>Full Name of Organization</td>\n<td>Infosys</td>\n</tr>\n<tr>\n<td>employee_id</td>\n<td>string</td>\n<td>Yes</td>\n<td>Employee ID</td>\n<td>2312321</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>string</td>\n<td>Yes</td>\n<td>Employee's Designation</td>\n<td>Software Developer</td>\n</tr>\n<tr>\n<td>department</td>\n<td>string</td>\n<td>No</td>\n<td>Department</td>\n<td>Technology</td>\n</tr>\n<tr>\n<td>date_of_joining</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of Joining (format DD-MM-YYYY)</td>\n<td>27-06-2015</td>\n</tr>\n<tr>\n<td>currently_working</td>\n<td>string</td>\n<td>Yes</td>\n<td>Currently working here? [\"Yes\", \"No\"]</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>last_working_date</td>\n<td>string</td>\n<td>Yes</td>\n<td>Last Working Date (format DD-MM-YYYY) (If currently working is Yes, then you must share the expected last working date; in any case 'last_working_date' cannot be blank)</td>\n<td>27-06-2017</td>\n</tr>\n<tr>\n<td>resigned</td>\n<td>string</td>\n<td>No</td>\n<td>Have you resigned? [\"Yes\", \"No\"]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>organization_street_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Street address of organization</td>\n<td>85-C, Mittal Tower, Nariman Point</td>\n</tr>\n<tr>\n<td>organization_city</td>\n<td>string</td>\n<td>Yes</td>\n<td>city</td>\n<td>Mumbai</td>\n</tr>\n<tr>\n<td>organization_state</td>\n<td>string</td>\n<td>Yes</td>\n<td>state</td>\n<td>Maharashtra</td>\n</tr>\n<tr>\n<td>organization_country</td>\n<td>string</td>\n<td>Yes</td>\n<td>country</td>\n<td>India</td>\n</tr>\n<tr>\n<td>organization_pin_code</td>\n<td>string</td>\n<td>Yes</td>\n<td>pin code</td>\n<td>400021</td>\n</tr>\n<tr>\n<td>salary_type</td>\n<td>string</td>\n<td>No</td>\n<td>Salary Type [\"Per Annum\", \"Monthly\", \"Weekly\", \"Hourly\"]</td>\n<td>Monthly</td>\n</tr>\n<tr>\n<td>salary</td>\n<td>string</td>\n<td>No</td>\n<td>Salary (CTC) (Please enter only numbers)</td>\n<td>45000</td>\n</tr>\n<tr>\n<td>salary_currency</td>\n<td>string</td>\n<td>No</td>\n<td>Salary Currency [\"INR\", \"USD\", \"EUR\", \"AUD\", \"GBP\", \"JPY\", \"Other\"]</td>\n<td>INR</td>\n</tr>\n<tr>\n<td>supervisor_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of Immediate Supervisor</td>\n<td>Tom Clarke</td>\n</tr>\n<tr>\n<td>supervisor_designation</td>\n<td>string</td>\n<td>Yes</td>\n<td>Designation of Immediate Supervisor</td>\n<td>Manager</td>\n</tr>\n<tr>\n<td>supervisor_email</td>\n<td>string</td>\n<td>Yes</td>\n<td>Email Address of Immediate Supervisor</td>\n<td><a href=\"https://mailto:manager@infosys.com\">manager@infosys.com</a></td>\n</tr>\n<tr>\n<td>supervisor_phone</td>\n<td>string</td>\n<td>Yes</td>\n<td>Contact Number for Immediate Supervisor</td>\n<td>9898989899</td>\n</tr>\n<tr>\n<td>reason_for_leaving</td>\n<td>string</td>\n<td>No</td>\n<td>Reason(s) For Leaving</td>\n<td>NA</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No</td>\n<td>Array of labeled document URLs</td>\n<td></td>\n</tr>\n<tr>\n<td>skip_document</td>\n<td>string</td>\n<td>No</td>\n<td>Skip adding document [\"Yes\", \"No\"]</td>\n<td>[{\"label\": \"Salary Slip\", \"url\":\"<a href=\"https://www.example.com/sal_slip.jpeg%22%7D\">https://www.example.com/sal_slip.jpeg\"}</a>, {\"label\": \"Offer Letter\", \"url\":\"[<a href=\"https://www.example.com/offer_letter.jpeg%22%7D%5D%5D(https://www.example.com/offer_letter.jpeg%22%7D%5D)\">https://www.example.com/offer_letter.jpeg\"}]](https://www.example.com/offer_letter.jpeg%22%7D%5D)</a></td>\n</tr>\n<tr>\n<td>skip_document_reason</td>\n<td>string</td>\n<td>No</td>\n<td>Reason for not adding documents.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"afaae16e-bfae-4585-afd5-d0763003549b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"qualification_verification","item":[],"id":"5c60fe4d-f382-4587-89ea-2feb43c810be","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>degree_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Degree Name [\"Bachelors\", \"Masters\", \"10th\", \"12th\", \"Ph. D\", \"Post Doc\", \"Professional\", \"Diploma\", \"Certificate\"]</td>\n<td>B.Tech</td>\n</tr>\n<tr>\n<td>specialization_or_major</td>\n<td>string</td>\n<td>Yes</td>\n<td>Specialization / Major</td>\n<td>Computer Science</td>\n</tr>\n<tr>\n<td>institute</td>\n<td>string</td>\n<td>Yes</td>\n<td>Institute name</td>\n<td>IIT - Bombay</td>\n</tr>\n<tr>\n<td>certifying_authority</td>\n<td>string</td>\n<td>Yes</td>\n<td>Certifying Authority</td>\n<td>UGC</td>\n</tr>\n<tr>\n<td>roll_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Roll Number / Registration Number / Final Exam Seat Number</td>\n<td>25254</td>\n</tr>\n<tr>\n<td>grade</td>\n<td>string</td>\n<td>No</td>\n<td>Grade/CGPA/Percentage/Final Marks</td>\n<td>First Class</td>\n</tr>\n<tr>\n<td>course_started_on</td>\n<td>string</td>\n<td>No</td>\n<td>From</td>\n<td>12-08-2010</td>\n</tr>\n<tr>\n<td>course_completed_on</td>\n<td>string</td>\n<td>Yes</td>\n<td>Course Completed On</td>\n<td>14-06-2014</td>\n</tr>\n<tr>\n<td>institute_street_address</td>\n<td>string</td>\n<td>No</td>\n<td>street address of institute</td>\n<td>Main Gate Rd, IIT Area, Powai</td>\n</tr>\n<tr>\n<td>institute_city</td>\n<td>string</td>\n<td>No</td>\n<td>City</td>\n<td>Mumbai</td>\n</tr>\n<tr>\n<td>institute_state</td>\n<td>string</td>\n<td>No</td>\n<td>State</td>\n<td>Maharashtra</td>\n</tr>\n<tr>\n<td>institute_country</td>\n<td>string</td>\n<td>No</td>\n<td>Country</td>\n<td>India</td>\n</tr>\n<tr>\n<td>institute_pin_code</td>\n<td>string</td>\n<td>No</td>\n<td>Pin code</td>\n<td>400076</td>\n</tr>\n<tr>\n<td>course_type</td>\n<td>string</td>\n<td>No</td>\n<td>Course type [\"Regular\", \"Distance Education\"]</td>\n<td>Regular</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Marksheet\", \"url\":\"<a href=\"https://www.example.com/mark_sheet.jpeg\">https://www.example.com/mark_sheet.jpeg\"}</a>, {\"label\": \"Degree Certificate\", \"url\":\"[<a href=\"https://www.example.com/degree_certi.jpeg%22%7D%5D%5D(https://www.example.com/degree_certi.jpeg)\">https://www.example.com/degree_certi.jpeg\"}]](https://www.example.com/degree_certi.jpeg)</a></td>\n</tr>\n<tr>\n<td>skip_document</td>\n<td>string</td>\n<td>No</td>\n<td>Skip adding document [\"Yes\", \"No\"]</td>\n<td>No</td>\n</tr>\n<tr>\n<td>skip_document_reason</td>\n<td>string</td>\n<td>No</td>\n<td>Reason for not adding documents.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5c60fe4d-f382-4587-89ea-2feb43c810be","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"address_verification","item":[],"id":"987b4b7e-2ae7-4fa3-8730-b0cf8f1dd272","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>address_type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\", \"Past\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>street_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Street Address</td>\n<td>13-B Gulmohar Society, Juhu</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>Yes</td>\n<td>City</td>\n<td>Mumbai</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>Yes</td>\n<td>State</td>\n<td>Maharashtra</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Yes</td>\n<td>Country</td>\n<td>India</td>\n</tr>\n<tr>\n<td>pin</td>\n<td>string</td>\n<td>Yes</td>\n<td>Pin code</td>\n<td>400054</td>\n</tr>\n<tr>\n<td>landmark</td>\n<td>string</td>\n<td>No</td>\n<td>Landmark</td>\n<td>Juhu Circle</td>\n</tr>\n<tr>\n<td>residence_type</td>\n<td>string</td>\n<td>No</td>\n<td>Residence Type, ex: [\"own\", \"rented\", \"other\"]</td>\n<td>own</td>\n</tr>\n<tr>\n<td>period_of_stay_from</td>\n<td>string</td>\n<td>No</td>\n<td>Period of Stay From Date (format DD-MM-YYYY)</td>\n<td>23-03-1993</td>\n</tr>\n<tr>\n<td>period_of_stay_to</td>\n<td>string</td>\n<td>No</td>\n<td>Period of Stay To Date (format DD-MM-YYYY)</td>\n<td>24-08-2018</td>\n</tr>\n<tr>\n<td>landline_no</td>\n<td>string</td>\n<td>Yes</td>\n<td>Landline Number  <br />(10 digits only format)</td>\n<td>9898989898</td>\n</tr>\n<tr>\n<td>referee</td>\n<td>string</td>\n<td>No</td>\n<td>Name and relationship of referee with candidate</td>\n<td>Josh Joy, Friend</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No (required for past addressess)</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Address Proof 1\", \"url\":\"<a href=\"https://www.example.com/electricty_bill.jpeg%22%7D\">https://www.example.com/electricty_bill.jpeg\"}</a>, {\"label\": \"Address Proof 2\", \"url\":\"<a href=\"https://www.example.com/dl_back.jpeg%22%7D%5C%5D\">https://www.example.com/dl_back.jpeg\"}\\]</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"987b4b7e-2ae7-4fa3-8730-b0cf8f1dd272","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"reference_verification","item":[],"id":"4582180a-6d3f-4800-9879-372ad5190388","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>name_of_referee</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of Referee</td>\n<td>Tom Clarke</td>\n</tr>\n<tr>\n<td>relationship_with_candidate</td>\n<td>string</td>\n<td>Yes</td>\n<td>Relationship with Candidate</td>\n<td>Manager</td>\n</tr>\n<tr>\n<td>referee_organization</td>\n<td>string</td>\n<td>No</td>\n<td>Current Organization of Referee</td>\n<td>Infosys</td>\n</tr>\n<tr>\n<td>referee_designation</td>\n<td>string</td>\n<td>No</td>\n<td>Current Designation of Referee</td>\n<td>Vice President</td>\n</tr>\n<tr>\n<td>referee_contact_number</td>\n<td>string</td>\n<td>Yes</td>\n<td>Contact Number of Referee</td>\n<td>9898989899</td>\n</tr>\n<tr>\n<td>referee_email_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Email Address of Referee</td>\n<td><a href=\"mailto:vp@infosys.com\">vp@infosys.com</a></td>\n</tr>\n<tr>\n<td>candidate_organization_same_as_referee</td>\n<td>string</td>\n<td>Yes</td>\n<td>Is the candidate currently employed with the organization where the referee works</td>\n<td>No</td>\n</tr>\n<tr>\n<td>referee_reporting_manager</td>\n<td>string</td>\n<td>Yes</td>\n<td>Is the the referee candidate's reporting manager?</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"4582180a-6d3f-4800-9879-372ad5190388","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"court_record_verification","item":[],"id":"3e2d03d2-56d1-42f5-9871-078622f79b60","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>cr_dob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of birth</td>\n<td>13-12-1990</td>\n</tr>\n<tr>\n<td>cr_fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Father's Name</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>cr_husband_name</td>\n<td>string</td>\n<td>No</td>\n<td>Husband's Name (if applicable)</td>\n<td></td>\n</tr>\n<tr>\n<td>cr_address_type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\", \"Past\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>cr_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Complete Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400054</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"3e2d03d2-56d1-42f5-9871-078622f79b60","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"efir_verification","item":[],"id":"b8c9c79a-3c1f-4df6-bd50-c9f3f14e1d26","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>efir_dob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of birth</td>\n<td>13-12-1990</td>\n</tr>\n<tr>\n<td>efir_fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Father's Name</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>efir_address_type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>efir_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Complete Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400054</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b8c9c79a-3c1f-4df6-bd50-c9f3f14e1d26","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"police_verification","item":[],"id":"a42cd5ab-85ae-4a7f-88b2-a031d970a870","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>police_verification_address_type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>police_verification_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the candidate</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>police_verification_fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Father's Name</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>police_verification_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Complete Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400054</td>\n</tr>\n<tr>\n<td>police_verification_date_of_birth</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of birth</td>\n<td>13-12-1990</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"a42cd5ab-85ae-4a7f-88b2-a031d970a870","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"pcc (Police Clearance Certificate)","item":[],"id":"abff50dc-775a-4e7d-ac75-55f87b97e7f4","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the candidate</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Yes</td>\n<td>Phone number of the candidate</td>\n<td>9898989898</td>\n</tr>\n<tr>\n<td>region</td>\n<td>string</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"ID proof 1\", \"url\":\"<a href=\"https://www.example.com/pan_card.jpeg%22%7D\">https://www.example.com/pan_card.jpeg\"}</a>, {\"label\": \"Photo\", \"url\":\"<a href=\"https://www.example.com/profile_picture.jpeg%22%7D%5D\">https://www.example.com/profile_picture.jpeg\"}\\]</a></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"pcc-documents\">PCC documents</h4>\n<ul>\n<li>ID proof (PAN or DL image)</li>\n<li>Current Address Proof</li>\n<li>Company Demand Letter (LOA)</li>\n<li>Photo of the candidate</li>\n<li>Signature (optional)</li>\n</ul>\n","_postman_id":"abff50dc-775a-4e7d-ac75-55f87b97e7f4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"database_verification","item":[],"id":"b126cea6-9e89-4f49-a5f9-c1111b649924","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li><p>Data object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>db_dob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of birth</td>\n<td>13-30-1990</td>\n</tr>\n<tr>\n<td>db_fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Father's Name</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>db_address_type</td>\n<td>array</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\", \"Past\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>db_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Complete Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400660</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"b126cea6-9e89-4f49-a5f9-c1111b649924","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"pos_verification","item":[],"id":"37e858d3-4d42-4c4c-bc02-588a89c187b4","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>pos_dob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of birth</td>\n<td>13-30-1990</td>\n</tr>\n<tr>\n<td>pos_fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Father's Name</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>pos_address_type</td>\n<td>array</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\", \"Past\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>pos_address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Complete Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400660</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"37e858d3-4d42-4c4c-bc02-588a89c187b4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"directorship_verification","item":[],"id":"ebc46d1b-02fe-4c49-bb7a-b7d7f79c3a11","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li>Data object<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>dis_din</td>\n<td>string</td>\n<td>Yes</td>\n<td>DIN Number</td>\n<td>34567890</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"ebc46d1b-02fe-4c49-bb7a-b7d7f79c3a11","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"credit_history_verification","item":[],"id":"d405de8f-831a-44f1-be75-d2ef0bac8df0","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li><p>Data object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>ch_dob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of Birth</td>\n<td>1990-01-01</td>\n</tr>\n<tr>\n<td>ch_gen</td>\n<td>string</td>\n<td>No</td>\n<td>Gender</td>\n<td>Male</td>\n</tr>\n<tr>\n<td>ch_atype</td>\n<td>string</td>\n<td>Yes</td>\n<td>Address Category [\"Residence\", \"Permanent\", \"Office\", \"Not Categorized\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>ch_add</td>\n<td>string</td>\n<td>Yes</td>\n<td>Street Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400660</td>\n</tr>\n<tr>\n<td>ch_city</td>\n<td>string</td>\n<td>Yes</td>\n<td>City</td>\n<td>Mumbai</td>\n</tr>\n<tr>\n<td>ch_state</td>\n<td>string</td>\n<td>Yes</td>\n<td>State</td>\n<td>Maharashtra</td>\n</tr>\n<tr>\n<td>ch_pin</td>\n<td>string</td>\n<td>Yes</td>\n<td>PIN Code</td>\n<td>400059</td>\n</tr>\n<tr>\n<td>ch_con</td>\n<td>string</td>\n<td>Yes</td>\n<td>Country</td>\n<td>India</td>\n</tr>\n<tr>\n<td>ch_pan</td>\n<td>string</td>\n<td>Yes</td>\n<td>Pan Card Number</td>\n<td>DEDPT1234A</td>\n</tr>\n<tr>\n<td>ch_ph</td>\n<td>string</td>\n<td>Yes</td>\n<td>Phone Number</td>\n<td>9997460680</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>No</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Address Proof 1\", \"url\":\"<a href=\"https://www.example.com/electricty_bill.jpeg\">https://www.example.com/electricty_bill.jpeg\"}</a>, {\"label\": \"Pan Card\", \"url\":\"<a href=\"https://www.example.com/pan.jpeg\">https://www.example.com/pan.jpeg\"}]</a></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"d405de8f-831a-44f1-be75-d2ef0bac8df0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"social_media_verification","item":[],"id":"8d88ef61-85cf-4773-a6f6-9b95447cbc0b","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<ul>\n<li><p>Data object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>sm_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>sm_pmail</td>\n<td>string</td>\n<td>Yes</td>\n<td>Primary Email</td>\n<td><a href=\"https://mailto:John@doe.com\">John@doe.com</a></td>\n</tr>\n<tr>\n<td>sm_smail</td>\n<td>string</td>\n<td>No</td>\n<td>Secondary Email</td>\n<td><a href=\"https://mailto:John1@doe.com\">John1@doe.com</a></td>\n</tr>\n<tr>\n<td>sm_pno</td>\n<td>string</td>\n<td>Yes</td>\n<td>Primary Phone Number</td>\n<td>9997460680</td>\n</tr>\n<tr>\n<td>sm_sno</td>\n<td>string</td>\n<td>No</td>\n<td>Secondary Phone Number</td>\n<td>9988776655</td>\n</tr>\n<tr>\n<td>sm_dob</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of birth</td>\n<td>13-30-1990</td>\n</tr>\n<tr>\n<td>sm_gen</td>\n<td>string</td>\n<td>Yes</td>\n<td>Gender</td>\n<td>Male</td>\n</tr>\n<tr>\n<td>sm_emp</td>\n<td>string</td>\n<td>Yes</td>\n<td>Current employment</td>\n<td>Infosys</td>\n</tr>\n<tr>\n<td>sm_desg</td>\n<td>string</td>\n<td>Yes</td>\n<td>Current designation</td>\n<td>Software Developer</td>\n</tr>\n<tr>\n<td>sm_edu</td>\n<td>string</td>\n<td>Yes</td>\n<td>Highest Education</td>\n<td>M.Tech</td>\n</tr>\n<tr>\n<td>sm_atype</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of Address [\"Current\", \"Permanent\"]</td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td>sm_fname</td>\n<td>string</td>\n<td>Yes</td>\n<td>Fathers full name</td>\n<td>John</td>\n</tr>\n<tr>\n<td>sm_mname</td>\n<td>string</td>\n<td>Yes</td>\n<td>Mothers full name</td>\n<td>Jamie</td>\n</tr>\n<tr>\n<td>doc_urls</td>\n<td>array</td>\n<td>Yes</td>\n<td>Array of labeled document URLs</td>\n<td>[{\"label\": \"Recent Photograph (6 Months)\", \"url\":\"<a href=\"https://www.example.com/photo.jpeg\">https://www.example.com/photo.jpeg\"}</a>, {\"label\": \"Resume\", \"url\":\"[<a href=\"https://www.example.com/resume.jpeg%22%7D%5D%5D(https://www.example.com/resume.jpeg)\">https://www.example.com/resume.jpeg\"}]](https://www.example.com/resume.jpeg)</a></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n","_postman_id":"8d88ef61-85cf-4773-a6f6-9b95447cbc0b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"drug_verification","item":[],"id":"d91c6f9c-7ab9-4b4c-adef-09d0e6559507","description":"<h2 id=\"request-submission-object\">Request Submission Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>address</td>\n<td>string</td>\n<td>Yes</td>\n<td>Complete Address</td>\n<td>13-B Gulmohar Society, Juhu, Mumbai, Maharashtra, India, 400054</td>\n</tr>\n<tr>\n<td>test_type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Type of Drug Test  <br />(Only certain values are allowed for this key/field. Allowed values are mentioned in the example column on right.)</td>\n<td>\"Drug Test 3 Panel\"  <br />\"Drug Test 5 Panel\"  <br />\"Drug Test 6 Panel\"  <br />\"Drug Test 7 Panel\"  <br />\"Drug Test 8 Panel\"  <br />\"Drug Test 9 Panel\"  <br />\"Drug Test 10 Panel\"  <br />\"Drug Test 11 Panel\"  <br />\"Drug Test 12 Panel\"  <br />\"Drug Test 5 Panel (Using hair)\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d91c6f9c-7ab9-4b4c-adef-09d0e6559507","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}}],"id":"24a3ef4f-42e4-49cb-8ca8-f0cb15586d55","_postman_id":"24a3ef4f-42e4-49cb-8ca8-f0cb15586d55","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}}],"id":"84dc1f69-16ca-4770-afde-f0ab34fa82b8","_postman_id":"84dc1f69-16ca-4770-afde-f0ab34fa82b8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"Profile Invite Flow","item":[{"name":"Profile Invite","id":"e6b75b36-bcba-4097-982a-fda022d3eec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"0c808367-3a60-45c2-9c18-369cd018cb6c\",\n    \"profile_data\": {\n        \"name\": \"John Doe\",\n        \"email\": \"john@doe.com\",\n        \"phone\": \"9898989898\",\n        \"company_id\": \"5a9f6578-c06e-4212-a4cd-d75ecaa3a8a8\",\n        \"package_id\": \"fbc11cd7-6c5a-4f6e-ad39-7d526622cda3\",\n        \"date_of_birth\": \"13-12-1990\",\n        \"additional_fields\": {\n            \"date_of_joining\": \"04-01-2022\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dc.idfy.com/v2/invite","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","invite"],"host":["api","dc","idfy","com"],"query":[],"variable":[]}},"response":[{"id":"431b00c5-b5fe-4842-a6ad-e6e298c36265","name":"Profile Invite Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apikey","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"group_id\": \"0c808367-3a60-45c2-9c18-369cd018cb6c\",\n    \"profile_data\": {\n        \"name\": \"John Doe\",\n        \"email\": \"john@doe.com\",\n        \"phone\": \"9898989898\",\n        \"company_id\": \"5a9f6578-c06e-4212-a4cd-d75ecaa3a8a8\",\n        \"package_id\": \"fbc11cd7-6c5a-4f6e-ad39-7d526622cda3\",\n        \"date_of_birth\": \"13-12-1990\",\n        \"additional_fields\": {\n            \"date_of_joining\": \"04-01-2022\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dc.idfy.com/v2/invite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_id\": \"c4856d16-aed9-405e-b541-046697bac410\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"e6b75b36-bcba-4097-982a-fda022d3eec7"},{"name":"Request ID - Profile Invite","id":"30abffee-7acb-4cc6-8197-6118f51211fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.dc.idfy.com/v2/invite?request_id=70c75755-fff7-451f-90c4-1299651353ba","description":"<h2 id=\"profile-states\">Profile States</h2>\n<img src=\"https://i.postimg.cc/nL66XfbW/BGV-Profile-States-drawio.png\" alt />\n\n<h2 id=\"webhook\">Webhook</h2>\n<p>We support 2 types of webhooks:</p>\n<ol>\n<li>Profile completion callback</li>\n<li>Task completion callback</li>\n</ol>\n<p>Both, for now will be configured on the same webhook URL.</p>\n<p>You can pre-register a webhook URL with us. Whenever a task is completed, or the complete profile verification is completed, we would <code>POST</code> the result on this webhook</p>\n<p>The JSON body for webhook will be the same as the <code>GET</code> response. The webhook can only support basic authentication using username and password. Please refer the Profile Invite Examples Tab to view the JSON body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","invite"],"host":["api","dc","idfy","com"],"query":[{"key":"request_id","value":"70c75755-fff7-451f-90c4-1299651353ba"}],"variable":[]}},"response":[{"id":"8cb1be51-efb9-47ce-8e79-3d8535249585","name":"Request ID - Profile Invite","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"{{apikey}}","type":"text"},{"key":"account","value":"","type":"text","disabled":true}],"url":{"raw":"https://api.dc.idfy.com/v2/invite?request_id=70c75755-fff7-451f-90c4-1299651353ba","protocol":"https","host":["api","dc","idfy","com"],"path":["v2","invite"],"query":[{"key":"request_id","value":"70c75755-fff7-451f-90c4-1299651353ba"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"group_id\": \"0c808367-3a60-45c2-9c18-369cd018cb6c\",\n    \"profile_data\": {\n        \"status\": \"green\",\n        \"profile_id\": \"asd-4f99-fT1234-qwer2\",\n        \"created_at\": \"2022-01-05T18:41:54+05:30\",\n        \"completed_at\": \"2017-01-05T18:46:58+05:30\",\n        \"tat\": \"2\"\n    },\n    \"tasks\": [\n        {\n            \"type\": \"experience_verification\",\n            \"status\": \"green\",\n            \"created_at\": \"2022-01-05T18:41:54+05:30\",\n            \"completed_at\": \"2022-01-05T18:46:58+05:30\",\n            \"tat\": \"2\",\n            \"reason\": \"\"\n        }\n    ],\n    \"pdf_report\": \"http://portal.idfy.com/artifacts/22222/fetch?t=1111\"\n}"}],"_postman_id":"30abffee-7acb-4cc6-8197-6118f51211fd"}],"id":"36d2fcd6-5c8b-45df-86b0-aa0d59556797","description":"<h2 id=\"request-attributes\">Request attributes</h2>\n<h4 id=\"profile-object-attributes\">Profile object attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Name of the Candidate</td>\n<td>John Doe</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Yes</td>\n<td>Email ID of the candidate</td>\n<td><a href=\"https://mailto:john@doe.com\">john@doe.com</a></td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Yes</td>\n<td>Phone Number of the candidate</td>\n<td>9898989898</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>string</td>\n<td>Yes</td>\n<td>Date of Birth of the candidate</td>\n<td>13-12-1990</td>\n</tr>\n<tr>\n<td>fathers_name</td>\n<td>string</td>\n<td>Yes</td>\n<td>Required for Court and Police verification</td>\n<td>James Doe</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique company ID. It is provided by IDfy.</td>\n<td>5a9f6578-c06e-4212-a4cd-d75ecaa3a8a8</td>\n</tr>\n<tr>\n<td>package_id</td>\n<td>string</td>\n<td>Yes</td>\n<td>The id of the package that needs to be applied to the profile</td>\n<td>fbc11cd7-6c5a-4f6e-ad39-7d526622cda3</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"additional-field-object-attributes-available\">Additional Field object attributes available</h4>\n<p>The fields in this object will be attached to the profile. The fields which are being sent should be pre configured with the IDfy team.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>date_of_joining</td>\n<td>string</td>\n<td>No</td>\n<td>Required for Experience Verification</td>\n<td>04-01-2022</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"ala-carte-object-attributes\">Ala-Carte object attributes</h4>\n<p>Incase if you want to verify the tasks which are not supported in the package, you can send this ala-carte object in the request body.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attributes</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>value of task type</td>\n<td>string</td>\n<td>Yes</td>\n<td>count of the tasks that needs to be verified againt the candidate</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"task-type\">Task Type</h2>\n<p>Refer <a href=\"#24a3ef4f-42e4-49cb-8ca8-f0cb15586d55\">task types</a> section for the values of task types.</p>\n","_postman_id":"36d2fcd6-5c8b-45df-86b0-aa0d59556797","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"FAQs","item":[],"id":"e12a37a1-da1e-44ab-83be-e5ad072ee0fd","description":"<h4 id=\"what-auth-methods-are-available-for-post-to-idfy-for-document-urls\"><strong>What auth methods are available for POST to IDfy for document URLs?</strong></h4>\n<p>Basic auth with username and password is available in case you do not wish to send public URLs.</p>\n<h4 id=\"will-multiple-profiles-be-created-if-client-sends-multiple-post-api-requests-to-idfy\"><strong>Will multiple profiles be created if client sends multiple POST API requests to IDfy?</strong></h4>\n<p>Do not send more profiles for same candidate in a minute. Have atleast 2 minutes duration.</p>\n<h4 id=\"we-have-multiple-child-companies-or-business-entities-under-our-parent-group-how-do-we-send-candidates-profiles-for-different-groups\"><strong>We have multiple child companies or business entities under our parent group? How do we send candidates profiles for different groups?</strong></h4>\n<p>IDfy can create multiple child companies or business entities. We will create that and then you can send different company_id's in POST API requests.</p>\n<h4 id=\"is-there-staging-or-sandbox-access-available-as-we-do-the-integration\"><strong>Is there staging or sandbox access available as we do the integration?</strong></h4>\n<p>We don't have staging or sandbox access. We will share the apikey and company_id for you to send via POST a few profiles to IDfy. If successful, we would change the status for you to capture via GET or webhook call.</p>\n","_postman_id":"e12a37a1-da1e-44ab-83be-e5ad072ee0fd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}},{"name":"Profile Creation Flow V3","item":[{"name":"Create Profile","id":"cf49df9f-de6c-4f4d-a21c-6fecfdf5f525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"group_id\": \"e382a3d3b-1234-mnbg-tgvs-3d61d22c39909\",\n\t\"profile\": {\n\t\t\"name\": \"Jatin Schema Test\",\n\t\t\"email\": \"blahblah@hjhj.com\",\n\t\t\"phone\": \"9967684498\",\n\t\t\"package_public_id\": \"d8ad7757-cdab-475e-be38-6ef2dadace3e\",\n\t\t\"company_id\": \"62041ed0-4f00-4d6c-bc3d-1a73ae569829\",\n\t\t\"date_of_birth\": \"19-11-1993\",\n\t\t\"fathers_name\": \"father\",\n        \"doc_urls\": [\n                    {\n                        \"label\": \"loa\",\n                        \"url\": \"https://storage.googleapis.com/storage.dc.idfy.com/attachments/29962398/original/ff06f77c-6848-418e-8516-a062782f433b.pdf?GoogleAccessId=idfy-ops-prod@idfy-1338.iam.gserviceaccount.com&Expires=1695202255&Signature=m9uIdXimxu%2FgWTK%2FTfgaym4o5am2FjK3Rglr%2FOQ85lhgYikXiCt%2BLYqTYwSwhJMFS4zkujpDOrQW%2FrEHXPyuke0od%2FyDDsYT6liv2FCBkmpDQRcUxXouCk3Ap6d42iijByRiyXx0bYe2PKU7%2FLqupQ00WnGDwlGj%2BfWIJI5pNm4WnBODjjMRZZsLW%2B5dLmrmhLzqe46ZL177Yu6QB1jSLtXLg0CLUEyIA%2BB7Lm4ghgwQ898SVJm6XuoPCZiA25cf4JdZnJbwSxM8rSdKW%2FyuZW8I66WqYbflQ%2FTZaXHhTTyj6P%2FDUsfMA2NQNKZmTcSRmM91Tt%2Fy6HFyXAHS5qmqEA%3D%3D\"\n                    }\n        ]\n\t},\n\t\"data\": [{\n\t\t\t\"type\": \"address\",\n\t\t\t\"data\": {\n\t\t\t\t\"address_type\": \"Current\",\n\t\t\t\t\"street_address\": \"303 A dawd\",\n\t\t\t\t\"city\": \"Mumbai\",\n\t\t\t\t\"state\": \"Maharashtra\",\n\t\t\t\t\"country\": \"India\",\n\t\t\t\t\"pin\": \"400660\",\n\t\t\t\t\"landline_no\": \"\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"address\",\n\t\t\t\"data\": {\n\t\t\t\t\"address_type\": \"Permanent\",\n\t\t\t\t\"street_address\": \"303 A dawd\",\n\t\t\t\t\"city\": \"Mumbai\",\n\t\t\t\t\"state\": \"Maharashtra\",\n\t\t\t\t\"country\": \"India\",\n\t\t\t\t\"pin\": \"400660\",\n\t\t\t\t\"landline_no\": \"\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"pan\",\n\t\t\t\"data\": {\n\t\t\t\t\"pan_number\": \"ABCTY1234D\",\n\t\t\t\t\"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"voter\",\n\t\t\t\"data\": {\n\t\t\t\t\"voter_number\": \"ABCTY1234D\",\n\t\t\t\t\"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"passport\",\n\t\t\t\"data\": {\n\t\t\t\t\"passport_no\": \"ABCTY1234D\",\n\t\t\t\t\"passport_issuing_country\": \"\",\n\t\t\t\t\"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"driving_license\",\n\t\t\t\"data\": {\n\t\t\t\t\"driving_license_number\": \"ABCTY1234D\",\n\t\t\t\t\"state\": \"Maharashtra\",\n\t\t\t\t\"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"reference\",\n\t\t\t\"data\": {\n\t\t\t\t\"name_of_referee\": \"Tom Clarke\",\n\t\t\t\t\"relationship_with_candidate\": \"Manager Nagar\",\n\t\t\t\t\"referee_organization\": \"Infosys\",\n\t\t\t\t\"referee_contact_number\": \"9898989899\",\n\t\t\t\t\"referee_email_address\": \"something@idfy.com\",\n\t\t\t\t\"candidate_organization_same_as_referee\": \"No\",\n\t\t\t\t\"referee_reporting_manager\": \"Yes\"\n\t\t\t}\n\t\t},\n        {\n\t\t\t\"type\": \"reference\",\n\t\t\t\"data\": {\n\t\t\t\t\"name_of_referee\": \"Tom Clarke\",\n\t\t\t\t\"relationship_with_candidate\": \"Manager Nagar\",\n\t\t\t\t\"referee_organization\": \"Infosys\",\n\t\t\t\t\"referee_contact_number\": \"9898989899\",\n\t\t\t\t\"referee_email_address\": \"something@idfy.com\",\n\t\t\t\t\"candidate_organization_same_as_referee\": \"No\",\n\t\t\t\t\"referee_reporting_manager\": \"Yes\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"experience\",\n\t\t\t\"data\": {\n\t\t\t\t\"name_of_organization\": \"Infosys\",\n\t\t\t\t\"employee_id\": \"2312321\",\n\t\t\t\t\"designation\": \"SDE\",\n\t\t\t\t\"date_of_joining\": \"23-05-2022\",\n\t\t\t\t\"currently_working\": \"no\",\n\t\t\t\t\"last_working_date\": \"27-06-2022\",\n\t\t\t\t\"organization_street_address\": \"4F Rushabh Chambers\",\n\t\t\t\t\"organization_city\": \"Mumbai\",\n\t\t\t\t\"organization_state\": \"Maharashtra\",\n\t\t\t\t\"organization_country\": \"India\",\n\t\t\t\t\"organization_pin_code\": \"400058\",\n\t\t\t\t\"supervisor_name\": \"Tom Clarke\",\n\t\t\t\t\"supervisor_designation\": \"Manager\",\n\t\t\t\t\"supervisor_email\": \"manager@infosys.com\",\n\t\t\t\t\"supervisor_phone\": \"9898989898\",\n\t\t\t\t\"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"experience\",\n\t\t\t\"data\": {\n\t\t\t\t\"name_of_organization\": \"2 Infosys\",\n\t\t\t\t\"employee_id\": \"2312321\",\n\t\t\t\t\"designation\": \"SDE\",\n\t\t\t\t\"date_of_joining\": \"23-05-2022\",\n\t\t\t\t\"currently_working\": \"no\",\n\t\t\t\t\"last_working_date\": \"27-06-2022\",\n\t\t\t\t\"organization_street_address\": \"4F Rushabh Chambers\",\n\t\t\t\t\"organization_city\": \"Mumbai\",\n\t\t\t\t\"organization_state\": \"Maharashtra\",\n\t\t\t\t\"organization_country\": \"India\",\n\t\t\t\t\"organization_pin_code\": \"400058\",\n\t\t\t\t\"supervisor_name\": \"Tom Clarke\",\n\t\t\t\t\"supervisor_designation\": \"Manager\",\n\t\t\t\t\"supervisor_email\": \"manager@infosys.com\",\n\t\t\t\t\"supervisor_phone\": \"9898989898\",\n\t\t\t\t\"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"qualification\",\n\t\t\t\"data\": {\n\t\t\t\t\"degree_name\": \"B.Tech\",\n\t\t\t\t\"specialization_or_major\": \"Computer Science\",\n\t\t\t\t\"institute\": \"IIT\",\n\t\t\t\t\"certifying_authority\": \"IGNOU\",\n\t\t\t\t\"roll_number\": \"25254\",\n\t\t\t\t\"grade\": \"First\",\n\t\t\t\t\"course_completed_on\": \"14-06-2014\",\n                \"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"type\": \"qualification\",\n\t\t\t\"data\": {\n\t\t\t\t\"degree_name\": \"B.Tech\",\n\t\t\t\t\"specialization_or_major\": \"Computer Science\",\n\t\t\t\t\"institute\": \"IIT\",\n\t\t\t\t\"certifying_authority\": \"IGNOU\",\n\t\t\t\t\"roll_number\": \"25254\",\n\t\t\t\t\"course_completed_on\": \"14-06-2014\",\n                \"doc_urls\": [{\n\t\t\t\t\t\"label\": \"document\",\n\t\t\t\t\t\"url\": \"http://www.africau.edu/images/default/sample.pdf\"\n\t\t\t\t}]\n\t\t\t}\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dc.idfy.com/v3/profiles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v3","profiles"],"host":["api","dc","idfy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf49df9f-de6c-4f4d-a21c-6fecfdf5f525"},{"name":"GET Request ID","id":"277d138e-c123-4d80-80c8-21d045f1cfbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"{{api-key}}","type":"text"}],"url":"https://api.dc.idfy.com/v2/invite?request_id={{request_id}}","description":"<h2 id=\"get\">GET</h2>\n<p>A successful POST in the previous step to create profile will return a request ID in the response. You can check the state or status of a profile you created, by doing a GET on with that returned request ID. Note how the request ID has to be added in the endpoint.</p>\n<h2 id=\"profile-state\">Profile State</h2>\n<p>Following profiles statues can be specified in the GET or the webhook responses</p>\n<img src=\"https://i.postimg.cc/nL66XfbW/BGV-Profile-States-drawio.png\" alt />\n\n<h2 id=\"webhook\">Webhook</h2>\n<p>We support 2 types of webhooks:</p>\n<ol>\n<li>Profile completion callback</li>\n<li>Task completion callback</li>\n</ol>\n<p>Both will be configured on the same webhook URL.</p>\n<p>You can pre-register a webhook URL with us. Whenever a task is completed, or the complete profile verification is completed, IDfy would <code>POST</code> the result on this webhook.</p>\n<p>Note that the JSON body for the webhook is same as the <code>GET</code> response. The webhook can only support basic authentication using username and password.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","invite"],"host":["api","dc","idfy","com"],"query":[{"key":"request_id","value":"{{request_id}}"}],"variable":[]}},"response":[{"id":"a779ad43-d774-47e9-a11f-f8aeaca80209","name":"Request ID - Profile Create","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"{{api-key}}","type":"text"}],"url":{"raw":"https://api.dc.idfy.com/v2/invite?request_id={{request_id}}","protocol":"https","host":["api","dc","idfy","com"],"path":["v2","invite"],"query":[{"key":"request_id","value":"{{request_id}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"group_id\": \"0c808367-3a60-45c2-9c18-369cd018cb6c\",\n    \"profile_data\": {\n        \"status\": \"green\",\n        \"profile_id\": \"asd-4f99-fT1234-qwer2\",\n        \"created_at\": \"2022-01-05T18:41:54+05:30\",\n        \"completed_at\": \"2017-01-05T18:46:58+05:30\",\n        \"tat\": \"2\"\n    },\n    \"tasks\": [\n        {\n            \"type\": \"experience_verification\",\n            \"status\": \"green\",\n            \"created_at\": \"2022-01-05T18:41:54+05:30\",\n            \"completed_at\": \"2022-01-05T18:46:58+05:30\",\n            \"tat\": \"2\",\n            \"reason\": \"\"\n        }\n    ],\n    \"pdf_report\": \"http://portal.idfy.com/artifacts/22222/fetch?t=1111\"\n}"}],"_postman_id":"277d138e-c123-4d80-80c8-21d045f1cfbe"}],"id":"ec379b38-aacb-4c34-8e12-7d5f106ed045","description":"<p>Revamped version for Profile Creation API V2 for very specific usecases.</p>\n<p>Ignore if not recommended by your IDfy integration SPOC.</p>\n","_postman_id":"ec379b38-aacb-4c34-8e12-7d5f106ed045","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","id":"6a87b0ba-260e-4df1-afcb-b42309c0cd06","name":"IDfy's Background Verification APIs","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"21577ed5-0283-446a-8325-e2472913ecc7","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"49f14016-acca-473e-9a99-7aa4720205ff","type":"text/javascript","packages":{},"exec":[""]}}]}