Skip to main content
PUT

Request Parameters

Path Parameters

string
required
Webhook endpoint ID

Request Body

string
New HTTPS URL where webhook events will be sent
array
New list of event types to subscribe to (null to keep existing)
string
New description of the webhook endpoint
You can also use PATCH /api/partner_webhooks/{id} with the same request body format.

Response Fields

string
Unique identifier for the webhook endpoint
string
HTTPS URL where webhook events are sent
array
Event types this endpoint is subscribed to
boolean
Whether the endpoint is active
string
When the endpoint was created (ISO 8601 format)
string
Description of the webhook endpoint