Skip to main content
GET
Get one AccessToken
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-Read role.

Path Parameters

integer
required
The Id of the AccessToken record to retrieve.

Code Examples

Response

200

integer
ID of the location that owns this WiFi access token..
string
Required unique code used to authenticate to the location’s WiFi network..
string
Optional operator-facing label, such as the related visitor, booking, or event..
integer
Non-negative total number of WiFi minutes granted when the token is created..
string
Optional UTC date and time after which the token can be used; no value allows use immediately..
string
Optional UTC expiration date and time; no value means the token does not expire by date..
integer
Optional minimum-one limit on users or devices permitted by the WiFi integration..
integer
Read-only remaining WiFi minutes, initialized from MinutesIncluded when the token is created and reduced by network use..
string
Optional comma-separated list of device MAC addresses associated with this token; stored in lowercase..
string
Internal GUID linking this token to the booking that created it; set by booking automation, not by operators..
string
Internal GUID linking this token to the visitor that created it; set by visitor automation, not by operators..
string
Read-only UTC date and time when the token last accessed the WiFi network..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response