Get overspeed configuration for a list of vehicles (config9)
GET/terminal/config9
This function returns the current configuration (with 1 = ON, 0 = OFF) for the following:
- Overspeed buzzer thresholds in km/h
- Buzzer toggle
You can use this endpoint by passing the list of identifiers (comma separated) inside the query parameter terminal_identifiers with either:
- the vehicles' identification numbers (VIN)
- the Cartrack terminals' serials
- the vehicles' registrations
Important: All identifiers in the list must be of the same type.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.