Get a list of tokens
This endpoint allows you to get a paginated list of tokens. It is possible to set query parameters to filter the results.
In EV charging systems, tokens (also known as ID tags or charge keys) are unique identifiers that authenticate users to initiate a charging session. Spirii differentiates between three different types of tokens:
- RFIDs represent a physical identifier with a MiFare chip that can be read by chargers.
- Virtual tokens represent a digital identifier for authentication through the Spirii app (or a branded app)
- Vehicle tokens (also known as “Autocharge”) represent the vehicle’s MAC address or VIN code that when registered in Spirii’s platform. They allow a charger to recognize a vehicle and authorize charging when a vehicle is plugged in.
Authorizations
Authorization: Bearer <SPIRII_API_KEY>
Query Parameters
Search for tokens by tokenId, label or uid.
50"DK.SPI.V03198"
Filter by token type.
rfid, virtual, vehicleId Filter by a specific customer ID.
x >= 167890
Filter by active or inactive tokens.
Filter by roaming enabled or disabled.
Retrieve only priority/non-priority tokens.
Filter for tokens valid from the specified timestamp.
"2025-12-31T23:59:59Z"
Filter for tokens expiring from the specified timestamp.
"2025-12-31T23:59:59Z"
When set, returned tokens will be sorted by one of the available properties.
id, createdAt, updatedAt, validFrom, expiresAt Set the direction of sorting.
asc, desc Skip the first N items in the result set.
x >= 0Limit the returned amount of tokens.
1 <= x <= 1000