HomeGuidesAPI ReferenceChangelog
Terms of Use
Terms of Use

Fetch currently applied Smart Charging Preferences

Check the current status of the Smart Charging capability applied to user's home charger

curl --location 'https://{{baseUrl}}/public-api/resources/charge-points/v2.0/6/personal-smart-charging-preferences' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{apiToken}}'

RESPONSE Status: 200 OK

{
    "data": {
        "type": "user_controlled_schedule",
        "integrationId": null,
        "preferences": {
            "startTime": "23:00:00",
            "endTime": "05:00:00",
            "targetCharge": []
        },
        "enabled": true
    }
}