Skip to main content
POST
/
oauth
/
revoke
Revoke Token
curl --request POST \
  --url https://signin.altostrat.io/oauth/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>' \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>'

Body

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

The token to be revoked.

client_id
string
required

The application's unique identifier.

client_secret
string

The application's client secret.

Response

200

The token was successfully revoked.