---
title: Read Webhook Information for an App
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-webhooks
---

# Read Webhook Information for an App

Read webhook configuration details for a specific app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/webhooks

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[apps]: fields[webhooks]: include: limit:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Mentioned in

Configuring and parsing App Store Connect API webhook notifications

## See Also

### Managing webhook notifications

- [Read Webhook Information](appstoreconnectapi/get-v1-webhooks-_id_.md)
- [Create a Webhook Configuration](appstoreconnectapi/post-v1-webhooks.md)
- [Modify a Webhook Configuration](appstoreconnectapi/patch-v1-webhooks-_id_.md)
- [Delete a Webhook](appstoreconnectapi/delete-v1-webhooks-_id_.md)
