Jump to content

TuCloudAPI resetinternalkey: 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'''.''
''TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: '''SuperRoot'''.''


== Description ==
== Description ==

Latest revision as of 14:14, 3 August 2026

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