Jump to content

API helloworld

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

Health check / connectivity test. Returns a fixed greeting; useful to verify the API is up and the ukey is valid.

Call

GET  …/7Kas?func=helloworld&ukey=YOUR_KEY&…

Requires the ukey parameter.

Parameters

None beyond ukey and func=helloworld.

Example

https://api.7kas.com:9080/7Kas?func=helloworld&ukey=KEY

Response

Fixed object: {"Test":"Hola Mundo"}.


Back to API VoIP · ▶ Try it live · Profiles: API profile SuperRoot, API profile Operator, API profile Client (of operator), API profile Client (direct)