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
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

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).