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": "019690ce-f302-72a5-9dd1-8b616f2266b7",
      "name": "Morgan Hirthe",
      "id_token": "c8ZgO7KvMWYPh34NncBs",
      "created_at": "2025-05-02T11:43:23.000000Z",
      "updated_at": "2025-05-02T11:43:23.000000Z"
    },
    {
      "id": "019690ce-f30d-71da-b411-6596c54e6c8c",
      "name": "Prof. Carson Emard",
      "id_token": "HudQzcr2qoueS2W9vRw3",
      "created_at": "2025-05-02T11:43:23.000000Z",
      "updated_at": "2025-05-02T11:43:23.000000Z"
    }
  ],
  "links": {
    "first": "/?page=1",
    "last": null,
    "prev": null,
    "next": null
  },
  "meta": {
    "current_page": 1,
    "from": 1,
    "path": "/",
    "per_page": 25,
    "to": 2
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Response

200 - application/json

The response is of type object.