POST
/
dialer
/
create
curl --request POST \
  --url https://api.precallai.com/api/v1/dialer/create \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "dialer_type": "<string>",
  "name": "<string>",
  "phone_number": "<string>",
  "sid": "<string>",
  "auth_token": "<string>"
}'
{
  "dialer_type": "<string>",
  "name": "<string>",
  "phone_number": "<string>",
  "sid": "<string>",
  "auth_token": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Dialer to add

The body is of type object.

Response

200
application/json

Dialer response

The response is of type object.