| title | summary |
|---|---|
Session |
/api/session endpoints.
|
/api/session endpoints.
Logout.
metabase-session-id
Check if a password reset token is valid and isn't expired.
tokenvalue must be a non-blank string.
Get all properties and their values. These are the specific Settings that are readable by the current user, or are
public if no user is logged in.
Login.
-
usernamevalue must be a non-blank string. -
passwordvalue must be a non-blank string. -
request
Send a reset email when user has forgotten their password.
-
emailvalue must be a valid email address. -
request
Login with Google Auth.
-
tokenvalue must be a non-blank string. -
request
Allow non-users to unsubscribe from pulses/subscriptions, with the hash given through email.
-
emailstring. -
hashstring. -
pulse-idvalue must be an integer greater than zero. -
request
Allow non-users to undo an unsubscribe from pulses/subscriptions, with the hash given through email.
-
emailstring. -
hashstring. -
pulse-idvalue must be an integer greater than zero. -
request
Reset password with a reset token.
-
tokenvalue must be a non-blank string. -
passwordpassword is too common. -
request