Apigee · Schema

ListDeveloperAppKeysResponse

Response for listing developer app keys.

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

Properties

Name Type Description
developerAppKey array
View JSON Schema on GitHub

JSON Schema

apigee-listdeveloperappkeysresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListDeveloperAppKeysResponse",
  "title": "ListDeveloperAppKeysResponse",
  "type": "object",
  "description": "Response for listing developer app keys.",
  "properties": {
    "developerAppKey": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DeveloperAppKey"
      }
    }
  }
}