Platform Webhooks
Update a platform webhook
Update a platform webhook's configuration.
You can update:
- name - Display name for the webhook
- url - The endpoint URL (must be HTTPS)
- events - Array of event types to receive (empty array = all events)
- enabled - Enable or disable the webhook
patch/platform/webhooks/{webhookId}
Request body
Response
Platform webhook updated
Example response
{
"data": {
"id": "pwh_abc123def456"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}