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
Example request
{
"api_account_owner": "your_api_account_email@domain.com"
}Response
ResetPasswordResponse
Example response
{
"message": "Your password has been reset, a temporary password has been sent to your_email@domain.com"
}