Skip to main content
POST
/
v1
/
auth
/
sign-out
curl -X POST https://api.caracracha.dev/v1/auth/sign-out \
  -H "Authorization: Bearer eyJhbGciOi..."
{
  "success": true
}
🚧 API em desenvolvimento — este endpoint é um rascunho.

Request

Requer header Authorization: Bearer {token}. Sem body.

Response

success
boolean
true quando a sessão foi revogada.
curl -X POST https://api.caracracha.dev/v1/auth/sign-out \
  -H "Authorization: Bearer eyJhbGciOi..."
{
  "success": true
}