Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section of the API documentation is intended to provide an inventory of Bluzone APIs for access to Bluzone Cloud’s API enabled services. These services include Beacon, Blufis, Templates, Policies, History, and Location Services.

...

Example Requests Bluzone REST API

Request URL: https://bluzone.io/portal/papis/v1/projects/<YOUR_PROJECT_ID_HERE>/devices/beacons

Request Type: GET

HTTP Headers

...

...

  •     BZID: <YOUR_API_KEY_HERE>   

Response JSON

[{"deviceId": "12345678901234567","projectId": 0000"name": "BEACON 1"...... }]

More Examples

Get Project Details

...