{ "opencollection": "1.0.0", "info": { "name": "Superhuman Docs Admin Account API Tokens API", "version": "0.0.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "API Tokens", "type": "folder" }, "items": [ { "info": { "name": "List API tokens for organization users", "type": "http" }, "http": { "method": "GET", "url": "https://docs.superhuman.com/apis/admin/v1/organizations/:organizationId/apiTokens", "params": [ { "name": "organizationId", "value": "org-AbCDeFGHIj", "type": "path", "description": "ID of the organization." }, { "name": "limit", "value": "10", "type": "query", "description": "Maximum number of results to return in this query." }, { "name": "pageToken", "value": "eyJsaW1pd", "type": "query", "description": "An opaque token used to fetch the next page of results." } ] }, "docs": "Returns a list of API tokens created by users within an organization.\n" }, { "info": { "name": "Revoke the given API token", "type": "http" }, "http": { "method": "DELETE", "url": "https://docs.superhuman.com/apis/admin/v1/organizations/:organizationId/apiTokens/:apiTokenId", "params": [ { "name": "organizationId", "value": "org-AbCDeFGHIj", "type": "path", "description": "ID of the organization." }, { "name": "apiTokenId", "value": "afe84ebf-4d06-44c5-b545-a8af5036bebf", "type": "path", "description": "ID of the API token." } ] }, "docs": "Revokes the given API token and prevents future use.\n" } ] } ], "bundled": true }