cURL
curl --request GET \ --url https://production.deepvue.tech/v2/verification/tax-payer/tan \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
API to verify and get details for a particular TAN.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response