Skip to content
Energy & utilities

adafruit.com

Adafruit IO REST sandbox and mock API

### The Internet of Things for Everyone The Adafruit IO HTTP API provides access to your Adafruit IO data from any programming language or hardware environment that can speak HTTP. The easiest way to get started is with [an Adafruit IO learn guide](https://learn.adafruit.com/series/adafruit-io-basics) and [a simple Internet of Things capable device like the Feather Huzzah](https://www.adafruit.com Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
71
Collections
-
Event types
-
example request
curl https://your-adafruit.slurry.io/api/v2/user \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.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 71.

  • GET/user
  • POST/webhooks/feed/:token
  • POST/webhooks/feed/:token/raw
  • GET/{username}/activities
  • DELETE/{username}/activities
  • GET/{username}/activities/{type}
  • GET/{username}/dashboards
  • POST/{username}/dashboards
  • GET/{username}/dashboards/{dashboard_id}/blocks
  • POST/{username}/dashboards/{dashboard_id}/blocks
  • GET/{username}/dashboards/{dashboard_id}/blocks/{id}
  • PUT/{username}/dashboards/{dashboard_id}/blocks/{id}