GET
/
providers
curl --request GET \
  --url https://api.withterminal.com/tsp/v1/providers
[
  {
    "name": "Geotab",
    "code": "geotab",
    "baseCode": "geotab",
    "status": "live",
    "logo": "https://cdn.withterminal.com/providers/geotab/logo.png",
    "icon": "https://cdn.withterminal.com/providers/geotab/icon.png",
    "userGuides": {
      "en": "<string>",
      "fr": "<string>",
      "es": "<string>"
    },
    "supportedModels": {
      "Group": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "Vehicle": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "Driver": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "VehicleLocation": {
        "sampleRate": "30 seconds",
        "availableHistory": "1 year",
        "supportedOperations": {
          "read": "supported"
        }
      },
      "VehicleStatLog": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "Trailer": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "TrailerLocation": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "Trip": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "Device": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "HOSLog": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "HOSDailyLog": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "HOSAvailableTime": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "IFTASummary": {
        "supportedOperations": {
          "read": "supported"
        }
      },
      "SafetyEvent": {
        "supportedOperations": {
          "read": "supported"
        },
        "types": [
          "speeding",
          "harsh_brake",
          "harsh_acceleration",
          "harsh_turn",
          "crash"
        ]
      },
      "CameraMedia": {
        "supportedOperations": {
          "read": "supported"
        }
      }
    }
  }
]

Response

200
application/json
OK
name
string
required
code
enum<string>
required
Available options:
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
status
enum<string>
required
Available options:
live,
beta
icon
string
required
userGuides
object
required

Links to user guides in different languages

supportedModels
object
required
baseCode
string

The base provider code that this provider is built on. Only visible to authenticated users. Used to identify providers that share the same underlying technology platform.