API v1 ReferenceLogout
Logout redirect
GET requests to logout endpoint automatically redirect to login page. This is a convenience method for browser-based logout links.
fetch("https://app.orbiqhq.com/api/v1/logout", { method: "GET"})
Empty
How is this guide?