Mock sample for your project: Hardware Sentry TrueSight Presentation Server REST API

Integrate with "Hardware Sentry TrueSight Presentation Server REST API" from truesight.local in no time with Mockoon's ready to use mock sample

Hardware Sentry TrueSight Presentation Server REST API

truesight.local

Version: 11.1.00


Use this API in your project

Integrate third-party APIs faster by using "Hardware Sentry TrueSight Presentation Server REST 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.
Improve your integration tests by mocking third-party APIs and cover more edge cases: slow response time, random failures, etc.

Description

Hardware Sentry TrueSight Presentation Server REST API

Other APIs in the same category

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.

Who Hosts This API

Discover the hosting provider for any web site

IoE² IoT API - to create end-user applications

Quick start - Telematics SDK

telematicssdk.com
Introduction
We have prepared a set of APIs for quick start to integrate telematics SDK that powers mobile telematics inside 3rd party mobile applications.
CONTACT US
SANDBOX
DEV.PORTAL
DEMO APP
Overview
Datamotion provides telematics infrastructure for mobile applications.
Telematics SDK turns any smartphone into telematics data gathering device to collect Location, driving and behavior data. API services unlocks power of your mobile application
There are 3 groups of methods:
1 - user management
2 - statistics for mobile app
3 - statistics for back-end(s)
in certain cases you will need SNS or any other notification services. read more here
Possible architecture
There are three common schemes that are used by our clients. These schemes can be combined
Collect, Process, Store (required: 1&2)
Collect, Process (required: 1& sns)
Collect (required 1&sns)
Collect, Process, Store
Collect, Process, Store
Collect, Process
Collect, Process
Collect
Collect
Telematic sdk
Common use-cases:
Safe and efficient driving
Usage-based insurance
Safe driving assessment
Driver assessment
Trip log
Geo-analysis
Accident monitoring
Driving engagements
Location based services
Realtime Tracking
and beyond
How to start
Register a SANDBOX ACCOUNT
Get CREDENTIALS
Follow the guide from DEVELOPER POERTAL
Authentication
To create a user on datamotion platform, you require to use InstanceID and InstanceKEY. You can get it in Datahub -> management -> user-service credentials
Once you create a user, you will get Device token, JWT token and refresh token. then, you will use it for APIs

KeyServ

keyserv.solutions
KeyServ API

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

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.

Hardware Sentry TrueSight Presentation Server REST API

Hardware Sentry TrueSight Presentation Server REST API

M-Bus HTTPD API

mbus.local

groov View Public API

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

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.

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