AccessTokens
Search AccessTokens
Search and list AccessToken records with filtering, sorting, and pagination.
GET
Search AccessTokens
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
WiFi Access Tokens provide unique network access codes for customers and visitors. They work alongside the Mikrotik, IronWifi, and Layer8 integrations. Access tokens can be shared with customers and visitors as part of visitor and booking confirmation emails. Each token includes a number of minutes of WiFi access and, optionally, an expiration date and 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
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by Business Id.
Filter by unique network access code used to connect to WiFi.
Filter by free-text description of this access token.
Filter by total minutes of WiFi access included in this token.
Filter by start date from which this token can be used.
Filter by expiration date after which this token is no longer valid.
Filter by maximum number of users that can use this token simultaneously.
Filter by remaining minutes of WiFi access available on this token.
Filter by mAC address of the device associated with this token.
Filter by Booking Guid.
Filter by Visitor Guid.
Filter by date and time this token was last used to connect.
Range Filters
Filter by total minutes of WiFi access included in this token greater than or equal to this value.
Filter by total minutes of WiFi access included in this token less than or equal to this value.
Filter by start date from which this token can be used greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by start date from which this token can be used less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by expiration date after which this token is no longer valid greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by expiration date after which this token is no longer valid less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by maximum number of users that can use this token simultaneously greater than or equal to this value.
Filter by maximum number of users that can use this token simultaneously less than or equal to this value.
Filter by remaining minutes of WiFi access available on this token greater than or equal to this value.
Filter by remaining minutes of WiFi access available on this token less than or equal to this value.
Filter by date and time this token was last used to connect greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time this token was last used to connect less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by AccessCode
Range filters
Response
200
The list of AccessToken records matching the query. See the Get one AccessToken endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search AccessTokens