Send a one time password to a device using authy
Send a one time password to a device using authy
POST /V1/tfa/provider/authy/send-token/{via}
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/tfa/provider/authy/send-token/{via} \
-d '{"username":"string","password":"string"}'
Request examples
{
"username": "string",
"password": "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"
}