API helloworld
Appearance
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)