Get the information required to configure google
Get the information required to configure google
Body
-
Authy device data interface
POST /V1/tfa/provider/authy/configure
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/tfa/provider/authy/configure \
-d '{"tfaToken":"string","deviceData":{"country":"string","phone_number":"string","method":"string","extension_attributes":{}}}'
Request examples
{
"tfaToken": "string",
"deviceData": {
"country": "string",
"phone_number": "string",
"method": "string",
"extension_attributes": {}
}
}
Response examples (200)
{
"message": "string",
"expiration_seconds": "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"
}