Skip to main content
GET
/
v3
/
sites
/
{site}
/
cards
List Cards
curl --request GET \
  --url https://app.plugchoice.com/api/v3/sites/{site}/cards \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "id_token": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}
Returns a paginated list of RFID cards for the specified location. Results are paginated with 25 items per page.
site
string
required
The UUID of the location.

Response

id
integer
The numeric ID of the card.
name
string
The display name of the card.
id_token
string
The RFID token identifier of the card.
created_at
string
ISO 8601 timestamp of when the card was created.
updated_at
string
ISO 8601 timestamp of when the card was last updated.