This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.
Resource types
Inapppurchases
For Inapppurchases Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/androidpublisher/v1.1/applications, unless otherwise noted | ||
get |
GET /packageName/inapp/productId/purchases/token
|
Checks the purchase and consumption status of an inapp item. |
Purchases
For Purchases Resource details, see the resource representation page.
Method | HTTP request | Description |
---|---|---|
URIs relative to https://www.googleapis.com/androidpublisher/v1.1/applications, unless otherwise noted | ||
cancel |
POST /packageName/subscriptions/subscriptionId/purchases/token/cancel
|
Cancels a user's subscription purchase. The subscription remains valid until its expiration time. |
get |
GET /packageName/subscriptions/subscriptionId/purchases/token
|
Checks whether a user's subscription purchase is valid and returns its expiry time. |