Skip to main content
GET
/
v3
/
sites
/
{site}
/
smart-charging
Get Smart Charging
curl --request GET \
  --url https://app.plugchoice.com/api/v3/sites/{site}/smart-charging \
  --header 'Authorization: Bearer <token>'
{
  "timezone": "<string>",
  "smart_charging": "<string>",
  "day_ahead_pricing_strategy": "<string>",
  "day_ahead_pricing_threshold": 123,
  "day_ahead_pricing_smart_mode_price": 123,
  "off_peak_start": "<string>",
  "off_peak_end": "<string>"
}
Returns the smart charging configuration for the specified location.
site
string
required
The UUID of the location.

Response

timezone
string
The location’s configured timezone.
smart_charging
string
The smart charging mode.
day_ahead_pricing_strategy
string
The day-ahead pricing strategy.
day_ahead_pricing_threshold
integer
The day-ahead pricing threshold.
day_ahead_pricing_smart_mode_price
number
The calculated smart mode price for day-ahead pricing.
off_peak_start
string
The off-peak start time in HH:mm format.
off_peak_end
string
The off-peak end time in HH:mm format.