cURL
curl --request GET \ --url https://api.veryfront.com/auth/logout \ --header 'Authorization: Bearer <token>'
{ "logout": true }
Clears the authentication cookie and signs out the user.
Documentation IndexFetch the complete documentation index at: https://veryfront.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Successfully logged out
Logout success status