Introduction
Organisations and venues
Marketing
Workflows
Going live
WiFi
WiFi is where you'll be able to view who owns a certain device using the MAC address or create a WiFi session for a customer.
Check if device belongs to guest
GET
/v1/guests/wifiQuery Parameters
| Name | Type | Description |
|---|---|---|
macrequired | String | Mac address of device |
{
"id": string,
"email": string,
"first": string,
"last": string
}Create WiFi session
POST
/v1/guests/:guest_id/wifiRequest Body
| Name | Type | Description |
|---|---|---|
user_agentrequired | String | User agent of device |
macrequired | String | MAC address of device |
venue_idrequired | String | |
event_id | String |