Skip to main content
GET
/
{vin}
/
fleet_telemetry_config
Get Telemetry Config
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Response

200 - application/json

OK

synced
boolean
config
object
update_available
boolean