Last updated 1 year ago
Was this helpful?
Use this REST method to request a password reset email.
POST https://production.suggestic.com/api/v1/password_reset
POST
https://production.suggestic.com/api/v1/password_reset
Suggestic-Partner
String
Content-Type*
application/json
email*
User email.
curl --location --request POST 'https://production.suggestic.com/api/v1/password_reset' \ --header 'Suggestic-Partner: suggestic' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@suggestic.com" }'