Endpoint for integrators to push sensor status data to

Securityapi_key
Request
Request Body schema: application/json
provider_id
string

The identifier for external providers

data
string

The raw data for parking sensors

region_id
string

The identifier for region the sensor data is from

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/status
Request samples
application/json
{
  • "provider_id": "CivicSmart",
  • "data": "Spot1: occupied",
  • "region_id": "4131"
}
Response samples
application/json
{
  • "uuid": "8800b4b4-4ea6-11ea-91fd-302303742060",
  • "message": "Aggregation Raw Data added"
}