Skip to content
CRM

hubapi.com:webhooks

Webhooks sandbox and mock API

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. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
9
Collections
-
Event types
-
example request
curl https://your-hubapi-webhooks.slurry.io/webhooks/v3/123/settings \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version v3.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 9.

  • GET/webhooks/v3/{appId}/settings
  • PUT/webhooks/v3/{appId}/settings
  • DELETE/webhooks/v3/{appId}/settings
  • GET/webhooks/v3/{appId}/subscriptions
  • POST/webhooks/v3/{appId}/subscriptions
  • POST/webhooks/v3/{appId}/subscriptions/batch/update
  • GET/webhooks/v3/{appId}/subscriptions/{subscriptionId}
  • PATCH/webhooks/v3/{appId}/subscriptions/{subscriptionId}
  • DELETE/webhooks/v3/{appId}/subscriptions/{subscriptionId}