Version v0.45 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Session
/api/session endpoints.
DELETE /api/session/
Logout.
PARAMS:
metabase-session-id
GET /api/session/password_reset_token_valid
Check is a password reset token is valid and isn’t expired.
PARAMS:
tokenvalue 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.
PARAMS:
-
usernamevalue must be a non-blank string. -
passwordvalue must be a non-blank string. -
request
POST /api/session/forgot_password
Send a reset email when user has forgotten their password.
PARAMS:
-
emailvalue must be a valid email address. -
request
POST /api/session/google_auth
Login with Google Auth.
PARAMS:
-
tokenvalue must be a non-blank string. -
request
POST /api/session/reset_password
Reset password with a reset token.
PARAMS:
-
tokenvalue must be a non-blank string. -
passwordpassword is too common. -
request
Read docs for other versions of Metabase.