get https://example.com/api/1/logout
Log out the user on the backend and redirect to the login page.
Log in to see full request history
Responses
Log out the user on the backend and redirect to the login page.
xxxxxxxxxx
curl --request GET \
--url https://example.com/api/1/logout \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: