Auth
Logout
Invalidate the current access token and end the user’s session.
POST
POST
Authorization header.
Headers
string
required
Bearer <access_token> — the JWT issued at login.Response
boolean
true when the token has been successfully invalidated.string
Human-readable confirmation message.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
Logged out successfully