---
title: Modify a Marketplace Webhook Configuration
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-marketplacewebhooks-_id_
---

# Modify a Marketplace Webhook Configuration

Update the endpoint URL and secret for alternative distribution package notifications.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/marketplaceWebhooks/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the marketplaceWebhooks resource ID from the Read Marketplace Webhook Information response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Managing Webhook Endpoint URLs

- [Read Marketplace Webhook Information](appstoreconnectapi/get-v1-marketplacewebhooks.md)
- [Add a Marketplace Webhook Configuration](appstoreconnectapi/post-v1-marketplacewebhooks.md)
- [Delete a Marketplace Webhook Configuration](appstoreconnectapi/delete-v1-marketplacewebhooks-_id_.md)
