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

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.