{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Developer Apps 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": "Developer Apps", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Developer Apps", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId/apps", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "developerId", "value": "", "type": "path", "description": "Email address or ID of the developer." }, { "name": "expand", "value": "", "type": "query", "description": "Set to true to return full app details." }, { "name": "count", "value": "", "type": "query", "description": "Number of developer apps to return." }, { "name": "startKey", "value": "", "type": "query", "description": "Name of the developer app from which to start the list." } ] }, "docs": "Lists all apps created by a developer in an organization. Returns an array of app IDs or expanded app objects." }, { "info": { "name": "Apigee Create a Developer App", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId/apps", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "developerId", "value": "", "type": "path", "description": "Email address or ID of the developer." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that product." }, { "info": { "name": "Apigee Get a Developer App", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId/apps/:appId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "developerId", "value": "", "type": "path", "description": "Email address or ID of the developer." }, { "name": "appId", "value": "", "type": "path", "description": "Name of the developer app." } ] }, "docs": "Returns the details for a developer app, including the API keys and API products associated with the app." }, { "info": { "name": "Apigee Update a Developer App", "type": "http" }, "http": { "method": "PUT", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId/apps/:appId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "developerId", "value": "", "type": "path", "description": "Email address or ID of the developer." }, { "name": "appId", "value": "", "type": "path", "description": "Name of the developer app." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the attributes of the developer app. This API replaces the current attributes with those specified in the request body." }, { "info": { "name": "Apigee Delete a Developer App", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId/apps/:appId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "developerId", "value": "", "type": "path", "description": "Email address or ID of the developer." }, { "name": "appId", "value": "", "type": "path", "description": "Name of the developer app." } ] }, "docs": "Deletes a developer app. This operation also removes all API keys and associations to API products for the app." } ] } ], "bundled": true }