v1
latestOpenAPI 3.1.02026-07-2617501.1 MBSubscribe to the location of a vehicle or an asset
Query parameters
Specify the ID of the company to which the vehicle or the asset belongs.
You must specify the DOT ID, if you not have the Company ID. Otherwise, it is not required.
Specify the ID of the asset that you want to track.
Specify the ID of the vehicle to be tracked.
Specify the name of the vehicle that you want to track.
Specify the ID of the driver whose vehicle location you are subscribing to.
Provide the start time from when you want to subscribe to a vehicle's location.
Provide the end time till when you want to subscribe to the vehicle's location.
Specify the ID of the load. Passed in by client for client side tracking. Sent back to client in response payload containing location.
Specify the details of the load. Passed in by client for client side tracking. Sent back to client in response payload containing location.
Specify the coordinates of the starting point of load. This is mostly used for client side tracking.
Specify the final drop off point of the vehicle. This is mostly for the tracking purposes of the client.
The total distance covered from the initial load point to drop off point.
Specify the ID of the trailer.
The name of the freight broker who is tracking the load.
Response
200
Example response
{
"data": {
"tracking_subscription_id": 1426
}
}