{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations Lockout Policy API", "version": "1.0" }, "items": [ { "info": { "name": "Lockout Policy", "type": "folder" }, "items": [ { "info": { "name": "Get Lockout Policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/configurations/v1/lockout-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the lockout policy for all accounts (tenants) or for a specific account (tenant)." }, { "info": { "name": "Create Lockout Policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/configurations/v1/lockout-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a lockout policy for all accounts (tenants).\n\nTo enable the lockout policy, set the `enabled` parameter to `true` and configure the `maximumAttempts` value as desired." }, { "info": { "name": "Update Lockout Policy", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.frontegg.com/applications/resources/configurations/v1/lockout-policy", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the lockout policy for all accounts (tenants).\n\nTo disable the lockout policy, set the `enabled` parameter to `false`. You can also update the `maximumAttempts` value as desired." } ] } ], "bundled": true }