Skip to main content
GET
/
v3
/
chargers
/
{charger}
/
settings
/
lock
Get Lock Status
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/lock \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true
}
Returns the current lock status for the specified charger. When locked, the charger is set to Unavailable in OCPP and will not accept new charging sessions.
charger
string
required
The UUID of the charger.

Response

enabled
boolean
Whether the charger is currently locked (unavailable).