Mock sample for your project: Brain Web API

Integrate with "Brain Web API" from intellifi.nl in no time with Mockoon's ready to use mock sample

Brain Web API

intellifi.nl

Version: 2.20.0


Use this API in your project

Speed up your application development by using "Brain Web API" ready-to-use mock sample. Mocking this API will allow you to start working in no time. No more accounts to create, API keys to provision, accesses to configure, unplanned downtime, just work.
It also improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.

Description

This document describes the Intellifi Brain
Web API specification using the OpenAPI specification.
The Brain Web API is a RESTful API that allows you to interact with the
Intellifi devices and
services in a powerful and simple way. Our end-to-end solution allows you to
localize your items/assets based on technologies such as RFID and Bluetooth.
Try it out!
The API can be tried out and tested using the 'api-doc/tryitout' endpoint on this site.
This UI allows anyone to visualize and interact with the API’s resources without having any of the implementation logic in place.
It’s automatically generated from this Specification, with the visual documentation making it easy for back end implementation and client side consumption.
Authentication
Applications are required to provide some form of authentication to the API
for every secured endpoint. The Brain offers two forms of authentication.
API key (Via an HTTP request header or URL parameter)
Session cookie
See also
About Intellifi and what we do: intellifi.nl
Technical and background information: intellifi.zendesk.com

Other APIs in the same category

Brain Web API

This document describes the Intellifi Brain
Web API specification using the OpenAPI specification.
The Brain Web API is a RESTful API that allows you to interact with the
Intellifi devices and
services in a powerful and simple way. Our end-to-end solution allows you to
localize your items/assets based on technologies such as RFID and Bluetooth.
Try it out!
The API can be tried out and tested using the 'api-doc/tryitout' endpoint on this site.
This UI allows anyone to visualize and interact with the API’s resources without having any of the implementation logic in place.
It’s automatically generated from this Specification, with the visual documentation making it easy for back end implementation and client side consumption.
Authentication
Applications are required to provide some form of authentication to the API
for every secured endpoint. The Brain offers two forms of authentication.
API key (Via an HTTP request header or URL parameter)
Session cookie
See also
About Intellifi and what we do: intellifi.nl
Technical and background information: intellifi.zendesk.com

M-Bus HTTPD API

mbus.local

PAC Control REST API

Revised: 6/15/2018
Overview
This API provides secure access to a SNAP-PAC-R or -S series controller's variable and I/O tags. Confidentiality for API transactions is provided by HTTPS. Authentication uses HTTP Basic Authentication with an API key. An API key ID is submitted in the Basic Authentication userid field and API key value in the password field.
For more information visit: developer.opto22.com
Examples
Read an array of all the integer32 variables defined in the PAC's strategy.
For example, on your SNAP-PAC-R or -S series controller at IP address 1.2.3.4, you would use the URL:
Note on packet sizes:
When doing POSTs or GETs, the JSON payload in the body should not exceed 3k (3072 bytes).

MIMIC REST API

This is the API for MIMIC client to connect to MIMIC daemon.

Adafruit IO REST API

adafruit.com
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 and a simple Internet of Things capable device like the Feather Huzzah.
This API documentation is hosted on GitHub Pages and is available at https://github.com/adafruit/io-api. For questions or comments visit the Adafruit IO Forums or the adafruit-io channel on the Adafruit Discord server.
Authentication
Authentication for every API request happens through the X-AIO-Key header or query parameter and your IO API key. A simple cURL request to get all available feeds for a user with the username "iousername" and the key "iokey_12345" could look like this:
$ curl -H "X-AIO-Key: iokey12345" https://io.adafruit.com/api/v2/io_username/feeds
Or like this:
$ curl "https://io.adafruit.com/api/v2/iousername/feeds?X-AIO-Key=iokey_12345
Using the node.js request library, IO HTTP requests are as easy as:
Client Libraries
We have client libraries to help you get started with your project: Python, Ruby, Arduino C++, Javascript, and Go are available. They're all open source, so if they don't already do what you want, you can fork and add any feature you'd like.

smart-me

smart-me.com
With the smart-me REST API you get Access to all your devices in the smart-me Cloud and you can add your own devices. So its an easy way to add the smart-me Cloud support to your Hardware or Software Product.

IoE² IoT API - to create end-user applications

groov View Public API

Revised: 2019-11-21
Overview
groov View Public API revision 1.

KeyServ

keyserv.solutions
KeyServ API

Hardware Sentry TrueSight Presentation Server REST API

Hardware Sentry TrueSight Presentation Server REST API

ClearBlade API

clearblade.com
A friendly little API to help you interact with the ClearBlade platform.

dweet.io

dweet.io
Dweet.io allows users to share data from mobile, tablets, and pcs, and them to other devices and accounts across social media platforms. Dweet.io provides an API to access the different functionality of the Dweet.io service. Users can make REST calls to read and create dweets, lock and unlock things, and perform other calls. The API returns JSON and JSONP.