Skip to main content
POST
https://example.com
/
api
/
auth
/
sign-out
cURL
curl --request POST \
  --url https://example.com/api/auth/sign-out \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

The body is of type object.

Response

Success

success
boolean