Jump to content

TuCloudAPI helloworld

From Wiki 7Kas
Revision as of 16:33, 1 August 2026 by Maintenance script (talk | contribs) (TuCloudAPI reference (generated from func=help))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TuCloudAPI function to manage tucloud (PBX) services. 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  https://tucloudapi.7kas.com:9087/tucloud?func=helloworld&ukey=YOUR_KEY

Requires the ukey parameter.

Parameters

None beyond ukey and func=helloworld.

Example

https://api.7kas.com:9087/tucloud?func=helloworld&ukey=KEY

Response

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


Back to TuCloudAPI