- Fetch API access must be enabled for your account and sensor through the BlueZoo Cloud Platform Dashboard
https://apollo-psq.bluefoxengage.com/login
-
Add the provided access and secret authentication tokens for your sensor to the sensor object in main.js, Line 8.
-
Run index.html with a web browser such as Google Chrome.
-
Realtime occupancy information from your sensor will be displayed within the count gauge and historical chart on the page.
-
Explore the BlueZoo Fetch API through our documentation listed below.
To form a request URL for a given endpoint, simply append the endpoint name to the base URL.
[Base API URL]
https://apollo-psq.bluefoxengage.com/third_party_fetch_api/v100
[Full Request URL]
Each successful HTTP request should return 200 as HTTP Status Code.
When requests are made too frequently to the API, code 429 may be returned as HTTP Status Code.
A full list of API endpoints is available in our documentation: BlueZoo Fetch API