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
Sites > Cards
Get all cards
GET
/
api
/
v3
/
sites
/
{site_uuid}
/
cards
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "019716fa-1890-70d6-b4f1-8be2c96d5233",
"name": "Morgan Hirthe",
"id_token": "c8ZgO7KvMWYPh34NncBs",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"id": "019716fa-1897-7104-8ce8-b72d693933e9",
"name": "Prof. Carson Emard",
"id_token": "HudQzcr2qoueS2W9vRw3",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
],
"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.
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/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "019716fa-1890-70d6-b4f1-8be2c96d5233",
"name": "Morgan Hirthe",
"id_token": "c8ZgO7KvMWYPh34NncBs",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"id": "019716fa-1897-7104-8ce8-b72d693933e9",
"name": "Prof. Carson Emard",
"id_token": "HudQzcr2qoueS2W9vRw3",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
],
"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.