Pular para o conteúdo principal
POST
/
oauth
/
revoke
Revogar 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

O token a ser revogado.

client_id
string
required

O identificador único da aplicação.

client_secret
string

O client secret da aplicação.

Response

200

O token foi revogado com sucesso.