REST Resource: organizations.developers.subscriptions

Resource: DeveloperSubscription

Structure of a DeveloperSubscription.

JSON representation
{
  "name": string,
  "apiproduct": string,
  "startTime": string,
  "endTime": string,
  "createdAt": string,
  "lastModifiedAt": string
}
Fields
name

string

Output only. Name of the API product subscription.

apiproduct

string

Name of the API product for which the developer is purchasing a subscription.

startTime

string (int64 format)

Time when the API product subscription starts in milliseconds since epoch.

endTime

string (int64 format)

Time when the API product subscription ends in milliseconds since epoch.

createdAt

string (int64 format)

Output only. Time when the API product subscription was created in milliseconds since epoch.

lastModifiedAt

string (int64 format)

Output only. Time when the API product subscription was last modified in milliseconds since epoch.

Methods

create

Creates a subscription to an API product.

expire

Expires an API product subscription immediately.

get

Gets details for an API product subscription.

list

Lists all API product subscriptions for a developer.