EV Connect Webhooks

Event notifications for charging lifecycle changes (e.g., session start, stop, and station status). EV Connect markets event-driven integrations, but no public webhook event catalog or payloads are documented; access is partner/sales-gated.

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/webhooks"
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.

OpenAPI Specification

ev-connect-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: EV Connect API Platform
  description: >-
    EV Connect (part of Schneider Electric) operates a charge point management
    platform (CPMS) whose open, standards-based APIs are exposed through an EV
    Connect API Gateway with documentation and service plans. The platform
    covers stations / charge points, charging sessions, connectors, drivers,
    pricing / plans, and event-driven integrations, alongside OCPP station
    certification and OCPI roaming.

    EV Connect does not publish a public API reference: base URL, endpoint
    paths, request/response schemas, and authentication details are gated
    behind a partner/sales relationship and the API Gateway developer portal.
    Because no public, machine-readable contract is available, this document
    intentionally declares no servers and an empty `paths` object rather than
    fabricating endpoints. It should be reconciled once partner documentation
    is obtained.
  termsOfService: https://www.evconnect.com/legal/
  contact:
    name: EV Connect Development
    email: development@evconnect.com
    url: https://www.evconnect.com/platform/
  version: '0.0'
# No public base URL is documented. Access is via the EV Connect API Gateway
# under a partner/sales agreement; the server URL is not published.
servers: []
# No public endpoints are documented. Paths are intentionally left empty to
# avoid fabrication; populate on reconciliation with partner documentation.
paths: {}