Skip to content

Request a password reset

POST
/api/v1/customer/auth/reset-password/request/

Always returns 200 regardless of whether the email exists (anti-enumeration). A reset token valid for 1 hour is issued on a real match.

Authorizations

apiKey

Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.

Type
API Key (header: X-Periscale-Key)

Request Body

application/json
JSON
{
  
"email": "string"
}

Responses

Request accepted.

application/json
JSON
"string"

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

© Periscale