Skip to main content
POST
/
v1
/
api
/
auth
/
logout
Log out current user
curl --request POST \
  --url http://localhost:3091/v1/api/auth/logout \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Headers

Authorization
string
required

Response

Logout successful

The response is of type object.