Sends an email with a link containing a token to reset a user password.
Security
PublishableApiKey
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/storefront/account/forgot-password
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/storefront/account/forgot-password
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/storefront/account/forgot-password
curl -i -X POST \
https://www.rebilly.com/_mock/catalog/all/storefront/account/forgot-password \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"username": "string"
}'Email sent.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Response
No content