GET
/
api
/
v3
/
chargers
/
{charger_uuid}
/
settings
/
lock
curl --request GET \
  --url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/lock \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Response

200 - application/json

The response is of type object.