Skip to main content
GET
/
v3
/
chargers
/
{charger}
/
settings
/
display-led
Get Display & LED Settings
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/display-led \
  --header 'Authorization: Bearer <token>'
{
  "fields": [
    {
      "key": "<string>",
      "label": "<string>",
      "type": "<string>",
      "value": "<string>",
      "min": 123,
      "max": 123
    }
  ]
}

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 display and LED settings for the specified charger.
charger
string
required
The UUID of the charger.

Response

fields
object[]
A list of configurable display and LED settings.