Jump to content

TuCloudAPI resetinternalkey

From Wiki 7Kas

TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: SuperRoot.

Description

Regenerates the non-showable internal API key for an account. SuperRoot only.

Call

GET  https://tucloudapi.7kas.com:9087/tucloud?func=resetinternalkey&ukey=YOUR_KEY

Requires the ukey parameter.

Parameters

Parameter Type Required Default Meaning
accountcodeid integer Yes Account id whose internal key is reset.

Example

https://api.7kas.com:9087/tucloud?func=resetinternalkey&ukey=SRKEY&accountcodeid=123

Response

Object with the result.


Back to TuCloudAPI