Jump to content

TuCloudAPI helloworld: Difference between revisions

From Wiki 7Kas
TuCloudAPI reference (generated from func=help)
 
TuCloudAPI reference: product name -> FuturePBX (API surface unchanged); regenerated from func=help
 
Line 1: Line 1:
''TuCloudAPI function to manage tucloud (PBX) services. Available to: '''SuperRoot, Operator, Client'''.''
''TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: '''SuperRoot, Operator, Client'''.''


== Description ==
== Description ==

Latest revision as of 14:14, 3 August 2026

TuCloudAPI function to manage FuturePBX (the cloud PBX). 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