v1
latestOpenAPI 3.0.22026-07-26480119.6 KBAuthentication
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
Example response
{
"message": "Logged out successfully"
}