Talkr AI
API ReferenceTelephony Configurations

List Configurations

List all telephony configurations in your organization

GET
/api/v1/organizations/telephony-configs

Header Parameters

authorization?string|null
X-API-Key?string|null

Response Body

application/json

application/json

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"    }  ]}