Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Get Plug & Charge
Get Plug & Charge
Get the Plug & Charge status for a charger
GET
/
api
/
v3
/
chargers
/
{charger_uuid}
/
settings
/
plug-charge
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
--header 'Authorization: Bearer <token>'
{
"enabled": true,
"current_card": "1234567890"
}
Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
--header 'Authorization: Bearer <token>'
{
"enabled": true,
"current_card": "1234567890"
}