Skip to main content

Logout

This page describes the user flow when the user logs out from an application.

Logout

When the user logs out from an application the below API will be called:

  • API endpoint: GET api/auth/v1/logout.
  • The request removes the JWT token (qt-auth) present in the current session.
  • On successful logout, API returns a HTTP 204 No content and the user's session will be killed

Usage

Sample CURL

curl --location --request GET 'https:///<publisher-website-url>/api/auth/v1/logout' \

Refer to Swagger API docs for more info on API usage.

API Sequence Diagram

otp