curl --location 'https://api.staging.indiconnect.in/idverifygr/verification' \
--header 'service-key: sk_test_bf78b31a4b9275ca' \
--header 'Authorization: x-api-access indc_test_8cdbb53b09f50c3c:ac_test_bd6e115254f11a58' \
--header 'providercode: IU760JEE' \
--header 'Content-Type: application/json' \
--data '{
"query": "mutation {\r\n verify(\r\n input: {\r\n chassisNumber: \"MD2B97FX5TCM36092\",\r\n engineNumber: \"PDXCTM70142\",\r\n documentType: \"reverse-rc-lookup-dt\"\r\n }\r\n ) {\r\n ok\r\n message\r\n result {\r\n ... on DTReverseRcLookupResult {\r\n reg_no\r\n result_source\r\n auto_corrected_chassis_no\r\n }\r\n }\r\n error {\r\n status\r\n message\r\n decryptedError\r\n }\r\n }\r\n}\r\n",
"variables": {}
}'{
"data": {
"verify": {
"ok": true,
"message": "Verification completed successfully",
"result": {
"reg_no": "MH45BF2409",
"result_source": "chassis_no",
"auto_corrected_chassis_no": null
},
"error": null
}
}
}