Authentication > Auth > storefrontAuthPasswordVerify
POST:storefront/auth/password/verify.json
Description
Verify password change code.
Topic: Auth
Arguments
data: CustomerPasswordResetVerify!
Main argument for mutations.
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Six-digit code you got via email
Example: "543637"
Valid when: code is not empty
Valid when: code's length doesn't exceed 250 characters
The email address of the customer
Example: "bob.norman@hostmail.com"
Valid when: email is not empty
Valid when: email's length doesn't exceed 250 characters
Result
Boolean
Preview (typescript)
Loading module