Skip to content

Revoke Token

POST https://api.staging.sawfish.com.au/api/v2/accounting/token/revoke-token

This will revoke the current token.

Header Type Required
x-client-id string
x-api-key string
Terminal window
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'

200 - Successful response