Sensors
Get Sensors
GET
https://api.binity.io/v1/companies/:uuid/sensors
Get all sensors of that specific company.
Headers
Authorization
string
Bearer Token
Create Sensor
POST
https://api.binity.io/v1/companies/:uuid/sensors
Create a new sensor.
Headers
Authorization
string
Bearer Token
Request Body
hardware_id
string
Unique hardware identifier.
sensor_type
string
We are currently supporting 'binsonic', 'sloc', 'rhenus', 'lct' and 'livt'.
container_uuid
string
The container this sensor should be attached to.
Get Sensor
GET
https://api.binity.io/v1/companies/:uuid/sensors/:sensor_uuid
Get data of a single sensor.
Headers
Authorization
string
Bearer Token
Update Sensor
PATCH
https://api.binity.io/v1/companies/:uuid/sensors/:sensor_uuid
Update data of a single sensor.
Headers
Authorization
string
Bearer Token
Delete Location
DELETE
https://api.binity.io/v1/companies/:uuid/sensors/:sensor_uuid
Delete a single sensor.
Headers
Authorization
string
Bearer Token
Last updated
Was this helpful?