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

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Response

200 - application/json

Successfully logged out

logout
boolean
required

Logout success status