cURL
curl --request GET \ --url https://public-api.masternautconnect.com/bvfm/services/public/v1/customer/{customerId}/tacho/settings/default \ --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" ] } }
Returns the default tacho settings.
Authorization header containing a Bearer token of the form Bearer [token], where [token] is a JWT used to authorize the request
200 response
Show child attributes
Was this page helpful?