Authentication
Vehicles
Drivers
Devices
Groups
Providers
Webhook Events
- Event Types
- connection.created
- connection.disconnected
- connection.reconnected
- connection.completed
- connection.updated
- sync.requested
- sync.started
- sync.completed
- sync.failed
- connection.first_sync_completed
- issue.reported
- issue.resolved
- unsupported_provider.requested
- vehicle.added
- vehicle.modified
- vehicle.removed
- driver.added
- driver.modified
- driver.removed
- safety_event.added
- safety_event.modified
sync.failed
Emitted when a connection sync has failed to complete successfully.
Emitted when a connection sync has failed to complete successfully.
"evt_01GV12VR4DJP70GD1ZBK0SDWFH"
sync.failed
Basic connection details to be able to reference connections from webhook events
"conn_01GV12VR4DJP70GD1ZBK0SDWFH"
azuga
, bigroad
, conti-go
, eld-mandate
, eld-mandate-plus
, eld-mandate-hos
, eld-rider
, eldone
, envue-telematics
, eroad
, eva-eld
, attrix
, advantage-one
, argos
, fleet-profit-center
, gps-tracking-canada
, graybox-solutions
, gridline
, high-point-gps
, io-tab
, blue-arrow
, eagle-wireless
, fleet-complete-hub
, fleetistics
, fort-knox
, fm-eld
, geotab
, gofleet
, gogps
, gps-insight
, gpstab
, isaac
, ksk
, switchboard
, linxup
, coretex-360
, apollo
, apollo-eld
, apollo-compass
, top-tracking-system
, eld-mandate-prime
, hos-reporter-plus
, hos247
, black-bear
, columbus-eld
, phoenix-eld
, route-eld
, reliable-eld
, trust-eld
, abc-eld
, tempus-eld
, vlog-eld
, just-eld
, factor-eld
, moonlight-eld
, daily-eld
, dfl-eld
, hero-eld
, infinity-eld
, ampm-eld
, forza-eld
, action-eld
, state-elog
, dy-eld
, cobra-eld
, flash-elogs
, renaissance-eld
, robinhood-eld
, sr-eld
, speedline-eld
, eld-2-go
, captain-eld
, ironman-eld
, powertrucks-eld
, paragon-eld
, youlog-eld
, legacy-eld
, master-eld
, monarch-tracking
, motive
, mountain-eld
, omnitracs-es
, omnitracs-xrs
, omnitracs
, one-step-gps
, optima-eld
, pro-ride-eld
, pti-eld
, real-eld
, right-trucking
, roadstar
, routemate
, samsara
, sandbox
, sparkle-eld
, tx-eld
, surfsight
, tfm-eld
, transflo
, truckx
, tt-eld
, verizon-fleet
, verizon-reveal
, verizon
, webfleet
, xeld
, xplore-eld
, zonar
, geotab-att
, zippy-eld
, evo-eld
, ontime-eld
, intelli-shift
, id-eld
, max-eld
, asrit-solutions
, smartelds
, eld-books
, vulcansols
, motion-eld
, blue-horse-eld
, apex-ultima
, radical-eld
, rock-eld
, lytx
, blue-ink
, utech
, light-and-travel-eld
, lion-eight
, pop-eld
, netradyne
, people-net
"geotab"
"Geotab"
"123456789"
An object containing the state of a sync job. This can be polled after connection linking to know when data is available for ingestion.
"sync_01GV12VR4DJP70GD1ZBK0SDWFH"
The status of the sync
requested
, in_progress
, completed
, failed
"completed"
If the sync failed, this will contain the reason
"Reason for failure if sync status is 'failed'"
Issues are problems encountered with a connection that did not result in a failed sync but may require manual intervention. You can see the issues for a given sync by providing issues
to the expand
parameter.
Entities in Terminal are expandable. Using the expand
query parameter you can choose to ingest just an ID or the full entity details.
The earliest records to sync for those based on time (ex: historical locations and stats)
"2021-01-06T03:24:53.000Z"
{
"id": "evt_01GV12VR4DJP70GD1ZBK0SDWFH",
"type": "sync.failed",
"timestamp": "2021-01-06T03:24:53.000Z",
"detail": {
"connection": {
"id": "conn_01GV12VR4DJP70GD1ZBK0SDWFH",
"provider": {
"code": "geotab",
"name": "Geotab"
},
"externalId": "123456789",
"tags": [
"<string>"
]
},
"sync": {
"id": "sync_01GV12VR4DJP70GD1ZBK0SDWFH",
"status": "completed",
"failureReason": "Reason for failure if sync status is 'failed'",
"issues": [
"isu_01D8ZQFGHVJ858NBF2Q7DV9MNC"
],
"startFrom": "2021-01-06T03:24:53.000Z",
"requestedAt": "2021-01-06T03:24:53.000Z",
"completedAt": "2021-01-06T03:24:53.000Z"
}
}
}