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"
}Taxpayer access token
API version
API key for identification
Was this page helpful?