Skip to main content
GET
/
bvfm
/
services
/
public
/
v1
/
customer
/
{customerId}
/
tacho
/
settings
Tacho Get Settings
curl --request GET \
  --url https://public-api.masternautconnect.com/bvfm/services/public/v1/customer/{customerId}/tacho/settings \
  --header 'Authorization: <api-key>'
{
  "data": {
    "colours": {
      "RESTING": "SILVER",
      "AVAILABLE": "STEEL",
      "WORKING": "AZURE",
      "DRIVING": "BLUE",
      "DRIVER_CARD_EJECTED": "GREY",
      "INFRINGEMENT": "RED",
      "NIGHT_HOURS": "PURPLE"
    },
    "disabledInfringements": [
      "EXCEEDED_CONTINUOUS_DRIVING",
      "EXCEEDED_DAILY_DRIVING"
    ]
  }
}

Authorizations

Authorization
string
header
required

Authorization header containing a Bearer token of the form Bearer [token], where [token] is a JWT used to authorize the request

Path Parameters

customerId
string
required

Response

200 response

data
object
required