Apigee · Schema

ListOrganizationsResponse

Response for listing organizations.

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

Properties

Name Type Description
organizations array
View JSON Schema on GitHub

JSON Schema

apigee-listorganizationsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListOrganizationsResponse",
  "title": "ListOrganizationsResponse",
  "type": "object",
  "description": "Response for listing organizations.",
  "properties": {
    "organizations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Organization"
      }
    }
  }
}