Skip to main content

Documentation

Explore our guides and examples to integrate with Voltra's connected energy cloud.

Energy devices illustration

Examples

$ curl
curl -X POST \
  "https://api.voltra.com/csms/api/v2/chargers/" \
  -H "x-organization-id: your-org-id" \
  -H "x-project-id: your-project-id" \
  -H "x-api-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "charge_box_id": "CP001",
    "charge_point_model": "Elvi",
    "charge_point_serial_number": "EVB001",
    "charge_point_vendor": "EVBox"
  }'