Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
Example:
true
Get the Lock status for a charger
curl --request GET \
--url https://cloud.volttime.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://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/lock \
--header 'Authorization: Bearer <token>'
{
"enabled": true
}