Provides a way for apps to subscribe to certain change events in HubSpot. Once configured, apps will receive event payloads containing details about the changes at a specified target URL. There can only be one target URL for receiving event notifications per app.
No SDKs indexed for this API yet.
curl \
# append ?hapikey=$API_KEY to the URL \
https://api.hubapi.com/webhooks/v3/{appId}/settingscurl \
# append ?hapikey=$API_KEY to the URL \
https://api.hubapi.com/webhooks/v3/{appId}/subscriptionscurl \
# append ?hapikey=$API_KEY to the URL \
https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/{subscriptionId}No SDKs yet