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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.