Apigee API logo

Apigee API

Apigee API

Programmatically manage Apigee organizations, API proxy deployments, attributes, certificates, and hybrid operations.

Visit site ↗Health checked 9h ago
Use it when

Exposes deployments and change-report operations

Watch for

This is an admin/control-plane API, not a runtime request API

First check

Start with an OAuth token that includes the cloud-platform scope, then inspect the organizations, deployments, and attributes resources. If your goal is release automation, validate the deploy and undeploy change-report endpoints first.

Auth
oauth
CORS
No
HTTPS
Yes
Signup
Required
Latency
46 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 46ms
01

About this API

This spec covers the Apigee control plane rather than runtime traffic: it is built for API proxy lifecycle work, organization-level settings, and hybrid status operations. The OpenAPI document exposes paths such as "/v1/organizations", "/v1/{instance}:reportStatus", "/v1/{name}", and "/v1/{name}/attributes" and tags like "hybrid", "organizations", and "projects".

That shape maps well to deploy or roll back api proxy revisions, manage organization certificates and attributes, and generate deploy and undeploy change reports. The spec lists scopes such as "https://www.googleapis.com/auth/cloud-platform".

This is an admin/control-plane API, not a runtime request API Most useful operations still require Google Cloud organization access

02

What you can build

  • 1Deploy or roll back API proxy revisions
  • 2Manage organization certificates and attributes
  • 3Generate deploy and undeploy change reports
03

Strengths & limitations

Strengths

  • Exposes deployments and change-report operations
  • Covers both organizations and hybrid resources
  • Uses explicit cloud-platform OAuth scopes

Limitations

  • This is an admin/control-plane API, not a runtime request API
  • Most useful operations still require Google Cloud organization access
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://google.com/<endpoint> \
  -H "Authorization: Bearer $ACCESS_TOKEN"
05

Getting started

Start with an OAuth token that includes the cloud-platform scope, then inspect the organizations, deployments, and attributes resources. If your goal is release automation, validate the deploy and undeploy change-report endpoints first.

06

Technical details

CORS: NoHTTPS: YesSignup: YesOpen source: No
Auth type
oauth
Pricing
unknown
Protocols
REST
Response time
46 ms
Last health check
5/12/2026, 7:37:30 AM
07

Tags

08

More from Google