Skip to content
CRM

salesloft.com

SalesLoft Platform sandbox and mock API

SalesLoft helps transform sales teams into modern sales organizations - converting more target accounts into customer accounts Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
118
Collections
-
Event types
-
example request
curl https://your-salesloft.slurry.io/v2/account_stages.json \
  -H "Authorization: Bearer slurry_sim_..."

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

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 118.

  • GET/v2/account_stages.json
  • GET/v2/account_stages/{id}.json
  • GET/v2/account_tiers.json
  • GET/v2/account_tiers/{id}.json
  • POST/v2/account_upserts.json
  • GET/v2/accounts.json
  • POST/v2/accounts.json
  • GET/v2/accounts/{id}.json
  • PUT/v2/accounts/{id}.json
  • DELETE/v2/accounts/{id}.json
  • GET/v2/action_details/call_instructions.json
  • GET/v2/action_details/call_instructions/{id}.json