{ "opencollection": "1.0.0", "info": { "name": "Multi-Apps Overview Account Invitations M2M Tokens API", "version": "1.0" }, "items": [ { "info": { "name": "M2M Tokens", "type": "folder" }, "items": [ { "info": { "name": "Get Active Access Tokens List", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/vendor-only/users/access-tokens/v1/active", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the list of active access tokens for a specified account (tenant).\n\nPass the account's `frontegg-tenant-id` as a query parameter." }, { "info": { "name": "Get User Access Token Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/vendor-only/users/access-tokens/v1/:id", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve data for a specific user access token.\n\nPass the account's `frontegg-tenant-id` as a query parameter and the access token `id` as a path parameter." }, { "info": { "name": "Get Account (tenant) Access Token Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.frontegg.com/applications/resources/vendor-only/tenants/access-tokens/v1/:id", "headers": [ { "name": "frontegg-tenant-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve data for a specific account (tenant) access token.\n\nPass the account's `frontegg-tenant-id` as a query parameter and the access token `id` as a path parameter." } ] } ], "bundled": true }