Responses

  • 200 application/json

    QR code image

    Hide response attribute Show response attribute object
    • qr_code string(byte)

      Base64-encoded QR code image

  • 401

    Unauthorized

GET /2fa/qr-code
curl \
 --request GET 'http://localhost:8080/2fa/qr-code' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "qr_code": "string"
}