cURL
curl --request GET \ --url https://api.incentives.leap.energy/alpha/webhook-config \ --header 'x-api-key: <api-key>'
{ "url": "<string>", "field_names": [ "Project ID", "Record ID" ] }
Return the authenticated organization’s webhook URL and optional custom field names for backend-triggered webhooks.
url
API key for authentication. Include your Leap API key in the x-api-key header: x-api-key: leap_live_...
x-api-key
x-api-key: leap_live_...
Current webhook config
Current webhook configuration for the authenticated organization
Webhook URL; POST is sent here after each successful lookup.
["Project ID", "Record ID"]
Was this page helpful?