Jump to content

API getrecordingcertification

From Wiki 7Kas
Revision as of 22:55, 22 July 2026 by Maintenance script (talk | contribs) (API docs (generated from func=help))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

7Kas VoIP REST API function. Available to: SuperRoot, Operator, Client.

Description

Downloads the integrity/veracity certification file (.txt) of one of the caller's recordings: file, user, date, time, uniqueid, src, dst and the SHA-512 hash (matches voip_callrecord.recordhash). Select by id OR uniqueid. Scoped by the key.

Call

GET  …/7Kas?func=getrecordingcertification&ukey=YOUR_KEY&…

Requires the ukey parameter.

Parameters

Parameter Type Required Default Meaning
id integer No Recording id. Provide id OR uniqueid.
uniqueid string No Call uniqueid. Provide id OR uniqueid. (max 80)

Example

https://api.7kas.com:9080/7Kas?func=getrecordingcertification&ukey=KEY&id=5270558

Response

text/plain body (Content-Disposition attachment "<uniqueid>.cert.txt"). On missing/foreign: {}.


Back to API VoIP · ▶ Try it live · Profiles: API profile SuperRoot, API profile Operator, API profile Client (of operator), API profile Client (direct)