Endpoint for integrators to push sensor status data to

Securityapi_key
Request
Request Body schema:
provider_id
string

The identifier for external providers

region_id
string

The identifier for the region the sensor data is in

Array of objects
Responses
200

Success

400

The Input from the user was malformed

401

Authorization value is missing for the header or the credentials provided are incorrect

403

The account specified does not have the required role(s) to access the resource

404

Attempting to access invalid routes

500

An error occurred on the server. The response body includes details of the specific error

post/sensordata
Request samples
{
  • "provider_id": "Conure",
  • "region_id": "8765",
  • "sensors": [
    • {
      • "sensor_id": "8600b4b4-4ea6-11ea-91fd-123453742060",
      • "latitude": 40.6892,
      • "longitude": 74.0445,
      • "status": true
      }
    ]
}
Response samples
application/json
{
  • "uuid": "8800b4b4-4ea6-11ea-91fd-302303742060",
  • "message": "Aggregation Raw Data added"
}