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>"
}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.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.