⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/auth/logout

Log out the currently authenticated user and invalidate their active session.

GET/api/auth/logout

Response Body

application/json

application/json

curl -X GET "https://example.com/api/auth/logout"
{  "loggedOut": true}