Konfigurációk listája
GET
/api/v1/organizations/telephony-configsList 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é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/TelephonyConfigurationListResponse"
}404Not found422Validation Errorapplication/jsonSéma megtekintése
{
"$ref": "#/components/schemas/HTTPValidationError"
}