Skip to content

Confirm a password reset

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

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
{
  
"token": "string",
  
"new_password": "string",
  
"new_password_confirm": "string"
}

Responses

Password reset.

application/json
JSON
"string"

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

© Periscale