{"info":{"_postman_id":"7c02e148-67aa-4c4b-ab59-a027454352fb","name":"SpringVerify India - APIs","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>Welcome to SpringVerify India API Documentation. The endpoints exposed in this documentation are to initiate background verification of a candidate and query the verification report.</p>\n<p>The SpringVerify India API is organized around REST. Our API has predictable resource-oriented URLs, accepts form request JSON bodies, returns JSON responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n<h2 id=\"pre-requisites\">Pre-requisites</h2>\n<ul>\n<li><p>The user should already be registered with SpringVerify. If not registered yet, please contact <a href=\"https://mailto:sales@springverify.com\">sales@springverify.com</a></p>\n</li>\n<li><p>The user should have generated the API token from the SpringVerify dashboard. Steps to create the API token from the dashboard are given below</p>\n</li>\n</ul>\n<h3 id=\"steps-to-generate-api-token\">Steps to generate API token:</h3>\n<ol>\n<li><p>Sign in to <a href=\"https://in.springverify.com/\">SpringVerify</a>.</p>\n</li>\n<li><p>Go to SpringVerify/Settings from the Profile button in the top-right corner.</p>\n</li>\n<li><p>Navigate to the Settings tab.</p>\n</li>\n<li><p>Under Settings Tab. Click on API sub section.</p>\n</li>\n<li><p>Click on the “Generate token” button on the top-right and give a name and expiry to the token and click on “Create” button.</p>\n</li>\n<li><p>Copy the API token and use it to call the APIs provided below.</p>\n</li>\n</ol>\n<p>If you want to see a pictorial version of it. <a href=\"https://support.springworks.in/portal/en/kb/articles/how-to-generate-an-api-key-on-springverify-portal\">Click here</a></p>\n<h2 id=\"springverify-apis\">SpringVerify APIs</h2>\n<p>Given below is the flowchart to show how the flow should be for calling these APIs:</p>\n<img src=\"https://lh5.googleusercontent.com/hc9aJt_Z-Ic-2G_DObneR9QTiNhuH3WDCnhraohDqa-IY39sTMVluDYBH5oiqJpP_9TrtsomfzXTJtKXLsPvOFcK34X17hafdUQWOwU1IKaYlM3KDskeYaKYH00y78XlExOTFD44ye7LZNwfhs24ch4EI45UcAfIBjfaoB9m17uah3lSqEK_yjXI4M0eMQ\">\n\n<h4 id=\"base-url\"><strong>Base URL:</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api-sa.in.springverify.com\">https://api-sa.in.springverify.com</a></td>\n</tr>\n<tr>\n<td>Stage (Test)</td>\n<td><a href=\"https://api-acceptance-sa.in.springverify.com\">https://api-acceptance-2-sa.in.springverify.com</a></td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3927563","collectionId":"7c02e148-67aa-4c4b-ab59-a027454352fb","publishedId":"2s8YswRX6z","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-27T19:32:04.000Z"},"item":[{"name":"Fetch Packages","id":"2edb9680-cb11-4e26-9c94-da5d98d8d2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Cache-Control","value":"no-cache"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/external/v1/candidate/packages","description":"<p>This API gives you the details of the configurations setup for your company in SpringVerify along with the package and subtype opted. You will need the package id and subtype id from this API to call the Add Candidate API.</p>\n<p>Package: Package is a collection of subtypes</p>\n<p>Subtype: Subtype is a collection of checks.</p>\n<p>Example: Lets say your company has opted for two different packages in SpringVerify. One package with a subtype for Freshers (candidates with no past employment experience) and other for Experienced folks (candidates with past employment experience). For Freshers most probably you'll opt for Education check rather than Employment check since there is no past experience. But for Experienced folks you'll opt for employment check rather than Education check. Since the cost for both combinations is same. Both the subtypes can now share same package balance.</p>\n<p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>categories</td>\n<td>Array of Objects</td>\n<td>List of categories that can be assigned to candidates</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array of Objects</td>\n<td>List of tags that can be assigned to candidates</td>\n</tr>\n<tr>\n<td>credit_balance</td>\n<td>Integer</td>\n<td>Available credit balance of the company</td>\n</tr>\n<tr>\n<td>is_email_optional</td>\n<td>Integer</td>\n<td>Value can be 0/1. States where email is mandatory or optional in add candidate API.</td>\n</tr>\n<tr>\n<td>is_resume_optional</td>\n<td>Integer</td>\n<td>Value can be 0/1. States whether resume is mandatory or optional in add candidate API</td>\n</tr>\n<tr>\n<td>packages</td>\n<td>Array of Objects</td>\n<td>List of packages assigned along with the details</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"categories-object\">Categories Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>Unique identifier for the category</td>\n</tr>\n<tr>\n<td>category_name</td>\n<td>String</td>\n<td>Name of the category</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"tags-object\">Tags Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>Unique identifier for the tag</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Name of the tag</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"packages-object\">Packages Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>package_id</td>\n<td>Integer</td>\n<td>Unique identifier for package</td>\n</tr>\n<tr>\n<td>package_name</td>\n<td>String</td>\n<td>Name of the package</td>\n</tr>\n<tr>\n<td>subtype_id</td>\n<td>Integer</td>\n<td>Unique identifier for subtype</td>\n</tr>\n<tr>\n<td>subtype_name</td>\n<td>String</td>\n<td>Name of the subtype</td>\n</tr>\n<tr>\n<td>subtype_friendly_name</td>\n<td>String</td>\n<td>Friendly name assigned to the subtype</td>\n</tr>\n<tr>\n<td>current_balance</td>\n<td>Integer</td>\n<td>Currently available package balance</td>\n</tr>\n<tr>\n<td>cost_per_candidate</td>\n<td>Integer</td>\n<td>The minimum cost payable per candidate for this package</td>\n</tr>\n<tr>\n<td>config</td>\n<td>Object</td>\n<td>Available checks along with their configuration</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"config-object\">Config Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>identity</td>\n<td>Array of Strings</td>\n<td>ID checks part of the subtype  <br />Possible values can be  <br />\"PAN\", \"DRIVING LICENSE\", \"PASSPORT\", \"VOTER ID\", \"AADHAAR\", \"ANY_1\", \"ANY_2\", \"ANY_3\", \"ANY_4\", \"ALL\"</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Array of Strings</td>\n<td>Address checks part of the subtype. Possible values are:  <br />\"PERMANENT\", \"CURRENT\", \"ANY_1\"</td>\n</tr>\n<tr>\n<td>court</td>\n<td>Array of Strings</td>\n<td>Court checks part of the subtype. Possible values are:  <br />\"PERMANENT\", \"CURRENT\", \"ANY_1\"</td>\n</tr>\n<tr>\n<td>employment</td>\n<td>Integer</td>\n<td>Number of employment checks part of the subtype</td>\n</tr>\n<tr>\n<td>education_order_type</td>\n<td>String</td>\n<td>The order by which education details needs to be collected and processed. Possible values are  <br />- \"SPECIFIC\" = Only configured education details. Like 10th, 12th, Graduation, Post graduation.  <br />- \"CHRONOLOGICAL\" = Last n education checks.</td>\n</tr>\n<tr>\n<td>education</td>\n<td>Integer/ Array of strings  <br />It'll be based on education_order_type.  <br />If education_order_type = \"SPECIFIC\". response type = Array of Strings.  <br />education_order_type = \"CHRONOLOGICAL\". response type = Integer</td>\n<td>Possible values.  <br />- SPECIFIC case  <br />\"10\",  <br />\"12\",  <br />\"UNDERGRAD\",  <br />\"POSTGRAD\",  <br />\"MASTERS\",  <br />\"PHD\"  <br />- CHRONOLOGICAL case  <br />number</td>\n</tr>\n<tr>\n<td>education_type</td>\n<td>String</td>\n<td>Source from which the education check will be verified. Possible values are  <br />\"OFFICIAL\", \"REGIONAL_PARTNER\", \"HYBRID\"</td>\n</tr>\n<tr>\n<td>reference_type</td>\n<td>String</td>\n<td>Type of reference check that is part of subtype - enum between \"TOTAL\",\"SPECIFIC\",\"SPECIFIC_LOCK\",\"NONE\"</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>Integer/ Array of Strings  <br />Integer when reference_type = \"TOTAL\"  <br />Array of Strings when reference_type = \"SPECIFIC\", \"SPECIFIC_LOCK\"</td>\n<td>Number of reference checks part of subtype/ Reference checks configure per employment check.</td>\n</tr>\n<tr>\n<td>world</td>\n<td>Boolean</td>\n<td>Whether world check is part of the subtype or not.</td>\n</tr>\n<tr>\n<td>credit</td>\n<td>Boolean</td>\n<td>Whether credit check is part of the subtype or not</td>\n</tr>\n<tr>\n<td>custom</td>\n<td>Array of strings</td>\n<td>List of all custom checks that are part of package</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["external","v1","candidate","packages"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"15281b11-001d-467a-826a-59518c446942","name":"GET Packages","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Cache-Control","value":"no-cache"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/external/v1/candidate/packages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jan 2024 12:37:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1664"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"680-wQYtuh95u1S5iTi6Vkt8RtYOZEc\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"company_id\": 536,\n        \"company_name\": \"Recruitee - SpringVerify Testing Company\",\n        \"is_email_optional\": 1,\n        \"is_resume_optional\": 1,\n        \"categories\": [],\n        \"tags\": [],\n        \"packages\": [\n            {\n                \"package_id\": 451,\n                \"package_name\": \"Recruitee <> SpringVerify Testing Packag\",\n                \"subtype_id\": 800,\n                \"subtype_name\": \"Testing Subtype 1\",\n                \"subtype_friendly_name\": null,\n                \"current_balance\": 9994,\n                \"cost_per_candidate\": 10,\n                \"config\": {\n                    \"identity\": [\n                        \"ANY_1\"\n                    ],\n                    \"address\": [\n                        {\n                            \"type\": \"PERMANENT\",\n                            \"verification_type\": \"DIGITAL\"\n                        }\n                    ],\n                    \"court\": [\n                        {\n                            \"type\": \"PERMANENT\",\n                            \"verification_type\": \"STANDARD\"\n                        }\n                    ],\n                    \"employment\": 1,\n                    \"education\": 1,\n                    \"education_order_type\": \"CHRONOLOGICAL\",\n                    \"education_type\": \"OFFICIAL\",\n                    \"reference\": 1,\n                    \"reference_type\": \"TOTAL\",\n                    \"world\": false,\n                    \"credit\": false,\n                    \"drug\": null,\n                    \"custom\": []\n                }\n            },\n            {\n                \"package_id\": 451,\n                \"package_name\": \"Recruitee <> SpringVerify Testing Packag\",\n                \"subtype_id\": 801,\n                \"subtype_name\": \"testing sub\",\n                \"subtype_friendly_name\": null,\n                \"current_balance\": 9994,\n                \"cost_per_candidate\": 10,\n                \"config\": {\n                    \"identity\": [\n                        \"ANY_1\"\n                    ],\n                    \"address\": [\n                        {\n                            \"type\": \"PERMANENT\",\n                            \"verification_type\": \"DIGITAL\"\n                        }\n                    ],\n                    \"court\": [],\n                    \"employment\": 1,\n                    \"education\": 1,\n                    \"education_order_type\": \"CHRONOLOGICAL\",\n                    \"education_type\": \"OFFICIAL\",\n                    \"reference\": [],\n                    \"reference_type\": \"\",\n                    \"world\": false,\n                    \"credit\": false,\n                    \"drug\": null,\n                    \"custom\": []\n                }\n            }\n        ],\n        \"addons\": {\n            \"EMPLOYMENT\": {\n                \"price\": 399\n            },\n            \"EDUCATION\": {\n                \"price\": 599\n            },\n            \"IDENTITY\": {\n                \"price\": 99\n            },\n            \"REFERENCE\": {\n                \"price\": 199\n            },\n            \"EDUCATION_THIRD_PARTY\": {\n                \"price\": 799\n            },\n            \"EDUCATION_HYBRID\": {\n                \"price\": 1099\n            },\n            \"\": {\n                \"price\": 349\n            },\n            \"CIBIL\": {\n                \"price\": 699\n            },\n            \"WORLD\": {\n                \"price\": 699\n            },\n            \"DRUG_5_PANEL\": {\n                \"price\": 1299\n            },\n            \"DRUG_7_PANEL\": {\n                \"price\": 1549\n            },\n            \"DRUG_10_PANEL\": {\n                \"price\": 2499\n            }\n        },\n        \"consent_undertaking_letter_url\": null,\n        \"consent_type\": \"CONSENT_LETTER\",\n        \"include_aadhaar_in_id_check\": 0,\n        \"credits\": 90000\n    }\n}"}],"_postman_id":"2edb9680-cb11-4e26-9c94-da5d98d8d2a3"},{"name":"Add Candidate","id":"49b74d5d-29a9-4d42-bc04-71ca02885cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Cache-Control","value":"no-cache"},{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"candidate\": {\n        \"name\": \"Test User\",\n        \"email\": \"test.user@company_name.in\",\n        \"alternate_email\": \"\",\n        \"phone\": \"9999999999\",\n        \"alternate_phone\": \"999999999X\",\n        \"employee_id\": \"XXXX1234\",\n        \"uan_number\": \"\",\n        \"tags\": [\n            {\n                \"id\": 100\n            }\n        ],\n        \"resume\": \"\",\n        \"invite\": \"false\",\n        \"is_consent_undertaking_letter\": false,\n        \"category_id\": 200,\n        \"meta_data\": {\n            \"uuid\": \"4aa7b8e9-f31d-45b9-bc0c-177caf8d361c\"\n        }\n    },\n    \"package\": {\n        \"package_id\": 16,\n        \"subtype_id\": 22,\n        \"config\": {}\n    }\n}"},"url":"{{base_url}}/external/v1/candidate/add","description":"<h5 id=\"this-api-adds-the-candidate-to-the-springverify-portal-in-the-package-and-subtype-chosen-and-an-email-is-triggered-to-the-candidate-to-fill-in-the-rest-of-the-details\">This API adds the candidate to the SpringVerify portal in the package and subtype chosen and an email is triggered to the candidate to fill in the rest of the details.</h5>\n<p>Request Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/ Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>candidate</td>\n<td>Object</td>\n<td>Mandatory</td>\n<td>Details pertaining to the candidate being created</td>\n</tr>\n<tr>\n<td>package</td>\n<td>Object</td>\n<td>Mandatory</td>\n<td>Details of the package being assigned to the candidate</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"candidate-object\">Candidate Object</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/ Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Full name of the candidate</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Depends on company configuration.  <br />Based on is_email_optional key in GET package API.</td>\n<td>Email of the candidate</td>\n</tr>\n<tr>\n<td>alternate_email</td>\n<td>String</td>\n<td>Optional</td>\n<td>Alternate email of the candidate</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Phone number of the candidate</td>\n</tr>\n<tr>\n<td>alternate_phone</td>\n<td>String</td>\n<td>Optional</td>\n<td>Alternate phone number of the candidate</td>\n</tr>\n<tr>\n<td>employee_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Employee ID of the candidate</td>\n</tr>\n<tr>\n<td>uan_number</td>\n<td>String</td>\n<td>Optional</td>\n<td>UAN number of the candidate</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>Array of Objects</td>\n<td>Optional</td>\n<td>Tags that needs to be assigned to the candidate</td>\n</tr>\n<tr>\n<td>resume</td>\n<td>String</td>\n<td>Depends on company configuration. Based on is_resume_optional key in GET packages API</td>\n<td>Publicly accessible URL of the resume uploaded.</td>\n</tr>\n<tr>\n<td>is_consent_undertaking_letter</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>True if consent to be used is the already uploaded consent undertaking letter from the company, else false.</td>\n</tr>\n<tr>\n<td>invite</td>\n<td>Boolean</td>\n<td>Mandatory</td>\n<td>True if the candidate needs to be invited to fill the form, else false.</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Identifier of the category that needs to be assigned</td>\n</tr>\n<tr>\n<td>meta_data</td>\n<td>Object</td>\n<td>Optional</td>\n<td>Any metadata associated with candidate can be passed here. Its returned back in the Fetch Candidate Details response</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"package-object\">Package Object:</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/ Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>package_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Id of the package that needs to be assigned to the candidate</td>\n</tr>\n<tr>\n<td>subtype_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Id of the subtype that needs to be assigned to the candidate</td>\n</tr>\n<tr>\n<td>config</td>\n<td>Object</td>\n<td>Mandatory</td>\n<td>Config of the checks inside the subtype. Can send it as empty as well. It'll pick the default config setup in that case.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["external","v1","candidate","add"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49b74d5d-29a9-4d42-bc04-71ca02885cc5"},{"name":"Fetch Candidate Details/ Candidate report","id":"1c5c6878-cc5a-4eec-919f-f84f930c2688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{base_url}}/external/v1/candidate/details?candidate_id={{candidate_id}}&include_check_status=0","description":"<p>This API gives you the details of the candidate. Response includes</p>\n<ul>\n<li><p>Overall status of the case</p>\n</li>\n<li><p>URL of the report</p>\n</li>\n<li><p>[Optional] Check statuses of every check associated with the case.</p>\n</li>\n<li><p>Pass either candidate_id, candidate_uuid or email to get details for single candidate</p>\n</li>\n<li><p>Pass limit and offset to get list of candidate details, where limit can be max 100 and max 50 if include_check_details or include_check_status is 1 (true)</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/ Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>candidate_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>SVID of the case</td>\n</tr>\n<tr>\n<td>candidate_uuid</td>\n<td>UUID</td>\n<td>Optional</td>\n<td>UUID of the case</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email</td>\n<td>Optional</td>\n<td>Primary email of the case</td>\n</tr>\n<tr>\n<td>include_check_status</td>\n<td>Integer (Allowed values are 0/1. Defaults to 0)</td>\n<td>Optional</td>\n<td>Include checks statuses of the checks associated with the candidate</td>\n</tr>\n<tr>\n<td>include_check_details</td>\n<td>Integer (Allowed values are 0/1. Defaults to 0)</td>\n<td>Optional</td>\n<td>Include check statuses and details of the checks associated with the candidates</td>\n</tr>\n<tr>\n<td>report_type</td>\n<td>String (Allowed values - base_64)</td>\n<td>Optional</td>\n<td>to return report in needed in base_64 format. Only applicable when fetching a single candidate details.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Number of records to be fetched</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Number of pages to be skipped (1 page = limit)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["external","v1","candidate","details"],"host":["{{base_url}}"],"query":[{"key":"candidate_id","value":"{{candidate_id}}"},{"key":"include_check_status","value":"0"}],"variable":[]}},"response":[],"_postman_id":"1c5c6878-cc5a-4eec-919f-f84f930c2688"},{"name":"Download Report file","id":"1eaa84d1-eafd-4294-a148-fae56ad33a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{base_url}}/external/v1/candidate/report/pdf?candidate_id={{candidate_id}}","description":"<p>This API returns the BGV report file of the candidate</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Paramters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory/ Optional</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>candidate_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>SVID of the case</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["external","v1","candidate","report","pdf"],"host":["{{base_url}}"],"query":[{"key":"candidate_id","value":"{{candidate_id}}"}],"variable":[]}},"response":[],"_postman_id":"1eaa84d1-eafd-4294-a148-fae56ad33a3c"}],"event":[{"listen":"prerequest","script":{"id":"5facc80d-6554-40cf-81ad-2158e75938b0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec9cac23-b760-4c67-85e2-6a78071dd4f1","type":"text/javascript","exec":[""]}}]}