Skip to main contentSkip to search
Skip to main content

API Endpoints

Complete reference documentation for all IronWiFi REST API endpoints. Use these endpoints to programmatically manage users, configure networks, generate vouchers, retrieve analytics reports, and integrate IronWiFi with your existing systems.

tip

For interactive documentation with request/response examples, visit api.ironwifi.com

Users

List Users

GET /api/users

Response:

Get User

GET /api/users/{user_id}

Create User

POST /api/users

Body:

Update User

PUT /api/users/{user_id}

Delete User

DELETE /api/users/{user_id}

Attributes

List User Attributes

GET /api/attributes?userid={user_id}&table=radcheck

Parameters:

  • userid
    - User ID
  • table
    -
    radcheck
    or
    radreply

Create Attribute

POST /api/attributes

Body:

Delete Attribute

DELETE /api/attributes/{attribute_id}?table=radcheck

Groups

List Groups

GET /api/groups

Create Group

POST /api/groups

Body:

Add User to Group

POST /api/groups/{group_id}/users

Body:

Networks

List Networks

GET /api/networks

Get Network Details

GET /api/networks/{network_id}

Captive Portals

List Portals

GET /api/captiveportals

Get Portal Details

GET /api/captiveportals/{portal_id}

Vouchers

List Vouchers

GET /api/vouchers

Create Voucher

POST /api/vouchers

Body:

Generate Batch

POST /api/vouchers/batch

Body:

Reports

Get Report Data (Sync)

For recent data (up to 4 hours):

Get Report Data (Async)

For larger date ranges:

Response:

Retrieve Async Report

Report IDs

IDReport
110Authentication requests
115User data
120Session data

Common Parameters

Pagination

GET /api/users?page=1&limit=50

Filtering

Date Ranges

Response Formats

Success

Error

List

Rate Limits

  • 100 requests/minute per API key
  • 429 response when exceeded
  • Retry-After header indicates wait time

Webhooks

Configure webhooks in the Console to receive push notifications for events.

Webhook Payload

Was this page helpful?