Request Password Reset email
Use this REST method to request a password reset email.
Rest API Method
Password Reset Request
POST
https://production.suggestic.com/api/v1/password_reset
Headers
Name | Type | Description |
---|---|---|
Suggestic-Partner | String | |
Content-Type* | String | application/json |
Request Body
Name | Type | Description |
---|---|---|
email* | String | User email. |
Rest API Curl Example
Last updated