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