Sites
- GETGet all sites
- POSTCreate a new site
- GETGet a specific site
- GETGet all chargers
- POSTCreate a new charger
- DELDetach a charger
- GETGet all connectors for a site
- GETGet smart charging settings
- PUTUpdate smart charging settings
- POSTAttach an existing charger
- GETGet current usage of a connector
- GETGet all groups
- GETGet meter usage for a group
Chargers
Datapoints
Chargers
Get a specific charger
Chargers
Get a specific charger
GET
/
api
/
v2
/
teams
/
{team_id}
/
chargers
/
{id}
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": 398,
"identity": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-03-12T13:49:24.000000Z",
"updated_at": "2025-03-12T13:49:24.000000Z"
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
398
Example:
"bfc53181-d647-36b2-9080-f9c2b76006f4"
Example:
null
Example:
"never_seen"
Example:
null
Example:
null
Example:
null
Example:
"2025-03-12T13:49:24.000000Z"
Example:
"2025-03-12T13:49:24.000000Z"
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": 398,
"identity": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-03-12T13:49:24.000000Z",
"updated_at": "2025-03-12T13:49:24.000000Z"
}
}