📶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/wifi

Query Parameters

NameTypeDescription

mac*

String

Mac address of device

{
     "id": string,
     "email": string,
     "first": string,
     "last": string
}

Create WiFi session

POST /v1/guests/:guest_id/wifi

Request Body

NameTypeDescription

user_agent*

String

User agent of device

mac*

String

MAC address of device

venue_id*

String

event_id

String

Last updated