Method: organizations.apis.list

Lists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/apis

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the organization in the following format: organizations/{org}

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.proxies.list

Query parameters

Parameters
includeRevisions

boolean

Flag that specifies whether to include a list of revisions in the response.

includeMetaData

boolean

Flag that specifies whether to include API proxy metadata in the response.

Request body

The request body must be empty.

Response body

To change this message, in the same CL add a change log in go/changing-api-proto-breaks-ui

If successful, the response body contains data with the following structure:

JSON representation
{
  "proxies": [
    {
      object (ApiProxy)
    }
  ]
}
Fields
proxies[]

object (ApiProxy)

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform