cURL
curl --request POST \ --url https://api.marzipan.co/v1/account/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com", "returnUrl": "<string>" }'
This response does not have an example.
Request a password reset link to be sent to the user’s email address. The user can use the link to set a new password.
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Bearer <token>
<token>
Success