Saltar para o conteúdo principal
POST
/
oauth
/
revoke
Revogar token
curl --request POST \
  --url https://api.vendaze.com/oauth/revoke \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "client_secret": "<string>"
}
'
{
  "error": {
    "code": "not_found",
    "message": "Resource not found.",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.vendaze.com/llms.txt

Use this file to discover all available pages before exploring further.

Corpo

application/json
token
string
obrigatório

Access token ou refresh token a ser revogado.

client_id
string<uuid>
obrigatório
client_secret
string
obrigatório

Resposta

Token revogado.