API ReferenceTelephony Configurations
List Configurations
List all telephony configurations in your organization
curl -X GET "https://example.com/api/v1/organizations/telephony-configs"{ "configurations": [ { "id": 0, "name": "string", "provider": "string", "is_default_outbound": true, "phone_number_count": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]}