Skip to main content
POST
/
gst
/
compliance
/
tax-payer
/
logout
Logout
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"
}

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:

1763446641000

transaction_id
string
Example:

"a7eda5e8-1558-4689-ace8-f085cd699041"