cURL
curl --request GET \ --url https://api.tessie.com/{vin}/fleet_telemetry_config \ --header 'Authorization: Bearer <token>'
{ "synced": true, "config": { "hostname": "<string>", "ca": "<string>", "exp": 123, "port": 123, "fields": {}, "alert_types": [ "<string>" ] }, "update_available": true }
Returns the vehicle’s Fleet Telemetry configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
OK
Show child attributes