Activate the provider and get a token
Activate the provider and get a token
POST /V1/tfa/provider/u2fkey/activate
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/tfa/provider/u2fkey/activate \
-d '{"tfaToken":"string","publicKeyCredentialJson":"string"}'
Request examples
{
"tfaToken": "string",
"publicKeyCredentialJson": "string"
}
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"
}