DEVELOPER DOCS
REST API Reference
26 endpoints across 6 resource groups. Full programmatic access to guest profiles, analytics, campaigns, locations, devices, and sub-user management.
BASE URL
https://www.mywifi.io/apiAUTH HEADER
identifier: YOUR_API_KEYFORMAT
JSON (application/json)AUTHENTICATION
API Key Setup
All requests require your API key passed via the `identifier` header. Generate keys from Settings > API in your reseller dashboard.
curl https://www.mywifi.io/api/get-social-logins \ -H "identifier: YOUR_API_KEY" \ -H "Content-Type: application/json"
RATE LIMITS
ANALYTICS
7 endpointsAnalytics
Aggregate guest WiFi analytics — auth method breakdowns, demographics, visits, sessions, bandwidth, and device data across your locations.
CAMPAIGNS
4 endpointsCampaigns
Create, manage, and monitor email and SMS marketing campaigns targeted to guest segments.
DEVICES
4 endpointsDevices
Manage access points and network devices across your locations. Add, configure, and monitor hardware.
GUESTS
2 endpointsGuests
Access guest profiles captured via WiFi login — social data, contact info, visit history, and engagement scores.
LOCATIONS
6 endpointsLocations
Manage venue locations, assign campaigns and devices, and control portal configurations for each site.
SUBUSERS
3 endpointsSubUsers
Manage sub-user accounts for your clients. Create restricted access accounts, generate SSO tokens, and control permissions per location.
V2 PREVIEW
ROADMAPNext-gen API Preview
The V2 API is under active development. These endpoints will follow modern RESTful conventions with cursor-based pagination, field selection, and WebSocket streaming. Sign up for early access when available.
/v2/guestsList guests (paginated, filterable)
RESTful guest list with cursor-based pagination, field selection, and advanced segment filtering. Returns enriched profiles with engagement scores.
/v2/campaignsCreate campaign with templates
Create campaigns using pre-built templates. Supports A/B testing, dynamic personalization tokens, and automated send-time optimization.
/v2/analytics/trafficReal-time traffic analytics
Streaming traffic analytics with WebSocket support. Sub-minute granularity, zone-level heatmaps, and predictive occupancy forecasting.
/v2/analytics/demographicsGuest demographics dashboard
Unified demographics endpoint combining age, gender, device, and behavioral data into a single queryable resource with comparison periods.
/v2/webhooksManage webhook subscriptions
Programmatically create, update, and test webhook subscriptions. Includes payload signing, retry configuration, and delivery logs.
Want early access to the V2 API?
Request Beta AccessReady to start building?
Create your free reseller account to generate API keys. All plans include API access — MSP and Enterprise plans get unlimited rate limits.