Skip to main content
POST
/
api
/
v1
/
organizations
/
telephony-configs
/
{config_id}
/
set-default-outbound
Set Default Outbound
curl --request POST \
  --url https://app.dograh.com/api/v1/organizations/telephony-configs/{config_id}/set-default-outbound
{
  "id": 123,
  "name": "<string>",
  "provider": "<string>",
  "is_default_outbound": true,
  "credentials": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dograh.com/llms.txt

Use this file to discover all available pages before exploring further.

Campaigns and ad-hoc calls that omit telephony_configuration_id use the default outbound configuration. Setting a new default automatically clears the previous one โ€” at most one configuration can be the default at a time.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

config_id
integer
required

Response

Successful Response

Body of GET /telephony-configs/{id} โ€” credentials are masked.

id
integer
required
name
string
required
provider
string
required
is_default_outbound
boolean
required
credentials
Credentials ยท object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required