{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations API Access Control Configurations API", "version": "1.0" }, "items": [ { "info": { "name": "API Access Control Configurations", "type": "folder" }, "items": [ { "info": { "name": "Get Routes Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/routes/v1/configuration", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve routes configuration" }, { "info": { "name": "Update Routes Configuration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.frontegg.com/applications/resources/routes/v1/configuration", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update route configurations" } ] } ], "bundled": true }