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
Update a charger
PUT
/
api
/
v3
/
chargers
/
{charger_uuid}
Update a charger
Copy
curl --request PUT \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reference": "b"
}'
Copy
{
"data": {
"uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"id": 5,
"identity": "c90237e9-ced5-3af6-88ea-84aeaa148878",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
}
Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Response
200 - application/json
The response is of type object
.
Update a charger
Copy
curl --request PUT \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reference": "b"
}'
Copy
{
"data": {
"uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"id": 5,
"identity": "c90237e9-ced5-3af6-88ea-84aeaa148878",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.