v1/user/verify-password

This API is used for challenges for users to verify password before they can do some actions such as changing password, change email, etc.

Verify Password

POST https://api.brickverse.co/v1/user/verify-password

Password challenge.

Request Body

NameTypeDescription

password*

String

Password (case sensitive)

challenge

String

Challenge ID

{"success": true}

Last updated