{ "opencollection": "1.0.0", "info": { "name": "Hanko Admin Audit Logs mfa API", "version": "1.2.0" }, "items": [ { "info": { "name": "mfa", "type": "folder" }, "items": [ { "info": { "name": "Start MFA Registration", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant_id}.hanko.io/admin/:tenant_id/mfa/registration/initialize", "headers": [ { "name": "apiKey", "value": "" } ], "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initialize a registration for mfa credentials" }, { "info": { "name": "Finish MFA Registration", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant_id}.hanko.io/admin/:tenant_id/mfa/registration/finalize", "headers": [ { "name": "apiKey", "value": "" } ], "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Finish credential registration process" }, { "info": { "name": "Start MFA Login", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant_id}.hanko.io/admin/:tenant_id/mfa/login/initialize", "headers": [ { "name": "apiKey", "value": "" } ], "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initialize a login flow for MFA" }, { "info": { "name": "Finish MFA Login", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant_id}.hanko.io/admin/:tenant_id/mfa/login/finalize", "headers": [ { "name": "apiKey", "value": "" } ], "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "Tenant ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Finalize the login operation" } ] } ], "bundled": true }