Request Password Reset email
Rest API Method
Password Reset Request
Headers
Name
Type
Description
Request Body
Name
Type
Description
Rest API Curl Example
curl --location --request POST 'https://production.suggestic.com/api/v1/password_reset' \
--header 'Suggestic-Partner: suggestic' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]"
}'Last updated
Was this helpful?