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

Authorization
string
header
required

See the documentation for more information.

Path Parameters

charger_uuid
string
required

Response

200 - application/json

The response is of type object.