Jump to content

API getwgconfig

From Wiki 7Kas
Revision as of 22:33, 21 July 2026 by Maintenance script (talk | contribs) (API docs (generated from func=help))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)