GET
/
dialer
/
list
cURL
curl --request GET \
  --url https://api.precallai.com/api/v1/dialer/list \
  --header 'x-api-key: <api-key>'
[
  {
    "dialer_type": "Twilio",
    "name": "<string>",
    "phone_number": "<string>",
    "sid": "<string>",
    "auth_token": "<string>",
    "sip_termination_uri": "<string>",
    "sip_trunk_user_name": "<string>",
    "sip_trunk_password": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

Dialer response

dialer_type
enum<string>
required

Dialer type

Available options:
Twilio,
Telnyx,
sip
name
string
required

The name of the dialer

phone_number
string
required

Phone number

sid
string
required

The sid

auth_token
string
required

Auth token and also for Telnyx id not require.

sip_termination_uri
string
required

SIP termination uri for only sip

sip_trunk_user_name
string

SIP trunk user name for only sip

sip_trunk_password
string

SIP trunk password for only sip