curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/session/refresh \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0YXhwYXllci1zZXNzaW9uIiwiZ3N0aW4iOiIyNEFCS0NTMjAzM0IxWlYiLCJpYXQiOjE3MTI5NDQxMDAsImV4cCI6MTcxMjk0NzcxMX0.sandbox-signature",
"session_expiry": 1712947710000,
"status_cd": "1",
"token_expiry": 1712947711000
},
"timestamp": 1712926110000,
"transaction_id": "460019fb-f79a-4c1d-bc21-46c9f8210c1d"
}Extend access to data on behalf of tax payer / tax consultant without user intervention.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/session/refresh \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0YXhwYXllci1zZXNzaW9uIiwiZ3N0aW4iOiIyNEFCS0NTMjAzM0IxWlYiLCJpYXQiOjE3MTI5NDQxMDAsImV4cCI6MTcxMjk0NzcxMX0.sandbox-signature",
"session_expiry": 1712947710000,
"status_cd": "1",
"token_expiry": 1712947711000
},
"timestamp": 1712926110000,
"transaction_id": "460019fb-f79a-4c1d-bc21-46c9f8210c1d"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the authorization header.
API version
API key for identification
Was this page helpful?