Skip to content
E-commerce platforms

pendo.io

Pendo Feedback sandbox and mock API

## Who is this for? This documentation is for developers creating their own integration with [Feedback's](https://www.pendo.io/product/feedback/) API. If you are doing a standard integration, there's a really easy [Javascript integration](https://help.receptive.io/hc/en-us/articles/209221969-How-to-integrate-Receptive-with-your-app) that you should know about before you go to the effort of buildin Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
31
Collections
-
Event types
-
example request
curl https://your-pendo.slurry.io/accounts \
  -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 31.

  • GET/accounts
  • GET/accounts/{id}
  • PUT/accounts/{id}
  • DELETE/accounts/{id}
  • GET/accounts/{id}/tags
  • POST/accounts/{id}/tags
  • DELETE/accounts/{id}/tags
  • GET/comments
  • GET/features
  • GET/features/{id}
  • GET/features/{id}/tags
  • POST/features/{id}/tags