Skip to main content

Overview

Logs out the current session and invalidates the JWT.

HTTP request

POST /Agent/Account/Logout

Authentication

Requires a valid JWT bearer token.

Request body

{}

Response

Returns a success status with an empty JSON body.

Best practices

  • Call Logout on user-initiated sign-out.
  • If a token is compromised, log out and revoke access immediately.