OCPI CPO API Service

OCPI v2.2.1 CPO Implementation

Open Charge Point Interface for EV Charging Networks

Authentication

Test Token: test_token_12345

Header Format: Authorization: Token test_token_12345

Available OCPI Endpoints

GET /ocpi/cpo/versions
GET /ocpi/cpo/2.2.1
GET /ocpi/cpo/2.2.1/locations
GET /ocpi/cpo/2.2.1/sessions
GET /ocpi/cpo/2.2.1/tokens/{token_uid}
POST /ocpi/cpo/2.2.1/tokens/{token_uid}/authorize
GET /ocpi/cpo/2.2.1/cdrs
GET /ocpi/cpo/2.2.1/tariffs
GET /ocpi/cpo/2.2.1/commands/{command_id}
POST /ocpi/cpo/2.2.1/commands/{command_id}

Quick Start

Visit /docs for interactive API documentation

Use the test token above in the Authorization header

Try the /ocpi/cpo/versions endpoint first