Skip to main content
POST
/
api
/
v1
/
auth
/
logout
Logout (current session)
curl --request POST \
  --url https://api.flowxi.app/api/v1/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "code": "LOGOUT_SUCCESS",
  "message": "Logged out."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Logged out.

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"