> ## 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.

# List Cards

Returns a paginated list of RFID cards for the specified location. Results are paginated with 25 items per page.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

## Response

<ResponseField name="id" type="integer">
  The numeric ID of the card.
</ResponseField>

<ResponseField name="name" type="string">
  The display name of the card.
</ResponseField>

<ResponseField name="id_token" type="string">
  The RFID token identifier of the card.
</ResponseField>

<ResponseField name="charger_ids" type="array">
  The UUIDs of the chargers this card is restricted to. An empty array means the card is allowed on all chargers at the location.
</ResponseField>

<ResponseField name="created_at" type="string">
  ISO 8601 timestamp of when the card was created.
</ResponseField>

<ResponseField name="updated_at" type="string">
  ISO 8601 timestamp of when the card was last updated.
</ResponseField>
