Starts the user password reset procedure.
Request
POST https://api.bytehand.com/v2/users/password
Parameters
Query Parameters | |
---|---|
login | string Required parameter. Account, usually an email address. |
redirect_uri | string Required parameter. The address to which the code will be passed must match the values in the app's list of trusted addresses. You can add an address to the list of trusted addresses through support. |
validator | string Required parameter. Used anti-robot validation mechanism. May require additional parameters and permission to use, provided via support. |
Authorization
Does not require authorization and any specific access rights.
Response
Upon successful completion of the request, an object of type Response is returned.