Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Voicemails & Mailboxes
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
Mailbox Messages are Voicemails that have been left on a Mailbox
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets all messages in the specified mailbox
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Mailbox to be queried
200 Response
{
"result" : [
{}
],
"status_code" : 200,
"status_message" : "OK"
}
Gets the details for a specific mailbox message
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
mailbox_uuid
String
True
The UUID of the Mailbox to be queried
message_uuid
String
True
The UUID of the Message to be queried
200 Response
{
"result" : {},
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Generates a temporary URL to the message's audio content
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
mailbox_uuid
String
True
The UUID of the Mailbox to be queried
message_uuid
String
True
The UUID of the Message to be queried
200 Response
{
"result" : {
"voicemail" : "https://voicemail.yay.com/a68e58ed-60ed-4198-a693-3dbadd6e1094.mp3"
},
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Deletes the specified mailbox message
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
mailbox_uuid
String
True
The UUID of the Mailbox to be queried
message_uuid
String
True
The UUID of the Message to be deleted
204 Response
{
"result" : {},
"status_code" : 204,
"status_message" : "No Content"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}