Get the Lock status for a charger
curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>'{
"enabled": true
}See the documentation for more information.
true
Was this page helpful?
curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>'{
"enabled": true
}