Támogatott szolgáltatók listája
GET
/api/v1/organizations/telephony-providers/metadataReturn the list of available telephony providers and their form schemas. The UI uses this to render the configuration form generically instead of hard-coding fields per provider. Adding a new provider only requires declaring its ui_metadata in providers/<name>/__init__.py.
cURL példa
curl -X GET \
'http://localhost:8000/api/v1/organizations/telephony-providers/metadata' \
-H 'Authorization: Bearer <API_KEY>'Paraméterek
| Név | Hely | Típus | Leírás |
|---|---|---|---|
authorization | header | object | — |
X-API-Key | header | object | — |
Válaszok
200Successful Responseapplication/jsonSéma megtekintése
{
"$ref": "#/components/schemas/TelephonyProvidersMetadataResponse"
}404Not found422Validation Errorapplication/jsonSéma megtekintése
{
"$ref": "#/components/schemas/HTTPValidationError"
}