curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 23,
"identity": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"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
}
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 23,
"identity": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"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
}
}
}