POST:storefront/auth/password/verify.json
Storefront APIPOST:storefront/auth/password/verify.json

POST:storefront/auth/password/verify.json

Description

Verify password change code.

Topic: Auth

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

CustomerPasswordResetVerify

{
  "code": "543637",
  "email": "bob.norman@hostmail.com"
}