https://github.com/connectedcars/docs
Public documentation and sample code for integration with Connected Cars
https://github.com/connectedcars/docs
devops
Last synced: 6 months ago
JSON representation
Public documentation and sample code for integration with Connected Cars
- Host: GitHub
- URL: https://github.com/connectedcars/docs
- Owner: connectedcars
- License: mit
- Created: 2017-12-07T09:50:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T11:17:58.000Z (6 months ago)
- Last Synced: 2025-10-11T23:32:09.044Z (6 months ago)
- Topics: devops
- Language: HTML
- Size: 28 MB
- Stars: 4
- Watchers: 9
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connected Cars Documentation
Public documentation and sample code for integration with Connected Cars
## Integrations
List of common integrations for markets.
[Read more here](./integrations/intro)
## Organization Key (`organizationKey`): Multi-Market and Region Isolation
The Organization Key (`organizationKey`) is a globally unique identifier (GUID).
It defines which market or country your data belongs to and guarantees that all IDs are correctly scoped and isolated across regions.
[Read more here](./multi-market-integrations.md)
## Auth API
The auth API provides a RESTful API that gives access to registering, authorizing and in a limited capacity manage users.
[Read more here](./auth-api.md)
## GraphQL API
The GraphQL API provides a pull API that gives access to all collected parameters with a flexible extraction.
[Read more here](./graphql.md)
## Push (data streams)
The push api integration provides a close to real time data stream for all the collected parameters, and makes it possible to manage which exact vehicles to get data from.
[Read more here](./push-v2.md)
## Workshop
The "Frontend API" for the Workshop product. Explains how to prefill forms, pre-select buttons, etc.
[Read more here](./workshop.md)
## FTPS/SFTP
Legacy integration can be done with FTPS and SFTP but we try to avoid it.
## Data overview
* [English](./data-overview/english.md)
## Push (legacy)
The push api provides a close to real time data steam for all the collected parameters.
[Read more here](./push.md)