Jump to content

TuCloudAPI helloworld

From Wiki 7Kas

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