Google Apigee website screenshot

Google Apigee

Google Apigee is a full-lifecycle API management platform offering an API gateway, developer portal, analytics, and monetization capabilities for enterprise-grade API programs across cloud, on-premise, and hybrid environments.

5 APIs 0 Features
API GatewayAPI ManagementEnterpriseGoogle Cloud

APIs

Google Apigee

Apigee is Google Cloud's API management platform enabling organizations to design, secure, publish, analyze, and scale their APIs with advanced analytics, developer portal, and ...

Google Apigee Management API

The Apigee Management API is a REST API that provides programmatic access to all Apigee platform functions, including creating and deploying API proxies, managing organizations ...

Google Apigee Connect API

The Apigee Connect API enables Apigee hybrid to connect the Apigee management plane to the customer-managed runtime plane without requiring the runtime plane to have an inbound ...

Google Apigee API Hub

Apigee API Hub is a centralized repository and governance platform for discovering, managing, and analyzing APIs across an organization. It enables teams to register APIs, manag...

Google Apigee Analytics API

The Apigee Analytics API provides access to API usage metrics, traffic data, error rates, latency statistics, and custom reports generated by the Apigee analytics engine. It all...

Collections

Pricing Plans

Rate Limits

Google Apigee Rate Limits

23 limits

RATE LIMITS

FinOps

JSON Structure

Google Apigee Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🌐
Console
Console
📰
Blog
Blog
📄
ChangeLog
ChangeLog
🟢
StatusPage
StatusPage
💬
Support
Support
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
👥
GitHubOrganization
GitHubOrganization
👥
GitHubRepository
GitHubRepository
👥
StackOverflow
StackOverflow
👥
YouTube
YouTube

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Apigee API
  version: v1
items:
- info:
    name: Organizations
    type: folder
  items:
  - info:
      name: Google Apigee List organizations
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations
    docs: Lists Apigee organizations accessible to the caller.
  - info:
      name: Google Apigee Get an organization
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization
      params:
      - name: organization
        value: ''
        type: path
    docs: Gets the profile for an Apigee organization.
  - info:
      name: Google Apigee List API proxies
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/apis
      params:
      - name: organization
        value: ''
        type: path
    docs: Lists API proxies in an organization.
  - info:
      name: Google Apigee Create an API proxy
      type: http
    http:
      method: POST
      url: https://apigee.googleapis.com/v1/organizations/:organization/apis
      params:
      - name: organization
        value: ''
        type: path
      - name: name
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Creates an API proxy in an organization.
  - info:
      name: Google Apigee Get an API proxy
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/apis/:api
      params:
      - name: organization
        value: ''
        type: path
      - name: api
        value: ''
        type: path
    docs: Gets an API proxy including its revisions.
  - info:
      name: Google Apigee Delete an API proxy
      type: http
    http:
      method: DELETE
      url: https://apigee.googleapis.com/v1/organizations/:organization/apis/:api
      params:
      - name: organization
        value: ''
        type: path
      - name: api
        value: ''
        type: path
    docs: Deletes an API proxy and all its revisions.
  - info:
      name: Google Apigee List environments
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/environments
      params:
      - name: organization
        value: ''
        type: path
    docs: Lists environments in an organization.
  - info:
      name: Google Apigee Create an environment
      type: http
    http:
      method: POST
      url: https://apigee.googleapis.com/v1/organizations/:organization/environments
      params:
      - name: organization
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates an environment in an organization.
  - info:
      name: Google Apigee Get an environment
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/environments/:environment
      params:
      - name: organization
        value: ''
        type: path
      - name: environment
        value: ''
        type: path
    docs: Gets the profile for an environment.
  - info:
      name: Google Apigee Delete an environment
      type: http
    http:
      method: DELETE
      url: https://apigee.googleapis.com/v1/organizations/:organization/environments/:environment
      params:
      - name: organization
        value: ''
        type: path
      - name: environment
        value: ''
        type: path
    docs: Deletes an environment from an organization.
  - info:
      name: Google Apigee Get deployment status
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/environments/:environment/apis/:api/revisions/:revision/deployments
      params:
      - name: organization
        value: ''
        type: path
      - name: environment
        value: ''
        type: path
      - name: api
        value: ''
        type: path
      - name: revision
        value: ''
        type: path
    docs: Gets the deployment status of an API proxy revision.
  - info:
      name: Google Apigee List API products
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/apiproducts
      params:
      - name: organization
        value: ''
        type: path
    docs: Lists API products in an organization.
  - info:
      name: Google Apigee Create an API product
      type: http
    http:
      method: POST
      url: https://apigee.googleapis.com/v1/organizations/:organization/apiproducts
      params:
      - name: organization
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates an API product in an organization.
  - info:
      name: Google Apigee List developers
      type: http
    http:
      method: GET
      url: https://apigee.googleapis.com/v1/organizations/:organization/developers
      params:
      - name: organization
        value: ''
        type: path
    docs: Lists developers in an organization.
  - info:
      name: Google Apigee Create a developer
      type: http
    http:
      method: POST
      url: https://apigee.googleapis.com/v1/organizations/:organization/developers
      params:
      - name: organization
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a developer in an organization.
bundled: true