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

Authorizations

x-api-key
string
header
required

Response

200
application/json

Dialer response

The response is of type object[].