Skip to content
CRM

hubspot.com

Test against the HubSpot CRM API API

A hosted, stateful simulation shaped like the HubSpot CRM API API. Writes persist, data moves on a schedule and every change can fire a signed webhook. Unofficial: not affiliated with hubspot.com.

Operations
29
example request
curl https://api.slurry.io/s/your-hubspot/crm/v3/owners \
  -H "Authorization: Bearer slurry_sim_live_..."

Your simulation gets its own hostname, key and IP allow-list. Spec snapshot: 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

First 12 of 29.

  • GET/crm/v3/objects/contacts
  • POST/crm/v3/objects/contacts
  • GET/crm/v3/objects/contacts/{contactId}
  • PATCH/crm/v3/objects/contacts/{contactId}
  • DELETE/crm/v3/objects/contacts/{contactId}
  • POST/crm/v3/objects/contacts/search
  • GET/crm/v3/objects/companies
  • POST/crm/v3/objects/companies
  • GET/crm/v3/objects/companies/{companyId}
  • PATCH/crm/v3/objects/companies/{companyId}
  • DELETE/crm/v3/objects/companies/{companyId}
  • POST/crm/v3/objects/companies/search