Developer Resources

Built for Developers.

Standardized OCPI connectivity with robust documentation, sandbox environments, and real-time debugging tools.

1. Get API Credentials

Sign up for an account and generate your staging API tokens from the developer dashboard.

2. Register Endpoints

Configure your versions endpoint and CREDs module to initiate the OCPI handshake.

3. Sync Data

Push your locations or pull tariffs. Our message router handles the protocol translation.

What is our approach to RESTful API design?

Our API strictly follows OCPI 2.2.1 standards while maintaining backward compatibility. We provide a fully documented OpenAPI specification to generate clients in your preferred language.

Automated Handshakes

Zero-touch CREDs exchange management.

Webhooks & Events

Real-time notifications for session updates.

View Full API Reference
curl -X GET https://api.openchargenetwork.io/ocpi/2.2.1/details \
  -H "Authorization: Token [YOUR_TOKEN]" \
  -H "Content-Type: application/json"