Skip to main content

Getting Started

Welcome to the JLR Vehicle Data Platform developer documentation. This platform provides secure access to vehicle and charger data under the EU Data Act framework.

What is the Vehicle Connected Data Platform?

The Vehicle Connected Data Platform (VCDP) exposes a RESTful API that allows authorised third-party developers to access vehicle telemetry, diagnostics, charging data, and more. All data access is governed by consent and complies with EU Data Act requirements.

Prerequisites

Before integrating with the API, you will need:

  • A registered developer account with approved API credentials
  • An OAuth2 client ID and secret issued by JLR
  • A DPoP key pair (ES256) for proof-of-possession token binding
  • Familiarity with OAuth2 authorization code flow and PKCE

Base URLs

EnvironmentURL
Productionhttps://api.data.jlr-vcdp.com
Testhttps://test.api.data.jlr-vcdp.com
Developmenthttps://dev.api.data.jlr-vcdp.com

Quick start

  1. Register — Apply for developer access through the JLR Developer Portal
  2. Authenticate — Obtain a DPoP-bound access token via the OAuth2 flow
  3. Discover data — Browse the Data Categories to understand available signals
  4. Make requests — Call the API with your access token and DPoP proof
  5. Handle responses — Parse JSON responses following the VSS (Vehicle Signal Specification) structure

Next steps