Skip to main content
GET
/
api
/
v1
/
organizations
/
telephony-configs
/
{config_id}
Get Telephony Configuration By Id
curl --request GET \
  --url https://app.dograh.com/api/v1/organizations/telephony-configs/{config_id}
{
  "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.

Sensitive credential fields (API keys, auth tokens) are returned in masked form.

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