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.
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.
Applications are required to provide some form of authentication to the API for every secured endpoint. The Brain offers two forms of authentication.
Use this page to mock Brain Web API in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Brain Web API, which will allow you to keep building and testing even if the actual API you isn't currently available.