Skip to main content

Documentation

Explore our guides and examples to integrate Voltra's EV charging solutions.

Energy devices illustration

Examples

$ curl
curl -X POST \
  "http://ocpp.voltra.sh/api/v1/organizations/your-org-uuid/chargers/enroll-with-proxy" \
  -H "Content-Type: application/json" \
  -H "x-api-key: your-api-key" \
  -d '{
    "charge_box_id": "CP-PROX-01",
    "charger_name": "Main Lobby Charger",
    "target_platform_identifier": "Main_CSMS",
    "target_websocket_url": "wss://third-party.com/ocpp/{target_charge_box_id}",
    "target_authentication_method": "Basic",
    "target_charge_box_id": "CSMS-ID-555",
    "target_auth_basic_password": "your-password"
  }'