Talkr AI
API ReferenceTelephony Configurations

Get Configuration

Retrieve a telephony configuration by id

Sensitive credential fields (API keys, auth tokens) are returned in masked form.

GET
/api/v1/organizations/telephony-configs/{config_id}

Path Parameters

config_id*Config Id

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/0"
{  "id": 0,  "name": "string",  "provider": "string",  "is_default_outbound": true,  "credentials": {},  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}