Skip to main content
GET
/
v3
/
chargers
/
{charger}
/
settings
/
plug-charge
Get Plug & Charge Status
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/plug-charge \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "current_card": "<string>"
}
Returns the current Plug & Charge status for the specified charger.
charger
string
required
The UUID of the charger.

Response

enabled
boolean
Whether Plug & Charge is currently enabled.
current_card
string
The RFID card UID currently configured for Plug & Charge. May be null.