{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Developers 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": "Developers", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Developers", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "expand", "value": "", "type": "query", "description": "Set to true to return expanded developer details." }, { "name": "count", "value": "", "type": "query", "description": "Number of developers to return." }, { "name": "startKey", "value": "", "type": "query", "description": "Email of the developer from which to start the list." }, { "name": "app", "value": "", "type": "query", "description": "Filter by the name of the app owned by the developer." } ] }, "docs": "Lists all developers in an organization by email address. Returns a list of developer email addresses or expanded developer objects." }, { "info": { "name": "Apigee Create a Developer", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a developer in an organization. A developer is a consumer of APIs, typically represented by a person or company who registers apps and obtains API keys." }, { "info": { "name": "Apigee Get a Developer", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId", "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." } ] }, "docs": "Returns the developer profile by email address or developer ID. Includes information about the developer apps and custom attributes." }, { "info": { "name": "Apigee Update a Developer", "type": "http" }, "http": { "method": "PUT", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId", "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": "Updates a developer with the properties specified in the request body. The full developer object must be included in the request body." }, { "info": { "name": "Apigee Delete a Developer", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/developers/:developerId", "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." } ] }, "docs": "Deletes a developer from the organization. All apps and API keys associated with the developer are also removed. All pending push notifications are also deleted." } ] } ], "bundled": true }