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

# Get Plug & Charge Status

Returns the current Plug & Charge status for the specified charger.

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

## Response

<ResponseField name="enabled" type="boolean">
  Whether Plug & Charge is currently enabled.
</ResponseField>

<ResponseField name="token" type="string">
  The RFID card UID currently configured for Plug & Charge. May be an empty string when none is set.
</ResponseField>
