Vai al contenuto principale
POST
/
oauth
/
revoke
Revoca 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

Il token da revocare.

client_id
string
required

L'identificatore univoco dell'applicazione.

client_secret
string

Il client secret dell'applicazione.

Response

200

Il token è stato revocato con successo.