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": "{{$headers 'authorization'}}",
    "session_expiry": 1712947710000,
    "status_cd": "1",
    "token_expiry": 1712947711000
  },
  "timestamp": 1712926110000,
  "transaction_id": "460019fb-f79a-4c1d-bc21-46c9f8210c1d"
}

Headers

Authorization
string
required

Taxpayer access token

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"