LogoLogo
Product
  • 👋Introduction
  • 🚀Stampede
  • 🛂Authentication
  • Organisations & Venues
    • 🏪Venues
  • Guests
    • 👥Guests
    • 🏷️Tags
    • 🥘Order
    • 📕Booking
    • 📶WiFi
    • 📰Form
  • Marketing
    • 🎫Deal Codes
  • Going Live
    • 🟢Going Live
Powered by GitBook
On this page
  • Check if device belongs to guest
  • Create WiFi session

Was this helpful?

Export as PDF
  1. Guests

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

Name
Type
Description

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

Name
Type
Description

user_agent*

String

User agent of device

mac*

String

MAC address of device

venue_id*

String

event_id

String

PreviousBookingNextForm

Last updated 1 year ago

Was this helpful?

📶