Apigee · Example Payload

Apigee Api Product Example

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Apigee Api Product Example is an example object payload from Apigee, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedisplayNameapprovalTypeenvironmentsproxies

Example Payload

Raw ↑
{
  "name": "my-api-product",
  "displayName": "My API Product",
  "approvalType": "auto",
  "environments": [
    "prod"
  ],
  "proxies": [
    "my-api-proxy"
  ]
}