GET
/2fa/qr-code
curl \
--request GET 'https://middleware.example.com/api/2fa/qr-code' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"qr_code": "string"
}
curl \
--request GET 'https://middleware.example.com/api/2fa/qr-code' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"qr_code": "string"
}