API getwgconfig
Appearance
7Kas VoIP REST API function. Available to: SuperRoot, Operator, Client.
Description
Returns the WireGuard config for an SSIP device, authenticated by the device's vpnpassword (no role gate — any valid ukey with the correct password).
Call
GET …/7Kas?func=getwgconfig&ukey=YOUR_KEY&…
Requires the ukey parameter.
Parameters
| Parameter | Type | Required | Default | Meaning |
|---|---|---|---|---|
password |
string | Yes | — | The device vpnpassword (max 128). |
Example
https://api.7kas.com:9080/7Kas?func=getwgconfig&ukey=KEY&password=DEVICEPASS
Response
Object/records with the WireGuard configuration.
Back to API VoIP · ▶ Try it live · Profiles: API profile SuperRoot, API profile Operator, API profile Client (of operator), API profile Client (direct)