v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Account

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

emailstring email required

Example request

{
  "email": "account@pay.nl"
}

Response

Accepted