Explore the Documentation

Everything you need to integrate NetKey with your network infrastructure

Supported Platforms

Works with all major wireless vendors and platforms

Cisco
Aruba
Meraki
Ruckus
Fortinet
Ubiquiti

Quick Reference

Essential information for developers and integrators

REST API

Automate PSK provisioning, user management, and integrate with your existing systems.

Base URL https://api.netkey.no/v1
Authentication X-API-Key header
Format JSON
View API Documentation

RADIUS Integration

RADIUS server details and shared secrets are available after login in your organization settings.

Auth Port 1812 (UDP)
Accounting 1813 (UDP)
RadSec 2083 (TLS)
Login to View Details

Quick API Example

Create a new PSK with a simple API call—password is auto-generated

# Create a new PSK (password auto-generated)
curl -X POST https://api.netkey.no/v1/psks \
  -H "X-API-Key: nk_live_abc123..." \
  -H "Content-Type: application/json" \
  -d '{
    "psk_id": "Guest - John Smith",
    "expires_at": "2025-12-31",
    "vlan_id": 100
  }'

# Response includes the generated password:
# {"success": true, "id": 42, "psk_id": "Guest - John Smith", "psk_value": "xK9mP2nR..."}

Need Help?

We're here to support your integration journey

Support

Contact our technical support team for assistance with your deployment.

Contact Support

GitHub

Report issues, request features, or contribute to our open-source tools.

View GitHub

Newsletter

Stay updated with new features, integrations, and security updates.

Subscribe