Skip to main content
GET
/
v3
/
sites
/
{site}
/
seen-cards
List Seen Cards
curl --request GET \
  --url https://app.plugchoice.com/api/v3/sites/{site}/seen-cards \
  --header 'Authorization: Bearer <token>'
Returns a paginated list of cards that have been seen via OCPP Authorize logs at chargers belonging to the specified location. These are cards that have attempted to authenticate but may not yet be registered.
site
string
required
The UUID of the location.
page
integer
The page number. Defaults to 1.
per_page
integer
The number of items per page. Defaults to 10, maximum 100.