motive:
https://gomotive.com/vocab/
fleet:
https://gomotive.com/vocab/fleet/
api:
https://developer.gomotive.com/vocab/
{
"@context": {
"@vocab": "https://schema.org/",
"motive": "https://gomotive.com/vocab/",
"fleet": "https://gomotive.com/vocab/fleet/",
"api": "https://developer.gomotive.com/vocab/",
"name": "name",
"description": "description",
"url": "url",
"provider": "provider",
"documentation": "documentation",
"Vehicle": "Vehicle",
"Driver": "Person",
"Fleet": "motive:Fleet",
"HoursOfService": "motive:HoursOfService",
"ELDLog": "motive:ELDLog",
"IFTAReport": "motive:IFTAReport",
"DashcamEvent": "motive:DashcamEvent",
"Geofence": "motive:Geofence",
"Dispatch": "motive:Dispatch",
"FuelPurchase": "motive:FuelPurchase",
"Webhook": "api:Webhook",
"assetId": "identifier",
"vehicleId": "identifier",
"driverId": "identifier",
"latitude": "geo",
"longitude": "geo",
"startTime": "startDate",
"endTime": "endDate",
"status": "status",
"odometer": "motive:odometer",
"engineHours": "motive:engineHours",
"violations": "motive:violations",
"dutyStatus": "motive:dutyStatus",
"carrierName": "legalName",
"dotNumber": "identifier"
},
"@type": "APIReference",
"name": "Motive Fleet API",
"description": "Core REST API providing access to driver management, vehicle tracking, Hours of Service logs, IFTA trip reports, inspection reports, dashcam events, dispatch workflows, geofencing, messaging, fuel purchases, Motive Card transactions, and webhooks for event-driven integrations.",
"url": "https://developer.gomotive.com/",
"provider": {
"@type": "Organization",
"name": "Motive",
"url": "https://gomotive.com/",
"contactPoint": {
"@type": "ContactPoint",
"email": "[email protected]",
"contactType": "API Support"
}
},
"documentation": "https://developer-docs.gomotive.com/docs/introduction",
"termsOfService": "https://gomotive.com/legal/api-terms-of-service/",
"license": "https://gomotive.com/legal/api-terms-of-service/"
}