Users

Verify password change code

Verifies the email code sent during password change. Returns a proof token needed to complete the password change.

post/users/@me/password-change/verify

Request body

ticketstring required

Password change ticket identifier

codestring required

Verification code sent to the email address

Response

Success

verification_proofstring required

Proof token issued after verifying the email code

Changes

No recorded changes to this endpoint across all 1 revision of this API.