Jump to content

API help

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)
This is the self-discovery endpoint. It returns the list of functions your ukey can call, each fully documented. This whole wiki is generated from it.

7Kas VoIP REST API function. Available to: SuperRoot, Operator, Client.

Description

Lists the API functions available to the role of the calling ukey, with each function's description, parameters (meaning, optional/default), an example call and the response format. Optional name=<func> returns just that function.

Call

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

Requires the ukey parameter.

Parameters

Parameter Type Required Default Meaning
name string No Return only this function's documentation. Omit for the full catalogue.

Example

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

Response

Object: {api, url, authentication, response_format, role, count, functions:[{name, category, description, parameters:[{name,type,required,default,description,notes}], example, response}]}.


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