Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
Sites > Teams
- GETGet all teams with access to a site
- GETGet a specific team's access to a site
- DELRemove a team's access to a site
- POSTGrant sensitive data access to a team
- DELRevoke sensitive data access from a team
- PUTModify asset access for a team
- POSTTransfer site ownership to a team
- POSTRequest sensitive data access for a team
- POSTCreate an invite
- POSTAccept an invite
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Chargers > Settings
Set Plug & Charge
Update the Plug & Charge status for a charger
POST
/
api
/
v3
/
chargers
/
{charger_uuid}
/
settings
/
plug-charge
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"card_uid": "bngzmiyvdljnikhw"
}'
Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Response
204
Plug & Charge status updated successfully
Was this page helpful?
Copy
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"card_uid": "bngzmiyvdljnikhw"
}'
Assistant
Responses are generated using AI and may contain mistakes.