Skip to main content
POST
/
v2
/
auth
/
logout-all
Logout all
curl --request POST \
  --url https://staging.api.prexsell.com/v2/auth/logout-all
{
  "errors": [
    {
      "message": "AUTH_INVALID_CREDENTIALS",
      "errorCode": "UNAUTHORIZED"
    }
  ]
}

Response

All sessions revoked and cookies cleared.