Method: organizations.developers.subscriptions.list

Lists all API product subscriptions for a developer.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Email address of the developer. Use the following structure in your request: organizations/{org}/developers/{developerEmail}

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

  • apigee.developersubscriptions.list

Query parameters

Parameters
startKey

string

Name of the API product subscription from which to start displaying the list of subscriptions. If omitted, the list starts from the first item.

For example, to view the API product subscriptions from 51-150, set the value of startKey to the name of the 51st subscription and set the value of count to 100.

count

integer

Number of API product subscriptions to return in the API call. Use with startKey to provide more targeted filtering. Defaults to 100. The maximum limit is 1000.

Request body

The request body must be empty.

Response body

Response for subscriptions.list.

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

JSON representation
{
  "developerSubscriptions": [
    {
      object (DeveloperSubscription)
    }
  ],
  "nextStartKey": string
}
Fields
developerSubscriptions[]

object (DeveloperSubscription)

List of all subscriptions.

nextStartKey

string

Value that can be sent as startKey to retrieve the next page of content. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

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