POST /api/interaction/bind-mfa
Body object Required
POST /api/interaction/bind-mfa
curl \
-X POST https://[tenant_id].logto.app/api/interaction/bind-mfa \
-H "Content-Type: application/json" \
-d '{"type":"string","code":"string"}'
Request examples
Object-1 (generated)
{
"type": "string",
"code": "string"
}
{
"type": "string",
"id": "string",
"rawId": "string",
"response": {
"clientDataJSON": "string",
"attestationObject": "string",
"authenticatorData": "string",
"transports": [
"usb"
],
"publicKeyAlgorithm": 42.0,
"publicKey": "string"
},
"authenticatorAttachment": "cross-platform",
"clientExtensionResults": {
"appid": true,
"crepProps": {
"rk": true
},
"hmacCreateSecret": true
}
}
{
"type": "string"
}