Logout
POST {{sandbox_host}}/gst/compliance/tax-payer/logout
Using this API, you can invalidate current taxpayer session.
HEADERS
| Key | Datatype | Required | Description |
| authorization
| string | | JWT Authorization token |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
RESPONSES
status: OK
"{\n \"transaction_id\": \"{{$randomUUID}}\",\n \"code\": 200,\n \"data\": {\n \"status_cd\": \"1\"\n },\n \"timestamp\": {{$timestamp}}000\n}"