Skip to main content
GET
/
v3
/
chargers
/
{charger}
/
settings
/
nanogrid
Get NANOGRID Configuration
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/nanogrid \
  --header 'Authorization: Bearer <token>'
{
  "supported": true,
  "present": true,
  "content": "<string>",
  "error": "<string>"
}
Returns the NANOGRID configuration file status for the specified charger, including whether the charger model supports NANOGRID and the current file contents.
charger
string
required
The UUID of the charger.

Response

supported
boolean
Whether the charger model supports the NANOGRID configuration.
present
boolean
Whether a NANOGRID configuration file is currently present on the charger.
content
string
The current contents of the NANOGRID configuration file. Empty when no file is present.
error
string
A human-readable error message. Only present when the configuration could not be read, for example when the charger is offline.