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