/api/session endpoints.
DELETE /api/session/
Logout.
metabase-session-id
GET /api/session/password_reset_token_valid
Check is a password reset token is valid and isn’t expired.
token
value must be a string.GET /api/session/properties
Get all global properties and their values. These are the specific Settings
which are meant to be public.
POST /api/session/
Login.
username
value must be a non-blank string.
password
value must be a non-blank string.
request
POST /api/session/forgot_password
Send a reset email when user has forgotten their password.
email
value must be a valid email address.
request
POST /api/session/google_auth
Login with Google Auth.
token
value must be a non-blank string.
request
POST /api/session/reset_password
Reset password with a reset token.
token
value must be a non-blank string.
password
password is too common.
request