v1
latestOpenAPI 3.1.02026-07-22370342.6 KBProviders
List Providers
Retrieve a list of the providers Terminal supports. This endpoint will grow to include additional details about the supported capabilities of each provider.
get/providers
Headers
X-Application-Idstring
Scopes the request to a Terminal application in the caller's organization. Required for multi-application organizations when using a user session or OAuth access token. API keys are already bound to a single application.
Response
OK
Example response
[
{
"name": "Geotab",
"code": "geotab",
"baseCode": "geotab",
"logo": "https://cdn.withterminal.com/providers/geotab/logo.png",
"icon": "https://cdn.withterminal.com/providers/geotab/icon.png",
"supportedModels": {
"VehicleLocation": {
"sampleRate": "30 seconds",
"availableHistory": "1 year"
},
"VehicleStatLog": {
"types": [
"odometer",
"engine_state",
"fuel_level",
"engine_runtime"
]
},
"SafetyEvent": {
"types": [
"speeding",
"harsh_brake",
"harsh_acceleration",
"harsh_turn",
"crash"
]
}
}
}
]