Get the providers that the user is able to use for 2fa
Get the providers that the user is able to use for 2fa
GET /V1/tfa/tfat-user-providers
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/tfa/tfat-user-providers?tfaToken=string
Response examples (200)
[
{
"enabled": true,
"engine": {
"enabled": true
},
"code": "string",
"name": "string",
"icon": "string",
"reset_allowed": true,
"configure_action": "string",
"auth_action": "string",
"extra_actions": [
"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"
}