Skip to main content
GET
/
auth
/
logout
Log Out
curl --request GET \
  --url https://api.veryfront.com/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "logout": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successfully logged out

logout
boolean
required

Logout success status