{"info":{"_postman_id":"5e50528e-9636-4ef6-af9e-fae8ebfc6246","name":"Driving License Verification","description":"<html><head></head><body><p>Embrace seamless driving license verification with the Driving License Verification API, a powerful tool that accurately validates driving license numbers and promptly returns the associated details. This robust API streamlines customer onboarding, enhances compliance, and minimizes identity fraud risks, empowering businesses to operate with confidence and efficiency.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30522218","collectionId":"5e50528e-9636-4ef6-af9e-fae8ebfc6246","publishedId":"2s9Ye8hFMa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4169e1"},"publishDate":"2023-11-20T11:16:02.000Z"},"item":[{"name":"get_bearer_token","item":[{"name":"/users/signin","id":"774edbf6-849f-416b-a03a-9494eb9b317c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"username\": \"xxxx\",\n    \"password\":\"xxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/verifyApi/signIn","description":"<p>This API facilitates the assessment of cybercrime involvement for UPI IDs, bank accounts, mobile numbers, and vehicle details</p>\n","urlObject":{"protocol":"https","path":["v1","verifyApi","signIn"],"host":["prod","crimescan","ai"],"query":[],"variable":[]}},"response":[{"id":"ade37f4d-4224-48f6-ab7d-44e50013aaa0","name":"authentication fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"xxx\",\n    \"password\":\"xxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/verifyApi/signIn"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Oct 2023 10:58:55 GMT"},{"key":"Server","value":"Apache/2.4.7 (Ubuntu)"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"application/json"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"statusMsg\": \"Failed\",\n    \"msg\": \"Unauthorized access!\"\n}"},{"id":"3d3011ff-faa3-4a5a-8bf2-88a711ecfcf0","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"xxx\",\n    \"password\":\"N303\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/verifyApi/signIn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1082485"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 31 Oct 2023 11:49:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"statusMsg\": \"Success\",\n    \"user\": \"xxxx\",\n    \"Api key Expiration time\": \"After every 259200 seconds (72 hours)\",\n    \"apiKey\": \"eyJhbGciOiIxNjM4NH0.XJK9qKkYxBwdXsviaz8QBw3nvZ7iiudriq1IPW-5AKg\"\n}"}],"_postman_id":"774edbf6-849f-416b-a03a-9494eb9b317c"}],"id":"00683a80-413d-401b-9fee-ac0ebc17e1ef","description":"<p>The \"Get Bearer Token\" API enables authentication by sending a POST request with username and password, securing access through a generated bearer token for subsequent authorized requests.</p>\n<p><strong>Method: POST</strong></p>\n<p><strong>URL :</strong> <a href=\"https://prod.crimescan.ai/v1/verifyApi/signIn\">https://prod.crimescan.ai/v1/verifyApi/signIn</a></p>\n<p><strong>Function</strong>: generate bearer token<br /><strong>Parameters</strong> : username, password<br /><strong>Output Type</strong> : JSON</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>fields</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>user name</td>\n<td>required</td>\n</tr>\n<tr>\n<td>password</td>\n<td>password</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example:</strong></p>\n<p><code>curl --location --request POST</code></p>\n<p><code>'</code> <a href=\"https://mvp.verify24x7.in/verifyManualApi/api/users/signIn'\"></a><a href=\"https://prod.crimescan.ai/v1/verifyApi/signIn\">https://prod.crimescan.ai/v1/verifyApi/signIn</a><code>'</code> <code>\\</code></p>\n<p><code>--header 'Content-Type: application/x-www-form-urlencoded' \\</code></p>\n<p><code>--data-urlencode 'username=dummy' \\</code></p>\n<p><code>--data-urlencode 'password=dummy_12345'</code></p>\n<p><strong>Response:</strong></p>\n<p><strong>If success-</strong></p>\n<p>{</p>\n<p>\"statusCode\": 200,</p>\n<p>\"statusMsg\": \"Success\",</p>\n<p>\"user\": \"dummy\",</p>\n<p>\"apiKeyExpirationTime\": \"After every 86400 seconds (24 hours)\",</p>\n<p>\"apiKey\": \"eyJXXXX\"</p>\n<p>}</p>\n<p><strong>If unsuccessfull-</strong></p>\n<p>{</p>\n<p>\"statusCode\": 401,</p>\n<p>\"statusMsg\": \"Failed\",</p>\n<p>\"msg\": \"Unauthorized access!\"</p>\n<p>}</p>\n<p><strong>HTTP Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Codes</th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>ok</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Incorrect Input</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Authentication Failed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"00683a80-413d-401b-9fee-ac0ebc17e1ef"},{"name":"Verify Driving Licence Number","item":[{"name":"verify","id":"04364cbd-31fa-4290-a1a9-4ed6efbd8815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": 3,\n    \"username\": \"XXX\",\n    \"drivingLicense\": \"XXXX\",\n    \"dob\": \"YYYY-mm-dd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/verifyApi/verify","description":"<p>This API facilitates the assessment of cybercrime involvement for UPI IDs, bank accounts, mobile numbers, and vehicle details</p>\n","urlObject":{"protocol":"https","path":["v1","verifyApi","verify"],"host":["prod","crimescan","ai"],"query":[],"variable":[]}},"response":[{"id":"5581b8c1-4c26-43c1-8941-e250223e84a6","name":"verify","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"type\": 3,\n    \"username\": \"XXX\",\n    \"drivingLicense\": \"XXXX\",\n    \"dob\": \"YYYY-mm-dd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://mvp.verify24x7.in/verifyApi/api/verify_api/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 19 Nov 2023 17:03:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-ratelimit-limit","value":"10000"},{"key":"x-ratelimit-remaining","value":"9999"},{"key":"x-ratelimit-reset","value":"1700413600"},{"key":"etag","value":"W/\"102-TVkZbOoCybRIRjUqHFiUKCCBUz4\""},{"key":"vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=JK9pRpWH%2FAqxQi%2BvDySqorrUEDz3%2BQcmuB1lIXocFpNk1JxQmOhQX085Wh%2FVgvP7bIVxFI8jhhOuvtDE8ytu%2FmNXer6j7in5xzUiWJX3XLEUdCy8vNU1efc6hrcgxCXRoKpV\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"828a06a80cbe1bd6-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":" {\n      \"statusCode\": 200,\n    \"statusMsg\": \"Success\",\n    \"result\": true,\n    \"msg\": \"Valid Driving License\",\n    \"data\": {\n        \"client_id\": \"license_UtkqfmZghPRCGjSdwzus\",\n        \"citizenship\": \"IND\",\n        \"additional_check\": [],\n        \"state\": \"MP\",\n        \"transport_doi\": \"1800-01-01\",\n        \"profile_image\": \"9j/4AAQSkZJRgABAgIAAAAAAAD/wAARCAD0AMgDASIAAhEBAxEB/9sAhAAQCwwODAoQDg0OEhEQExgoGhgWFhgxIyUdMTozPTw5Mzg3QEhcTkBE/R=\",\n        \"has_image\": true,\n        \"blood_group\": \"\",\n        \"ola_name\": \"XXXX\",\n        \"temporary_zip\": \"\",\n        \"permanent_address\": \"XXXX\",\n        \"temporary_address\": \"XXXX\",\n        \"dob\": \"1992-02-25\",\n        \"license_number\": \"XXXX\",\n        \"permanent_zip\": \"\",\n        \"father_or_husband_name\": \"XXX\",\n        \"vehicle_classes\": [\n            \"XXXX\"\n        ],\n        \"less_info\": false,\n        \"transport_doe\": \"2033-05-05\",\n        \"doi\": \"1800-01-01\",\n        \"ola_code\": \"06\",\n        \"gender\": \"M\",\n        \"doe\": \"2033-05-05\",\n        \"initial_doi\": \"1800-01-01\",\n        \"name\": \"XXXXX\"\n    }\n\n}\n"},{"id":"28c33d5c-83c1-4aaa-8be9-9474d9beec48","name":"authentication_fail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": 3,\n    \"username\": \"XXX\",\n    \"drivingLicense\": \"XXXX\",\n    \"dob\": \"YYYY-mm-dd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://prod.crimescan.ai/v1/verifyApi/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 19 Nov 2023 17:06:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-ratelimit-limit","value":"10000"},{"key":"x-ratelimit-remaining","value":"9999"},{"key":"x-ratelimit-reset","value":"1700413780"},{"key":"etag","value":"W/\"44-QkR0TJxFxET++GATCGG3/HwwMk0\""},{"key":"vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=S33BRhAGcxJpowF3QhGDUfIUXZbfYuNXgBGWzz1DFtltThpeh%2FKFaGbXlrLL1cGQVjM1TL5usGLM8tyZj8GHMMVF7qAjjbRMeJ5zpDLTMaA0s7DiJ98uq2mDk4J2VY70xMvJ\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"828a0aadeccf1bd6-BOM"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"statusMsg\": \"Failed\",\n    \"msg\": \"Unauthorized access!\"\n}"}],"_postman_id":"04364cbd-31fa-4290-a1a9-4ed6efbd8815"}],"id":"24ff57f6-1d32-4d7d-aa2a-47047b0d0d7f","description":"<p>The \"Verify Driving Licence Number\" API enables authentication by sending a POST request with username and password, securing access through a generated bearer token for subsequent authorized requests.</p>\n<p><strong>Method: POST</strong></p>\n<p><strong>URL :</strong> <a href=\"https://prod.crimescan.ai/v1/verifyApi/verify\">https://prod.crimescan.ai/v1/verifyApi/verify</a></p>\n<p><strong>Function</strong>: Verify Driving Licence Number<br /><strong>Parameters</strong> : type,username, drivingLicense, dob<br /><strong>Output Type</strong> : JSON</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>fields</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required/Optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>internal purpose only</td>\n<td>required</td>\n</tr>\n<tr>\n<td>username</td>\n<td>user name</td>\n<td>required</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>drivingLicense</td>\n<td>Driving Licence Number</td>\n<td>required</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>date of birth</td>\n<td>required</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example:</strong></p>\n<p><code>curl --location --request POST \\</code></p>\n<p><code>'</code><a href=\"https://prod.crimescan.ai/v1/verifyApi/verify\">https://prod.crimescan.ai/v1/verifyApi/verify</a> <code>\\</code></p>\n<p><code>--header 'Content-Type: application/json' \\</code></p>\n<p><code>--header 'Authorization: Bearer eyXXX' \\</code></p>\n<p><code>--data-raw '{</code></p>\n<p><code>\"type\": 3,</code></p>\n<p><code>\"username\": \"XXX\",</code></p>\n<p><code>\"drivingLicense\": \"XXXX\",</code></p>\n<p><code>\"dob\":“YYYY-mm-dd”</code></p>\n<p><code>}'</code></p>\n<p><strong>Response:</strong></p>\n<p><strong>If success-</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  {\n\"statusCode\": 200,\n    \"statusMsg\": \"Success\",\n    \"result\": true,\n    \"msg\": \"Valid Driving License\",\n    \"data\": {\n        \"client_id\": \"license_UtkqfmZghPRCGjSdwzus\",\n        \"citizenship\": \"IND\",\n        \"additional_check\": [],\n        \"state\": \"MP\",\n        \"transport_doi\": \"1800-01-01\",\n        \"profile_image\": \"9j/4AAQSkZJRgABAgIAAAAAAAD/wAARCAD0AMgDASIAAhEBAxEB/9sAhAAQCwwODAoQDg0OEhEQExgoGhgWFhgxIyUdMTozPTw5Mzg3QEhcTkBE/R=\",\n        \"has_image\": true,\n        \"blood_group\": \"\",\n        \"ola_name\": \"XXXX\",\n        \"temporary_zip\": \"\",\n        \"permanent_address\": \"XXXX\",\n        \"temporary_address\": \"XXXX\",\n        \"dob\": \"1992-02-25\",\n        \"license_number\": \"XXXX\",\n        \"permanent_zip\": \"\",\n        \"father_or_husband_name\": \"XXX\",\n        \"vehicle_classes\": [\n            \"XXXX\"\n        ],\n        \"less_info\": false,\n        \"transport_doe\": \"2033-05-05\",\n        \"doi\": \"1800-01-01\",\n        \"ola_code\": \"06\",\n        \"gender\": \"M\",\n        \"doe\": \"2033-05-05\",\n        \"initial_doi\": \"1800-01-01\",\n        \"name\": \"XXXXX\"\n    }\n}\n\n</code></pre><p><strong>If api key has been expired-</strong></p>\n<p>{</p>\n<p>\"statusCode\": 401</p>\n<p>\"statusMsg\": \"Failed\",</p>\n<p>\"msg\": \"Unauthorized access!\"</p>\n<p>}</p>\n<p><strong>If username is missing:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"statusCode\": 401,\n    \"statusMsg\": \"Failed\",\n    \"msg\": \"Username is missing!\"\n}\n\n</code></pre><p><strong>If username is invalid:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"statusCode\": 401,\n\"statusMsg\": \"Failed\",\n\"msg\": \"Username is invalid!\"\n}\n\n</code></pre><p><strong>If driving license is invalid:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> {\n\"statusCode\": 425,\n    \"statusMsg\": \"Failed\",\n    \"result\": false,\n    \"msg\": \"Invalid Driving License\",\n    \"data\": {\n        \"drivingLicense\": \"XXXX\"\n    }\n}\n\n</code></pre><p><strong>If driving license is missing:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> {\n \"statusCode\": 473,\n    \"statusMsg\": \"Failed\",\n    \"result\": false,\n    \"msg\": \"drivingLicense field missing\"\n}\n\n</code></pre><p><strong>HTTP Status Codes:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Codes</th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>ok</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Incorrect Input</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Authentication Failed</td>\n</tr>\n<tr>\n<td>473</td>\n<td>Invalid Aadhar Card number</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"24ff57f6-1d32-4d7d-aa2a-47047b0d0d7f"}],"variable":[{"key":"manual_court_record_check","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6Im5lZWtpdCIsImlhdCI6MTY5ODIxNjM4NH0.XJK9qKkYxBwdXsviaz8QBw3nvZ7iiudriq1IPW-5AKg"}]}