Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Phone Calls & CDR Data
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Commands to manage the call recording retention period for an account
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets the current retention setting for an account
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
200 Response
{
"result" : {
"expires_in" : 3
},
"status_code" : 200,
"status_message" : "OK"
}
Updates the call retention period for an account
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
PUT body
Name
Type
Required
expires_in
int
True
The call recording retention period in years
JSON all-fields example:
{
"expires_in" : 3
}
200 Response
{
"result" : {
"expires_in" : 3
},
"status_code" : 200,
"status_message" : "OK"
}
400 Response
{
"result" : {},
"status_code" : 400,
"status_message" : "Bad Request"
}