Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

bq reauth

Liam Jack edited this page Aug 25, 2015 · 1 revision

Endpoint

/bq/reauth

Description

Used to re-authenticate the user before executing a sensitive operation, such as changing the account password. It's a bit like sudo.

Request

  • password
  • timestamp
  • req_token
  • username

Response

Success

  • logged: true
  • message: Authentication successful!

Error

  • logged: false
  • message: Password incorrect. Sorry!
Clone this wiki locally