Get a list of token groups
This endpoint allows you to get a paginated list of token groups. It is possible to set query parameters to filter the results. A token group is an access management mechanism where only tokens inside a group can authorize charging at specified locations.
The group always grants access to the location. This means the location’s public setting and opening hours are overruled by a token inside the group.
Authorizations
Authorization: Bearer <SPIRII_API_KEY>
Query Parameters
Search for token groups by name.
50"Premium Users Group"
Filter by a specific customer ID.
x >= 167890
Filter by active or inactive tokens.
When set, returned token groups will be sorted by one of the available properties.
id, name, createdAt, updatedAt 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