{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations API Tokens API", "version": "1.0" }, "items": [ { "info": { "name": "API Tokens", "type": "folder" }, "items": [ { "info": { "name": "Get Account (tenant) Access Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/tenants/access-tokens/v1", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve all access tokens for a specific account (tenant)." }, { "info": { "name": "Create Account (tenant) Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/tenants/access-tokens/v1", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an access token for a specific account (tenant)." }, { "info": { "name": "Delete Account (tenant) Access Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.frontegg.com/applications/resources/tenants/access-tokens/v1/:id", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an account (tenant) access token." }, { "info": { "name": "Get Client Credentials Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/tenants/api-tokens/v1", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve all API tokens for a specific account (tenant)." }, { "info": { "name": "Create Client Credentials Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/tenants/api-tokens/v1", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Do not use. Instead, use v2 of this route." }, { "info": { "name": "Update Client Credentials Token", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.frontegg.com/applications/resources/tenants/api-tokens/v1/:id", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an account (tenant) API token." }, { "info": { "name": "Delete Client Credentials Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.frontegg.com/applications/resources/tenants/api-tokens/v1/:id", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an account (tenant) API token." }, { "info": { "name": "Create Client Credentials Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.frontegg.com/applications/resources/tenants/api-tokens/v2", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an account (tenant) API token.\n\nYou can retrieve roles and permissions via the API." } ] } ], "bundled": true }