Get the Plug & Charge status for a charger
cURL
curl --request GET \ --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "current_card": "1234567890" }
See the documentation for more information.
true
"1234567890"
Was this page helpful?