Get an admin token using authy 2fa
Get an admin token using authy 2fa
POST /V1/tfa/provider/authy/authenticate
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/tfa/provider/authy/authenticate \
-d '{"username":"string","password":"string","otp":"string"}'
Request examples
{
"username": "string",
"password": "string",
"otp": "string"
}
Response examples (200)
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"
}