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}

Read more

Call history

Methods for retrieving user call history.

GET https://api.telavox.se/calls

Read more

Dial

Methods for initiating calls from a user.

GET https://api.telavox.se/dial/{number}

Read more

SMS

Methods for sending SMS text messages.

GET https://api.telavox.se/sms/{number}

Read more

Hangup

Methods for terminating calls for a user.

POST https://api.telavox.se/hangup

Read more

Recordings

Methods for fetching recorded calls

GET https://api.telavox.se/recordings/{recordingId}

Read more