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
[Deprecated] Chargers
Get all chargers
GET
/
api
/
v2
/
teams
/
{team_id}
/
chargers
Get all chargers
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"uuid": "60fb5d93-932d-3bb1-bc66-066e8c6e1ee0",
"id": 20,
"identity": "2bef903d-d4eb-3df7-9dd9-368644730f3a",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
},
{
"uuid": "be34b8d3-ab68-3d9a-b20e-618ecf82f760",
"id": 21,
"identity": "18ede264-7349-3672-8cdb-fdb6f408916e",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
]
}
Authorizations
See the documentation for more information.
Path Parameters
The ID of the team.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
Get all chargers
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"uuid": "60fb5d93-932d-3bb1-bc66-066e8c6e1ee0",
"id": 20,
"identity": "2bef903d-d4eb-3df7-9dd9-368644730f3a",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
},
{
"uuid": "be34b8d3-ab68-3d9a-b20e-618ecf82f760",
"id": 21,
"identity": "18ede264-7349-3672-8cdb-fdb6f408916e",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.