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.

...

Bluvision's REST API requires a valid Bluzone API Key be added to each API request using a HTTP Header Variable.  This HTTP Header Variable should be named “BZID” and be assigned your project's unique 50 character API Key.  This API Key is located within your account profile.  Your account profile can be accessed by clicking on your username located in the master navigation on Bluzone portal.  All Bluzone API Keys are assigned to a specific/single Bluzone project and NOT shared across a Bluzone account.

Bluzone REST API  Sample Request to Get Project Beacons

Request URL: https://bluzone.io/portal/papis/v1/projects/{YOUR PROJECT ID}/devices/beacons

Request Type: GET

HTTP Headers: 

  •     Content-Type: application/json
  •     BZID: {YOUR PROJECT API KEY}     

Response JSON

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


Associated Links

Child pages (Children Display)
alltrue

...