Skip to main content
GET
/
configure_webhook
Get Webhook Settings
curl --request GET \
  --url https://external.nectarclimate.com/v2.1/configure_webhook \
  --header 'X-API-KEY: <api-key>'
{
  "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

Response

Current webhook configuration for the organization.

enabled
boolean
required

Whether webhooks are enabled for this organization.