v1

latestOpenAPI 3.0.22026-07-26480119.6 KB
Authentication

Revoke the current session

Revokes the current session by adding the JWT access token to the blocklist. After logout, the token can no longer be used to authenticate requests.

post/api/v1/logout

Response

Logged out successfully

messagestring required

Example response

{
  "message": "Logged out successfully"
}