{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations Tenants_other API", "version": "1.0" }, "items": [ { "info": { "name": "Tenants_other", "type": "folder" }, "items": [ { "info": { "name": "Get Account (tenant) by Alias", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/tenants/v2/alias/:alias", "params": [ { "name": "alias", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an account (tenant) with custom login by alias. When an account (tenant) cannot be found, an exception is thrown. A vendor token is required for this route, it can be obtained from the vendor authentication route." } ] } ], "bundled": true }