v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Account

Reset password via email

Reset account password/forgotten password. This API will send a temporary to account email. Note, you must use /setpassword to set a permanent password after using this API

post/v1/account/resetpassword

Request body

api_account_ownerstring required

Example request

{
  "api_account_owner": "your_api_account_email@domain.com"
}

Response

ResetPasswordResponse

messagestring

Example response

{
  "message": "Your password has been reset, a temporary password has been sent to your_email@domain.com"
}