Explore the Documentation
Everything you need to integrate NetKey with your network infrastructure
Getting Started
Quick setup guide to get NetKey running in your environment in minutes.
- Quick Start Guide
- Initial Configuration
- First PSK Creation
RADIUS Integrations
Step-by-step guides for integrating with wireless controllers and access points.
- Cisco WLC 9800
- Cisco AireOS
- Aruba Controllers
API Reference
Complete REST API documentation for automation and custom integrations.
- Authentication
- PSK Management
- User Management
Guides & Tutorials
In-depth tutorials for common use cases and advanced configurations.
- Hospitality Setup
- VLAN Assignment
- EAP-TLS Certificates
Supported Platforms
Works with all major wireless vendors and platforms
Quick Reference
Essential information for developers and integrators
REST API
Automate PSK provisioning, user management, and integrate with your existing systems.
https://api.netkey.no/v1
X-API-Key header
JSON
RADIUS Integration
RADIUS server details and shared secrets are available after login in your organization settings.
1812 (UDP)
1813 (UDP)
2083 (TLS)
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