Download OpenAPI specification:Download
Open Visibility API specification
Open Visibility API providing real-time visibility information for authorized parties.
cursor | string Example: cursor=c2l4Zm9sZF9hcGlfZXhhbXBsZQ== Cursor to get the next page of transports visibility data |
{- "shipments": [
- {
- "shipment_id": "T1234",
- "shipper_transport_number": "T1234",
- "platform_transport_number": "983549358",
- "latest_position": {
- "license_plate": "001ABC",
- "timestamp": "2019-08-24T14:15:22Z",
- "position": {
- "lat": 59.4365094,
- "lng": 24.7428656
}
}, - "stops": [
- {
- "stop_id": "123",
- "type": "loading",
- "status": "unvisited",
- "deliveries": [
- {
- "delivery_id": "123",
- "purchase_order_number": "123",
- "order_number": "123",
- "delivery_number": "123"
}
], - "eta": "2019-08-24T14:15:22Z",
- "eta_checked_at": "2019-08-24T14:15:22Z",
- "eta_source": "internal"
}
], - "custom_fields": {
- "property1": {
- "values": [
- "123"
], - "visibility": "everyone"
}, - "property2": {
- "values": [
- "123"
], - "visibility": "everyone"
}
}
}
], - "page_info": {
- "cursor": "c2l4Zm9sZF9hcGlfZXhhbXBsZQ=="
}
}