✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.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.asisso.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 Asisso 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://asisso-cd509912.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.