- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Email address of the developer. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
startKey |
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 |
count |
Number of API product subscriptions to return in the API call. Use with |
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 ( |
Fields | |
---|---|
developerSubscriptions[] |
List of all subscriptions. |
nextStartKey |
Value that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform