curl --request GET \
--url https://app.dograh.com/api/v1/organizations/telephony-providers/metadata{
"providers": [
{
"provider": "<string>",
"display_name": "<string>",
"fields": [
{
"name": "<string>",
"label": "<string>",
"type": "<string>",
"required": true,
"sensitive": true,
"description": "<string>",
"placeholder": "<string>"
}
],
"docs_url": "<string>"
}
]
}Discover available telephony providers and the credential fields each one requires
curl --request GET \
--url https://app.dograh.com/api/v1/organizations/telephony-providers/metadata{
"providers": [
{
"provider": "<string>",
"display_name": "<string>",
"fields": [
{
"name": "<string>",
"label": "<string>",
"type": "<string>",
"required": true,
"sensitive": true,
"description": "<string>",
"placeholder": "<string>"
}
],
"docs_url": "<string>"
}
]
}Use this endpoint to discover which telephony providers Dograh supports and the exact credential fields each one expects. The response drives the configuration form in the dashboard, and is the recommended way to build a provider-agnostic integration.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.