{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Auth Configs API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Auth Configs", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Auth Configs", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/authConfigs", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token returned from a previous list request." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression to narrow the results." } ] }, "docs": "Lists all authentication configurations for the specified product. Auth configs define credentials used by integrations to connect to external services." }, { "info": { "name": "Apigee Create an Auth Config", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/authConfigs", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new authentication configuration. Auth configs store credentials like OAuth tokens, API keys, or service account keys." }, { "info": { "name": "Apigee Get an Auth Config", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/authConfigs/:authConfigId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "authConfigId", "value": "", "type": "path", "description": "Auth config identifier." } ] }, "docs": "Gets the details for a specific authentication configuration." }, { "info": { "name": "Apigee Update an Auth Config", "type": "http" }, "http": { "method": "PATCH", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/authConfigs/:authConfigId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "authConfigId", "value": "", "type": "path", "description": "Auth config identifier." }, { "name": "updateMask", "value": "", "type": "query", "description": "Comma-separated list of fields to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing authentication configuration." }, { "info": { "name": "Apigee Delete an Auth Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/authConfigs/:authConfigId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "authConfigId", "value": "", "type": "path", "description": "Auth config identifier." } ] }, "docs": "Deletes an authentication configuration. The auth config must not be in use by any active integration version." } ] } ], "bundled": true }