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"
}Retrieve a 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"
}Sensitive credential fields (API keys, auth tokens) are returned in masked form.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.
Successful Response