cURL
curl --request POST \ --url https://scribe-api.puppilot.co/auth/request-password-reset \ --header 'Content-Type: application/json' \ --header 'X-API-Version: <x-api-version>' \ --data '{ "email": "jsmith@example.com" }'
{ "message": "Password reset token sent to the provided email." }
Request a token to reset user password.
email
{ "email": "user@example.com", }
API versioning is required. Include the header X-API-Version with current version value in all requests.
X-API-Version
"v1"
The response is of type object.
object