v1
latestOpenAPI 3.0.12026-07-1714724311.1 KBAuthentication
Reset a Password
The request a password reset endpoint sends an email with a link to the admin app which in turn uses this endpoint to allow the user to reset their password.
post/auth/password/reset
Request body
Example request
{
"token": "eyJ0eXAiOiJKV1Qi...",
"password": "password"
}