apps__promoted_purchases__list
Retrieve promoted purchases for a specific app. Filter by in-app purchase or subscription relationships with optional pagination.
Instructions
List the promoted purchases belonging to an app. [GET /v1/apps/{id}/promotedPurchases]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| include | No | comma-separated list of relationships to include | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. |