Get the information required to configure google
Get the information required to configure google
POST /V1/tfa/provider/google/configure
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/tfa/provider/google/configure \
-d '{"tfaToken":"string"}'
Request examples
{
"tfaToken": "string"
}
Response examples (200)
{
"qr_code_base64": "string",
"secret_code": "string",
"extension_attributes": {}
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}