apps__webhooks__list
List all webhooks associated with a specific app in App Store Connect.
Instructions
List the webhooks belonging to an app. [GET /v1/apps/{id}/webhooks]
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. |