{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication TwoFactorAuth API", "version": "1.2" }, "items": [ { "info": { "name": "TwoFactorAuth", "type": "folder" }, "items": [ { "info": { "name": "Enable two factor auth using app", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/user/otp/app" }, "docs": "Enables two factor authentication using authenticator app." }, { "info": { "name": "Disable two factor authentication", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/user/otp/app" }, "docs": "Disables two factor authentication." }, { "info": { "name": "Enable two factor auth using sms", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/user/otp/sms" }, "docs": "Enables two factor authentication with sms." }, { "info": { "name": "Disable two factor authentication", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/user/otp/sms" }, "docs": "Disables two factor authentication." } ] } ], "bundled": true }