Skip to content
Marketing automation & email

vestorly.com

Vestorly sandbox and mock API

Vestorly Developers API Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
51
Collections
-
Event types
-
example request
curl https://your-vestorly.slurry.io/api/v2/article_phrases \
  -H "Authorization: Bearer slurry_sim_..."

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

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

  • GET/advisors/{id}
  • GET/article_phrases
  • GET/articles
  • GET/articles/{id}
  • GET/custom_feed_filters
  • POST/custom_feed_filters
  • GET/custom_feed_filters/{id}
  • PUT/custom_feed_filters/{id}
  • DELETE/custom_feed_filters/{id}
  • GET/custom_feeds
  • POST/custom_feeds
  • GET/custom_feeds/{id}