Skip to main content
POST
/
gst
/
compliance
/
tax-payer
/
session
/
refresh
Refresh Access Token
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.

Headers

authorization
string
required

GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the authorization header.

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Response

200 - application/json

200 Success

code
number
Example:

200

data
object
timestamp
number
Example:

1712926110000

transaction_id
string
Example:

"460019fb-f79a-4c1d-bc21-46c9f8210c1d"