Create Sensor Alert
POST/alerts/sensors
This endpoint creates an alert for vehicle sensor events.
Please note that you can create up to 50 alerts. If you need to create more, you must first remove some of the existing alerts.
Request
Responses
- 200
- 401
- 403
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Validation failed for the input parameters.
Internal server error.