Skip to content
Energy & utilities

intellifi.nl

Brain Web sandbox and mock API

This document describes the [Intellifi Brain](https://intellifi.zendesk.com/hc/en-us/categories/360000685454) Web API specification using the [OpenAPI specification](https://github.com/OAI/OpenAPI-Specification). The Brain Web API is a RESTful API that allows you to interact with the [Intellifi devices](https://intellifi.zendesk.com/hc/en-us/categories/360000685434) and services in a powerful and Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
77
Collections
-
Event types
-
example request
curl https://your-intellifi-nl.slurry.io/%7Bprotocol%7D://%7Bcustomer%7D.intellifi.%7Btld%7D/api/authinfo \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.23.2+0.gfbc3926.dirty.

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

  • GET/authinfo
  • GET/blobs
  • POST/blobs
  • GET/blobs/{id}
  • DELETE/blobs/{id}
  • GET/blobs/{id}/download/{filename}
  • POST/blobs/{id}/upload
  • GET/events
  • GET/events/{id}
  • GET/items
  • POST/items
  • GET/items/{id}