Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Chargers
Get a charger
Chargers
Get a charger
GET
/
api
/
v3
/
chargers
/
{charger_uuid}
curl --request GET \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 4,
"identity": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z",
"model": {
"vendor": "iure",
"name": "odit"
},
"connectors": [
{
"id": 1,
"charger_id": 4,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z"
}
]
}
}
Authorizations
See the documentation for more information.
Path Parameters
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/{charger_uuid} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 4,
"identity": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z",
"model": {
"vendor": "iure",
"name": "odit"
},
"connectors": [
{
"id": 1,
"charger_id": 4,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z"
}
]
}
}