SendResetPasswordEmail

GET /?Action=SendResetPasswordEmail
Description

Sends an email to the email address provided for the account with a token to reset your password.
You need to provide this token when updating the account password using the ResetAccountPassword method.

Note

To protect against brute force attacks, the number of requests allowed for this method in a given time period is limited.

Body parameter

Required: false
Name: SendResetPasswordEmailRequest

Name Description Required Schema Default Example

Email

The email address provided for the account.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

SendResetPasswordEmailResponse

Response 200

Response 200

Name Description Required Schema Default Example

ResponseMetadata

Information about the response.

false

ResponseMetadata

Return

If true, the email has been sent. Otherwise, you receive an error.

false

boolean