{
"opencollection": "1.0.0",
"info": {
"name": "Telnyx Access Tokens TeXML Applications API",
"version": "2.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "TeXML Applications",
"type": "folder"
},
"items": [
{
"info": {
"name": "List all TeXML Applications",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.telnyx.com/v2/texml_applications",
"params": [
{
"name": "page",
"value": "",
"type": "query",
"description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]"
},
{
"name": "filter",
"value": "",
"type": "query",
"description": "Consolidated filter parameter (deepObject style). Originally: filter[outbound_voice_profile_id], filter[friendly_name]"
},
{
"name": "sort",
"value": "",
"type": "query",
"description": "Specifies the sort order for results. By default sorting direction is ascending. To have the results sorted in descending order add the - prefix.
\nThat is:
friendly_name: sorts the result by the\n friendly_name field in ascending order.\n -friendly_name: sorts the result by the\n friendly_name field in descending order.\n created_at in descending order."
}
]
},
"docs": "Returns a list of your TeXML Applications."
},
{
"info": {
"name": "Creates a TeXML Application",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.telnyx.com/v2/texml_applications",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Creates a TeXML Application."
},
{
"info": {
"name": "Retrieve a TeXML Application",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.telnyx.com/v2/texml_applications/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Identifies the resource."
}
]
},
"docs": "Retrieves the details of an existing TeXML Application."
},
{
"info": {
"name": "Update a TeXML Application",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.telnyx.com/v2/texml_applications/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Identifies the resource."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates settings of an existing TeXML Application."
},
{
"info": {
"name": "Deletes a TeXML Application",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.telnyx.com/v2/texml_applications/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "Identifies the resource."
}
]
},
"docs": "Deletes a TeXML Application."
}
]
}
],
"bundled": true
}