cURL
curl --request POST \ --url https://production.deepvue.tech/v1/gst/tax-payer/refresh-session \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "code": 123, "timestamp": 123, "transaction_id": "<string>", "data": { "message": "Token Refreshed Successfully" } }
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response