API Car Sharing¶
Current version: 1.13
Content last updated: 27/10/2025. See the changelog for the version history.
The Car Sharing API (car sharing & security) provides centralized management of fleet vehicle security and access: vehicles, telematics devices, Bluetooth access authorizations, remote actions, statuses, bookings, parking, and SIV data.
Using the API¶
The Car Sharing API is a REST API. The data exchange format used by the API is JSON.
This API is intended for car sharing management or vehicle security applications. The driver uses their Bluetooth connection to access the vehicle or enable/disable security features — refer to the Bluetooth documentation matching the installed device model for more details.
HTTP Codes¶
| Code | Description |
|---|---|
200 |
The request succeeded. |
401 |
Authentication failed. Check the appId and appKey provided. |
403 |
Unauthorized access. The token provided is not valid. |
404 |
Data not found. The identifier of the data (vehicle, device, authorization, license plate) is unknown. |
480 |
The request could not be completed. Check the error field in the API response for more information. |
500 |
Internal error. |
In this documentation¶
- Authentication — obtaining and refreshing a token, managing the user password.
- Endpoints — vehicles, devices, Bluetooth access, actions, statuses, authorizations, bookings, parking, SIV data.
- Errors — error codes returned in the
errorfield. - Changelog — version history of this documentation.