Connected Kerb OCPI (CPO) Interface

Connected Kerb operates a live Open Charge Point Interface (OCPI) CPO endpoint on its own charge point management host. The version negotiation endpoint and the 2.1.1 / 2.2 / 2.2.1 version detail endpoints all answer with OCPI status envelopes and OCPI-from-party-id / OCPI-to-party-id headers, and are token-gated exactly as the OCPI specification requires (bilateral credentials exchange via the credentials module). This is the interface used for e-mobility roaming with eMSPs and roaming hubs, and it is the machine-readable format the UK Public Charge Point Regulations 2023 name for public charge point open data (OCPI Location / EVSE / Connector objects). Connected Kerb publishes no first-party OpenAPI or developer documentation for it; onboarding is by commercial roaming agreement.

API entry from apis.yml

apis.yml Raw ↑
aid: connected-kerb:ocpi
name: Connected Kerb OCPI (CPO) Interface
description: Connected Kerb operates a live Open Charge Point Interface (OCPI) CPO endpoint on its own
  charge point management host. The version negotiation endpoint and the 2.1.1 / 2.2 / 2.2.1 version detail
  endpoints all answer with OCPI status envelopes and OCPI-from-party-id / OCPI-to-party-id headers, and
  are token-gated exactly as the OCPI specification requires (bilateral credentials exchange via the credentials
  module). This is the interface used for e-mobility roaming with eMSPs and roaming hubs, and it is the
  machine-readable format the UK Public Charge Point Regulations 2023 name for public charge point open
  data (OCPI Location / EVSE / Connector objects). Connected Kerb publishes no first-party OpenAPI or
  developer documentation for it; onboarding is by commercial roaming agreement.
humanURL: https://www.connectedkerb.com/our-technology/software/
baseURL: https://cp.connectedkerb.com/ocpi/
tags:
- OCPI
- Roaming
- EV Charging
- Charge Point Operator
x-access: gated
x-evidence:
  fetched: '2026-08-04'
  probes:
  - url: https://cp.connectedkerb.com/ocpi/versions
    http_status: 401
    content_type: application/json
    body: '{"status_code":2001,"status_message":"Unauthorized"}'
    headers:
    - OCPI-from-party-id
    - OCPI-from-country-code
    - OCPI-to-party-id
    - OCPI-to-country-code
  - url: https://cp.connectedkerb.com/ocpi/2.2.1
    http_status: 401
  - url: https://cp.connectedkerb.com/ocpi/2.2
    http_status: 401
  - url: https://cp.connectedkerb.com/ocpi/2.1.1
    http_status: 401
  - url: https://cp.connectedkerb.com/ocpi/2.2.1/credentials
    http_status: 401
properties:
- type: OCPI
  url: https://evroaming.org/ocpi-downloads/
  name: OCPI specification (EVRoaming Foundation) - the standard this endpoint implements