GET
/2fa/qr-code
curl \
--request GET 'http://localhost:8080/2fa/qr-code' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"code": 42,
"message": "string",
"data": {
"url": "string",
"key": "string"
}
}
Response examples (400)
{
"code": 42,
"message": "string",
"error": "string"
}
Response examples (401)
{
"code": 42,
"message": "string",
"error": "string"
}