Verify reset password code

POST {{baseUrl}}/api-user-verify-reset-password-code

Verify whether the reset password code for the user is valid.

Request Body

{"email"=>"<string>", "code"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}