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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This API endpoint lists all API product subscriptions for a specific developer, requiring the developer's email in the URL path."],["The `parent` parameter in the HTTP request path, formatted as `organizations/{org}/developers/{developerEmail}`, is mandatory and requires specific IAM permissions."],["Query parameters `startKey` and `count` enable pagination and filtering of results, with `count` defaulting to 100 and having a maximum limit of 1000."],["The request body must be empty, and the response body includes an array of developer subscriptions and a `nextStartKey` for retrieving subsequent pages."],["Authorization for this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]