GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
smart-charging
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/smart-charging \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "timezone": null,
    "smart_charging": "disabled",
    "day_ahead_pricing_strategy": "automatic",
    "day_ahead_pricing_threshold": null,
    "day_ahead_pricing_smart_mode_price": null,
    "off_peak_start": "23:00",
    "off_peak_end": "07:00"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

site_id
integer
required

The ID of the site.

Response

200 - application/json
data
object