curl --location --request GET 'https://core.authing.cn/api/v2/mfa/authenticator?type=totp&source=APPLICATION' \
--header 'Authorization: Bearer sdsdfsdfsdff ' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214'
{
"code": 200,
"message": "获取 MFA Authenticator 成功",
"data": [
{
"id": "61de9108ba0dcb4136850be9",
"createdAt": "2022-01-12T08:27:52.235Z",
"updatedAt": "2022-01-17T09:28:00.472Z",
"userId": "5a597f35085a2000144a10ed",
"enable": false,
"secret": "KQTR6XTTCILXYMLB",
"authenticatorType": "totp",
"recoveryCode": "8889-b2de-9472-b565-7508-4f5a",
"source": "SELF"
}
]
}