Quick Start
Overview
The UbiTrack platform allows you to collect, store, analyse and visualise data collected from UbiTrack hardware, as well as create rules related to that data. All these functions are accessible via our RESTful API over HTTP.
Authentication
Name | Description |
---|---|
API_KEY | Unique key for each account. |
access_token | Unique key for each account. It can be encrypted by API_KEY |
user_access_token |
Temporary token used to authenticate API requests. The user_access_token obtained after the user logged in. Each user_access_token will expire when other user login to your account. |