Overview
Relationship between the KEYSTONE API Standard and Integrating Systems
Key Features
API Structure
Tags
Paths
Transport Operations
/transport-operations/
: Create new transport operation data or retrieve all ongoing transport operation data./transport-operations/{transportOperationId}/
: Retrieve, update, or delete specific transport operation data using transport ID./transport-operations/{transportOperationId}/schedules/
: Retrieve or update schedule data related to a specific transport operation using transport ID./transport-operations/{transportOperationId}/phases/
: Retrieve or append phase data related to a specific transport operation using transport ID./transport-operations/{transportOperationId}/phases/{phaseId}/
: Retrieve, update, or delete specific phase data using transport ID and phase ID./transport-operations/{transportOperationId}/documents/
: Retrieve or append the international consignment notes data related to a specific transport operation using transport ID./transport-operations/{transportOperationId}/documents/{referenceCode}/
: Retrieve, update, or delete specific the international consignment notes data using transport ID and reference code./transport-operations/{countryCode}/{plateNumber}/
: Retrieve transport operation data using country code and license plate number./transport-operations/{countryCode}/{plateNumber}/schedules/
: Retrieve the schedule of a transport operation using country code and license plate number./transport-operations/{countryCode}/{plateNumber}/phases/
: Retrieve phase data of a transport operation using country code and license plate number./transport-operations/{countryCode}/{plateNumber}/phases/{phaseId}/
: Retrieve specific phase data of a transport operation using country code, license plate number, and phase ID./transport-operations/{countryCode}/{plateNumber}/documents/
: Retrieve the international consignment notes data of a transport operation using country code and license plate number./transport-operations/{countryCode}/{plateNumber}/documents/{referenceCode}/
: Retrieve specific the international consignment notes data of a transport operation using country code, license plate number, and reference code./transport-operations/locations/
: Retrieve all locations related to transport operations./transport-operations/locations/{mode}/
: Retrieve all locations related to transport operations by location mode.Vehicles
/vehicles/
: Create new vehicle data or retrieve all vehicle data./vehicles/{countryCode}/{plateNumber}/
: Retrieve, update, or delete vehicle data by country code and license plate number./vehicles/{countryCode}/{plateNumber}/geolocations/
: Retrieve or append new geolocation data for a specific vehicle by country code and license plate number./vehicles/{countryCode}/{plateNumber}/owners/
: Retrieve the owner information of a specific vehicle using country code and license plate number./vehicles/{countryCode}/{plateNumber}/insurances/
: Retrieve the insurance information of a specific vehicle using country code and license plate number./vehicles/{countryCode}/{plateNumber}/insurances/{insuranceId}/
: Retrieve specific insurance data using the country code, license plate number, and insurance ID./vehicles/{countryCode}/{plateNumber}/revisions/
: Retrieve the revision information of a specific vehicle using the country code and license plate number./vehicles/{countryCode}/{plateNumber}/revisions/{revisionId}/
: Retrieve specific revision data using the country code, license plate number, and revision ID.Drivers
/drivers/
: Create new driver data or retrieve all driver data./drivers/{countryCode}/{vat}/
: Retrieve, update, or delete driver data by country code and vat number./drivers/{countryCode}/{vat}/licenses/
: Retrieve the driver's license information using the country code and vat number./drivers/{countryCode}/{vat}/traffic-violations/
: Retrieve the driver's traffic violation information using the country code and vat number./drivers/{countryCode}/{vat}/traffic-violations/{trafficViolationId}/
: Retrieve specific traffic violation data using the country code, vat number, and traffic violation ID./drivers/{countryCode}/{vat}/tachograph-cards/
: Retrieve the driver's tachograph card data by country code and vat number./drivers/{countryCode}/{vat}/tachograph-cards/{tachographCardId}/
: Retrieve specific tachograph card data using the country code, vat number, and tachograph card ID.Data Schema
Integration Guidelines
1.
2.
3.
4.
5.
6.