Skip to main content
POST
/
Agent
/
Account
/
Logout
Logout
curl --request POST \
  --url https://{host}/Agent/Account/Logout \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Overview

Logs out the current session and invalidates the JWT.

Authentication

Requires a valid JWT bearer token.

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

200

Success