Revoke Token
POST https://api.staging.sawfish.com.au/api/v2/accounting/token/revoke-tokenThis will revoke the current token.
Headers
Section titled “Headers”| Header | Type | Required |
|---|---|---|
x-client-id |
string | ✅ |
x-api-key |
string | ✅ |
Example Request
Section titled “Example Request”curl --request POST \ --url https://api.staging.sawfish.com.au/api/v2/accounting/token/revoke-token \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'x-client-id: your-client-id' \ --header 'x-api-key: your-api-key'Responses
Section titled “Responses”200 - Successful response

