Skip to content

Logout

Ends the current email-auth session.

Method and path

  • Method: POST
  • Path: /auth/logout
  • Auth: active email-auth token/session expected

Request body

{
  "accessToken": "token"
}

Response

{
  "ok": true
}