---
title: Create a Webhook Configuration
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-webhooks
---

# Create a Webhook Configuration

Add a new webhook configuration.

## URL

POST https://api.appstoreconnect.apple.com/v1/webhooks

## Response Codes

201 Created: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 409 Conflict: 422 : 429 :

## Mentioned in

Configuring and parsing App Store Connect API webhook notifications Understanding webhook events

## See Also

### Managing webhook notifications

- [Read Webhook Information for an App](appstoreconnectapi/get-v1-apps-_id_-webhooks.md)
- [Read Webhook Information](appstoreconnectapi/get-v1-webhooks-_id_.md)
- [Modify a Webhook Configuration](appstoreconnectapi/patch-v1-webhooks-_id_.md)
- [Delete a Webhook](appstoreconnectapi/delete-v1-webhooks-_id_.md)
