Logout

POST {{sandbox_host}}/gst/compliance/tax-payer/logout

Using this API, you can invalidate current taxpayer session.

HEADERS

KeyDatatypeRequiredDescription
authorizationstringJWT Authorization token
x-api-keystringPublic key required to authorize API access.
x-api-versionstring

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"status_cd\": \"1\"\n    },\n    \"timestamp\": {{$timestamp}}000\n}"