Skip to main content
GET
Search AccessTokens
WiFi access tokens are location-scoped network access codes for customers, visitors, bookings, and events, with a WiFi-minute allowance and optional validity window or user limit.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the AccessToken-List role.

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the location that owns this WiFi access token..
string
Filter by required unique code used to authenticate to the location’s WiFi network..
string
Filter by optional operator-facing label, such as the related visitor, booking, or event..
integer
Filter by non-negative total number of WiFi minutes granted when the token is created..
string
Filter by optional UTC date and time after which the token can be used; no value allows use immediately..
string
Filter by optional UTC expiration date and time; no value means the token does not expire by date..
integer
Filter by optional minimum-one limit on users or devices permitted by the WiFi integration..
integer
Filter by read-only remaining WiFi minutes, initialized from MinutesIncluded when the token is created and reduced by network use..
string
Filter by optional comma-separated list of device MAC addresses associated with this token; stored in lowercase..
string
Filter by internal GUID linking this token to the booking that created it; set by booking automation, not by operators..
string
Filter by internal GUID linking this token to the visitor that created it; set by visitor automation, not by operators..
string
Filter by read-only UTC date and time when the token last accessed the WiFi network..

Range Filters

integer
Filter by non-negative total number of WiFi minutes granted when the token is created. greater than or equal to this value.
integer
Filter by non-negative total number of WiFi minutes granted when the token is created. less than or equal to this value.
string
Filter by optional UTC date and time after which the token can be used; no value allows use immediately. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional UTC date and time after which the token can be used; no value allows use immediately. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional UTC expiration date and time; no value means the token does not expire by date. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by optional UTC expiration date and time; no value means the token does not expire by date. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
integer
Filter by optional minimum-one limit on users or devices permitted by the WiFi integration. greater than or equal to this value.
integer
Filter by optional minimum-one limit on users or devices permitted by the WiFi integration. less than or equal to this value.
integer
Filter by read-only remaining WiFi minutes, initialized from MinutesIncluded when the token is created and reduced by network use. greater than or equal to this value.
integer
Filter by read-only remaining WiFi minutes, initialized from MinutesIncluded when the token is created and reduced by network use. less than or equal to this value.
string
Filter by read-only UTC date and time when the token last accessed the WiFi network. greater than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter by read-only UTC date and time when the token last accessed the WiFi network. less than or equal to this value. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by AccessCode

Range filters

Response

200

AccessToken[]
The list of AccessToken records matching the query. See the Get one AccessToken endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response