v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
TeXML Applications

List all TeXML Applications

Returns a list of your TeXML Applications.

get/texml_applications

Query parameters

numberinteger

The page number to load

sizeinteger

The size of the page

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

friendly_namestring

If present, applications with <code>friendly_name</code> containing the given value will be returned. Matching is not case-sensitive. Requires at least three characters.

outbound_voice_profile_idstring

Identifies the associated outbound voice profile.

Consolidated filter parameter (deepObject style). Originally: filter[outbound_voice_profile_id], filter[friendly_name]

{
  "outbound_voice_profile_id": "1293384261075731499"
}
sort'created_at' | 'friendly_name' | 'active'
Example:friendly_name

Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the <code> -</code> prefix.<br/><br/> That is: <ul>

<li> <code>friendly_name</code>: sorts the result by the <code>friendly_name</code> field in ascending order. </li> <li> <code>-friendly_name</code>: sorts the result by the <code>friendly_name</code> field in descending order. </li> </ul> <br/> If not given, results are sorted by <code>created_at</code> in descending order.

Response

Successful response

Example response

{
  "data": [
    {
      "active": false,
      "anchorsite_override": "Amsterdam, Netherlands",
      "call_cost_in_webhooks": false,
      "created_at": "2020-02-02T22:25:27.521Z",
      "dtmf_type": "Inband",
      "first_command_timeout": true,
      "first_command_timeout_secs": 10,
      "friendly_name": "call-router",
      "id": "1293384261075731499",
      "inbound": {
        "channel_limit": 10,
        "shaken_stir_enabled": true,
        "sip_subdomain": "example",
        "sip_subdomain_receive_settings": "only_my_connections"
      },
      "outbound": {
        "channel_limit": 10,
        "outbound_voice_profile_id": "1293384261075731499"
      },
      "record_type": "texml_application",
      "status_callback": "https://example.com",
      "status_callback_method": "get",
      "tags": [
        "tag1",
        "tag2"
      ],
      "updated_at": "2020-02-03T22:25:27.521Z",
      "voice_fallback_url": "https://fallback.example.com",
      "voice_method": "get",
      "voice_url": "https://example.com"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}