hubapi.com

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.

๐Ÿ”‘ apikey 9 endpoints customer_relation
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/webhooks/v3/{appId}/settings
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/webhooks/v3/{appId}/subscriptions
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/{subscriptionId}
Endpoints (9 total)
GET
/webhooks/v3/{appId}/settings
GET
/webhooks/v3/{appId}/subscriptions
GET
/webhooks/v3/{appId}/subscriptions/{subscriptionId}
POST
/webhooks/v3/{appId}/subscriptions
POST
/webhooks/v3/{appId}/subscriptions/batch/update
PUT
/webhooks/v3/{appId}/settings
PATCH
/webhooks/v3/{appId}/subscriptions/{subscriptionId}
DELETE
/webhooks/v3/{appId}/settings
DELETE
/webhooks/v3/{appId}/subscriptions/{subscriptionId}
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints9
Authapikey
Categories1
https://api.hubapi.com