HomeGuidesAPI ReferenceChangelog
Log In
Changelog
Added

(v2.4.0) Charge box management endpoints

šŸ”¹ What's new?

We've introduced comprehensive charge box management capabilities, enabling you to programmatically manage your physical charging hardware through the API.

šŸ“Œ New endpoints:

Charge box management

  • GET /chargeboxes
  • GET /chargeboxes/:id
  • GET /chargeboxes/models
  • POST /chargeboxes
  • DELETE /chargeboxes/:id

šŸ”„ Key changes & improvements

EndpointsFeatureDescription
Charge box Information
  • Retrieve a list of all charge boxes in your network with filtering and pagination support
  • Fetch detailed information about a specific charge box
Charge box model Information
  • Retrieve a list of supported and validated charge box models
Charge box Configuration
  • Create and onboard new charge boxes to your network
Charge box Deletion
  • Remove charge boxes from your network (soft delete)

šŸ“– Next steps

  • Explore the API Reference [link] for detailed specifications
  • Read more in our guide here [link]