These docs are for v2.11. Click to read the latest docs for v2.12.

Get SpeedDials

Get a list of all speeddials.

This will return a listing of all the speeddials belonging to the FracTEL account associated with the API token being used.

Sample Response

{
  "speedDials": [{
    "speed_dial": "101",
    "label": "Agent 101",
    "service_type": "Device",
    "service_id": "101010101010",
    "type": "auto",
    "active": "yes"
  }, {
    "speed_dial": "102",
    "label": "Agent 102",
    "service_type": "Forward",
    "service_id": "3214991000",
    "type": "manual",
    "active": "yes"
  }, {
    "speed_dial": "103",
    "label": "Agent 103",
    "service_type": "Device",
    "service_id": "101010101011",
    "type": "auto",
    "active": "no"
  }]
}

Response Properties

PropertyTypeDescription
speedDialsarrayArray of SpeedDial
Language
Credentials
Header
Click Try It! to start a request and see the response here!