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

# Read Webhook Information

Read configuration details for a specific webhook.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the webhooks resource ID from the Read Webhook Information for an App response.

## Query Parameters

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

## 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 for an App](appstoreconnectapi/get-v1-apps-_id_-webhooks.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)
