Authentication > Auth > authPasswordVerify
Commerce APIAuthenticationAuthauthPasswordVerify
authPasswordVerify
POST:auth/password/verify.json

Description

Verify password change code.

See also: Authentication.

Topic: Auth

Arguments

data: UserPasswordResetVerify!

Main argument for mutations.


Data Argument Fields

code: String!

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


email: String!

Email of the user

Example: "no+spam@mail.com"

Valid when: email is not empty

Valid when: email's length doesn't exceed 250 characters


Result

Boolean

Preview (typescript)

Loading module