curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/logout \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a7eda5e8-1558-4689-ace8-f085cd699041"
}Using this API, you can invalidate current taxpayer session.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/logout \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a7eda5e8-1558-4689-ace8-f085cd699041"
}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?