We will soon add a new field to the extensions API;
mobile
.
The mobile
field will contain the mobile number of the extension.
Overview of all available api methods
Extensions
Methods handling extension information.
GET https://api.telavox.se/extensions/{extension}
Call history
Methods for retrieving user call history.
GET https://api.telavox.se/calls
Dial
Methods for initiating calls from a user.
GET https://api.telavox.se/dial/{number}
SMS
Methods for sending SMS text messages.
GET https://api.telavox.se/sms/{number}
Hangup
Methods for terminating calls for a user.
POST https://api.telavox.se/hangup
Recordings
Methods for fetching recorded calls
GET https://api.telavox.se/recordings/{recordingId}