Jump to content

TuCloudAPI getcredit: 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

Returns credit and status (credit, credit_limit, creditalarm, email, blocked). Any role: clients (and operators/SuperRoot without accountcode) get their own; operators/SuperRoot with accountcode query that account within their scope.

Call

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

Requires the ukey parameter.

Parameters

Parameter Type Required Default Meaning
accountcode string No Account to query (operators/SuperRoot only). Omit for your own. (max length 20)

Example

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

Response

FillRecords2JSON: fields [credit, credit_limit, creditalarm, email, blocked].


Back to TuCloudAPI