Skip to main content

List Configurations

GET/api/v1/organizations/telephony-configs

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

cURL example

curl -X GET \
  'http://localhost:8000/api/v1/organizations/telephony-configs' \
  -H 'Authorization: Bearer <API_KEY>'

Parameters

NameLocationTypeDescription
authorizationheaderobject
X-API-Keyheaderobject

Responses

200Successful Response
application/json
View schema
{
  "$ref": "#/components/schemas/TelephonyConfigurationListResponse"
}
404Not found
422Validation Error
application/json
View schema
{
  "$ref": "#/components/schemas/HTTPValidationError"
}