Skip to main content
PATCH
/
configure_webhook
Update Webhook Settings
curl --request PATCH \
  --url https://external.nectarclimate.com/v2/configure_webhook \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.nectarclimate.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Body

Request body to enable or disable webhooks.

enabled
boolean

Set to true to enable webhooks, false to disable.

Response

Current webhook configuration for the organization.

enabled
boolean
required

Whether webhooks are enabled for this organization.