Connected Kerb Charge Point Platform API (AMPECO Public API tenant)

Connected Kerb runs its charge point management system on the AMPECO EV charging platform, and the platform Public API is live on Connected Kerb's own host at cp.connectedkerb.com/public-api/. Resource endpoints answer with the platform's JSON authentication envelope and the AMPECO X-App-Version header, confirming a genuine server-to-server API instance covering charge points, EVSEs, locations, sessions, users, tariffs, partners, circuits and roaming. The contract for this API is published by the platform vendor, not by Connected Kerb: there is no Connected Kerb developer portal, no first-party OpenAPI, and no public self-service credential issuance. Access is by Bearer API token issued through the operator's back office. Recorded here as an operated surface, not as a Connected Kerb-published contract.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/public-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: connected-kerb:public-api
name: Connected Kerb Charge Point Platform API (AMPECO Public API tenant)
description: 'Connected Kerb runs its charge point management system on the AMPECO EV charging platform,
  and the platform Public API is live on Connected Kerb''s own host at cp.connectedkerb.com/public-api/.
  Resource endpoints answer with the platform''s JSON authentication envelope and the AMPECO X-App-Version
  header, confirming a genuine server-to-server API instance covering charge points, EVSEs, locations,
  sessions, users, tariffs, partners, circuits and roaming. The contract for this API is published by
  the platform vendor, not by Connected Kerb: there is no Connected Kerb developer portal, no first-party
  OpenAPI, and no public self-service credential issuance. Access is by Bearer API token issued through
  the operator''s back office. Recorded here as an operated surface, not as a Connected Kerb-published
  contract.'
humanURL: https://www.connectedkerb.com/our-technology/software/
baseURL: https://cp.connectedkerb.com/public-api/
tags:
- EV Charging
- Charge Point Management
- Platform API
x-access: gated
x-contract-owner: AMPECO (platform vendor) - contract not published by Connected Kerb
x-platform-docs: https://developers.ampeco.com/
x-platform-openapi: https://developers.ampeco.com/openapi/public-api.yaml
x-evidence:
  fetched: '2026-08-04'
  probes:
  - url: https://cp.connectedkerb.com/public-api/resources/charge-points/v1.0
    http_status: 401
    content_type: application/json
    body: '{"message":"Unauthenticated."}'
    headers:
    - 'X-App-Version: 3.225.1 (9e5dd506)'
  - url: https://cp.connectedkerb.com/public-api/oauth/token
    method: POST
    http_status: 404
    body: '{"message":"Feature is not enabled"}'
    note: OAuth 2.0 client-credentials grant is NOT enabled on this tenant; legacy bearer API tokens only.