Initiate Password Reset

Initiate resetting a user's password

This function is used to initiate resetting a user's password. The endpoint uses the user's email address and creates a reset URL with a merchant-generated token. Afterwards, it creates the reset password request in the database. If the e-mail is not recognized, the web page will return "e-mail not recognized". This is to be used in conjunction with [GET /reset/{token}] and [POST /reset/{token}].

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!