v1
latestOpenAPI 3.1.02026-07-242325051.4 MBAccount
Account:ResetPassword
Use this endpoint to reset your password when the password has lost. This will send an email with a one time password change link. This link contains a token. You can use the Account:SetPassword endpoint with this token to set a new password for this account
post/v2/accounts/password-recover
Request body
Example request
{
"email": "account@pay.nl"
}Response
Accepted