Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Chargers
Get all chargers
GET
/
api
/
v3
/
chargers
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"identity": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z",
"licenses": {
"smart": false,
"pro": false
}
},
{
"uuid": "c68e0767-6220-31fb-a489-61093ff79529",
"id": 2,
"identity": "fa253524-dd6a-3fdb-a788-0cabcf134db7",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"identity": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z",
"licenses": {
"smart": false,
"pro": false
}
},
{
"uuid": "c68e0767-6220-31fb-a489-61093ff79529",
"id": 2,
"identity": "fa253524-dd6a-3fdb-a788-0cabcf134db7",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}
Assistant
Responses are generated using AI and may contain mistakes.