Ugrás a fő tartalomhoz

Támogatott szolgáltatók listája

GET/api/v1/organizations/telephony-providers/metadata

Return 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évHelyTípusLeírás
authorizationheaderobject
X-API-Keyheaderobject

Válaszok

200Successful Response
application/json
Séma megtekintése
{
  "$ref": "#/components/schemas/TelephonyProvidersMetadataResponse"
}
404Not found
422Validation Error
application/json
Séma megtekintése
{
  "$ref": "#/components/schemas/HTTPValidationError"
}