Ugrás a fő tartalomhoz

Konfigurációk listája

GET/api/v1/organizations/telephony-configs

List the org's telephony configurations with phone-number counts.

cURL példa

curl -X GET \
  'http://localhost:8000/api/v1/organizations/telephony-configs' \
  -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/TelephonyConfigurationListResponse"
}
404Not found
422Validation Error
application/json
Séma megtekintése
{
  "$ref": "#/components/schemas/HTTPValidationError"
}