- TODO LIST
- Version
- Authentication
- Access Token (Oauth - Username/Password)
- API Key (Machine 2 Machine)
- JWT (JSON Web Token)
- Event Subscriptions
- Resellers
- Domains
- Phone Numbers
- Users
- Devices
- Phones/Macs
- Sites
- Call Center
- Answer Rules
- Call Blocking
- Auto Attendant
- Media
- Voicemail
- Greetings
- Read Greetings for User
- Read Specific Greeting for User
- Delete Specific Greeting for User
- Create a new Greeting from TTS
- Update Greeting with TTS script
- Create a new Greeting from Upload (JSON + Base64 File)
- Update Greeting from Upload (JSON + Base64 File)
- Create a new Greeting from Upload (Multipart/Mixed Post)
- Update Greeting from Upload (Multipart/Mixed Post)
- Music on Hold
- Domain
- Read MOH for Domain
- Create a new MOH for Domain from TTS
- Update MOH for Domain from TTS
- Create a new MOH for Domain from Upload (JSON + Base64 File)
- Update MOH for Domain from Upload (JSON + Base64 File)
- Create a new MOH for Domain from Upload (Multipart/Mixed Post)
- Update MOH for Domain from Upload (Multipart/Mixed Post)
- Delete MOH for Domain
- User
- Read MOH for User
- Create a new MOH for Domain from TTS
- Create a new MOH for User from Upload (JSON + Base64 File)
- Update MOH for User from Upload (JSON + Base64 File)
- Update MOH for Domain from TTS
- Create a new MOH for User from Upload (Multipart/Mixed Post)
- Update a MOH for User from Upload (Multipart/Mixed Post)
- Delete MOH for User
- Domain
- Hold Messages
- Text to Speech
- CDR (Call History)
- Transcriptions & Sentiment
- Call Traces & Cradle to Grave
- Calls (live/active calls)
- Contacts
- Addresses
- Get Addresses for Domain
- Validate Address
- Create Address for Domain
- Update Address for Domain
- Update Address for User
- Update Address Endpoint
- Create Address for User
- Delete Address For User
- Delete Address Endpoint
- Delete Address For Domain
- Create Address Endpoint
- Get Address Endpoints for a Domain
- Get Addresses Count for Domain
- Get Addresses for User
- Get Address Using Address ID
- Voicemail Reminders
- Dialrule
- Messages
- Get Messagesessions for Domain
- Start a new Message Session
- Get Messagesessions for User
- Get Messages for Messagesession
- Send a message (Chat)
- Send a message (Group Chat)
- Send a message (Media Chat)
- Send a message (SMS)
- Send a message (Group SMS)
- Send a message (MMS)
- Update Messagesession (Participants)
- Update Messagesession (Session Name)
- Update Messagesession (Leave)
- Delete Messagesession
- SMS Numbers
- Recordings
- Email
- Connections
- Routes
- Meetings
- Event Logs
- Iotum
- Read Iotum Video Domain Resellers
- Read Iotum Video Host
- Read All Iotum Video Hosts in a Domain
- Read Iotum Video Host Conferences
- Read Iotum Video Host Contacts
- Read Iotum Video Company
- Read Iotum Video Company Products
- Read Iotum Video Available Products
- Create a Host
- Create Host Contacts
- Create Iotum Video Subscription
- Update Domain's Iotum Company
- Update Domain's Iotum Subscriptions
- Update User's Iotum Host
- Delete Iotum Video Subscription
- Delete a Host
- Create Iotum Video Company
- Create a Ad-hoc Conference
- Delete a Video Company
- Create a Meeting with Id
- Create a Meeting
- Read Meeting
- Count Domains Meetings
- Count Meeting
- Register Meeting
- Update a Meeting
- Delete a Meeting
- Request a Meeting ID
- Read Meetings for User
- Backup & Restore
- Configs
- Images
- Templates
- Timeframes
- Domain (Shared)
- User
- Holiday Information
- Firebase
- SSL Certificates
Read Specific Mac Address
GET
/phones/{mac}
Last modified:2023-12-21 20:51:58
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
mac
stringÂ
required
Example:
000111222333
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://awqacore01.crexendocloud.com/ns-api/v2/phones/000111222333'
Responses
🟢200OK
application/json
Body
mac
stringÂ
required
model
stringÂ
required
server
stringÂ
optional
subscriber_name
stringÂ
optional
domain
stringÂ
optional
territory
stringÂ
optional
dir_inc
stringÂ
optional
presence
stringÂ
optional
device1
stringÂ
optional
device2
stringÂ
optional
device3
stringÂ
optional
device4
stringÂ
optional
device5
stringÂ
optional
device6
stringÂ
optional
device7
stringÂ
optional
device8
stringÂ
optional
notes
stringÂ
optional
line1_share
stringÂ
optional
line2_share
stringÂ
optional
line3_share
stringÂ
optional
line4_share
stringÂ
optional
line5_share
stringÂ
optional
line6_share
stringÂ
optional
transport
stringÂ
optional
overrides
stringÂ
optional
device-provisioning-username
stringÂ
optional
device-provisioning-password
stringÂ
optional
device-provisioning-last-retrieved-datetime
string <date>
read-onlyoptional
date_created
stringÂ
read-onlyoptional
registration_expires_time
string  | nullÂ
read-onlyoptional
mode
string  | nullÂ
read-onlyoptional
global-one-time-pass
enum<string>Â
optional
Allowed values:
yesno
Default:
no
modified
booleanÂ
read-onlyoptional
Example
{
"mac": "string",
"model": "string",
"server": "string",
"subscriber_name": "string",
"domain": "string",
"territory": "string",
"dir_inc": "string",
"presence": "string",
"device1": "string",
"device2": "string",
"device3": "string",
"device4": "string",
"device5": "string",
"device6": "string",
"device7": "string",
"device8": "string",
"notes": "string",
"line1_share": "string",
"line2_share": "string",
"line3_share": "string",
"line4_share": "string",
"line5_share": "string",
"line6_share": "string",
"transport": "string",
"overrides": "string",
"device-provisioning-username": "string",
"device-provisioning-password": "string",
"device-provisioning-last-retrieved-datetime": "2019-08-24",
"date_created": "string",
"registration_expires_time": "string",
"mode": "string",
"global-one-time-pass": "no",
"modified": true
}
Modified at 2023-12-21 20:51:58