Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
VoIP Phone Provisioning
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
A Device is a hardware phone that is linked to an account and can be remotely configured
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets all of the active devices on an account
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
200 Response
{
"result" : [
{
"accounts" : [
{
"account" : 1,
"user" : "0dbf7ab1-c87b-4492-a1d2-5afdc9f44ff4"
}
],
"can_push_firmware" : true,
"created_on" : "2023-06-04",
"keep_alive_time" : 20,
"mac_address" : "0123456789AB",
"name" : "Pete's Grandstream",
"phone_book_uuid" : "45afca24-70f4-48f0-a5f8-708d47a6785c",
"serial_number" : "BC0987654321",
"updated_on" : "2023-06-04",
"use_keep_alive" : true,
"use_tcp" : true,
"uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
}
],
"status_code" : 200,
"status_message" : "OK"
}
Gets a specific device on an account
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the Device to be queried
200 Response
{
"result" : {
"accounts" : [
{
"account" : 1,
"user" : "0dbf7ab1-c87b-4492-a1d2-5afdc9f44ff4"
}
],
"can_push_firmware" : true,
"created_on" : "2023-06-04",
"keep_alive_time" : 20,
"mac_address" : "0123456789AB",
"name" : "Pete's Grandstream",
"phone_book_uuid" : "45afca24-70f4-48f0-a5f8-708d47a6785c",
"serial_number" : "BC0987654321",
"updated_on" : "2023-06-04",
"use_keep_alive" : true,
"use_tcp" : true,
"uuid" : "31347d42-00bd-44a5-9b5c-20dc4197a2f6"
},
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}