{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations MFA Settings API", "version": "1.0" }, "items": [ { "info": { "name": "MFA Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Security Policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/configurations/v1/mfa-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This route gets the MFA policy for all accounts (tenants)." }, { "info": { "name": "Create MFA Policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/configurations/v1/mfa-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an MFA policy globally or for a specific account (tenant)." }, { "info": { "name": "Upsert Security Policy", "type": "http" }, "http": { "method": "PUT", "url": "https://api.frontegg.com/applications/resources/configurations/v1/mfa-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create or update the MFA policy for all accounts (tenants)." }, { "info": { "name": "Update Security Policy", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.frontegg.com/applications/resources/configurations/v1/mfa-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the MFA policy for all accounts (tenants)." }, { "info": { "name": "Get MFA Strategies", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/configurations/v1/mfa/strategies", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the MFA strategies configured for your environment." }, { "info": { "name": "Create or Update MFA Strategy", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/configurations/v1/mfa/strategies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create or update an MFA strategy.\n\nProvide the desired strategy configuration in the request body." } ] } ], "bundled": true }