Skip to content

Logout (revokes the refresh token)

Request

Security
bearer-key
Headers
wss-refresh-tokenstringrequired

Refresh token

POST
/api/v3.0/logout
curl -i -X POST \
  https://baseUrl/api/v3.0/logout \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'wss-refresh-token: string'

Responses

OK

Bodyapplication/json
string
Response
"string"