{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Content-Type": "application/json", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "*", "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:49:56 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "d71da4cf-f441-4783-b9f9-7fcdb72630a3", "X-Runtime": "0.031504", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "0" }, "request_method": "POST", "request_path": "/api/storefront/password_resets", "request_body": "{\"email\":\"user3@workarea.com\"}", "request_content_type": "application/json", "response_status": 200, "response_status_text": "OK", "response_body": null, "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/storefront/password_resets\" -d '{\"email\":\"user3@workarea.com\"}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Password Resets", "description": "Sending a forgot password email", "route": "/api/storefront/password_resets", "explanation": "
This will send a password reset email to the email address if there
\nis an account. The email will contain a link to the site where the
\npassword reset can be completed.