Skip to main content
PUT
Update a webhook subscription

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Path Parameters

id
string
required

Body

application/json
url
string<uri>

New endpoint URL.

Example:

"https://yourapp.com/webhooks/hostreach"

secret
string

New signing secret.

name
string

New display name.

isActive
boolean

Set to false to disable the webhook without deleting it.

events
enum<string>[]

Replace the current event subscriptions.

Available options:
extraction.completed,
leads.imported,
lead.status_updated,
lead.first_response
Example:

Response

200 - undefined