POST
/
v1
/
oauth
/
revoke
Revoke a token
curl --request POST \
  --url https://api.kajabi.com/v1/oauth/revoke \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
token
string
required

Response

Token revocation succeeded