v15
latestOpenAPI 3.1.02026-07-1295183803.5 KBTracking_Trip
Start a trip
Add a new trip to the system with the provided data.
post/skynet/trip/start
Query parameters
keystring 32 character alphanumeric string required
Example:key=API_KEY
A key is a unique identifier that is required to authenticate a request to the API.
Request body
Example request
{
"name": "\"name\": \"Employee Pickup\"",
"stops": [
{
"name": "\"name\":\"Head Office\""
}
]
}