{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens UAC Connections API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "UAC Connections", "type": "folder" }, "items": [ { "info": { "name": "List UAC connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/uac_connections", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[connection_name], filter[fqdn], filter[outbound_voice_profile_id], filter[outbound.outbound_voice_profile_id]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" }, { "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:
If not given, results are sorted by created_at in descending order." } ] }, "docs": "Returns a list of your UAC connections. A UAC (User Agent Client) Connection registers Telnyx to your PBX — the opposite of a standard SIP trunk, where the PBX registers to Telnyx. Use UAC when your PBX doesn’t support outbound SIP registration or you need Telnyx to maintain the registration." }, { "info": { "name": "Create a UAC connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/uac_connections", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a UAC connection. A UAC (User Agent Client) Connection registers Telnyx to your PBX — the opposite of a standard SIP trunk, where the PBX registers to Telnyx. Use UAC when your PBX doesn’t support outbound SIP registration or you need Telnyx to maintain the registration." }, { "info": { "name": "Retrieve a UAC connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/uac_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Retrieves the details of an existing UAC connection." }, { "info": { "name": "Update a UAC connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/uac_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates settings of an existing UAC connection." }, { "info": { "name": "Delete a UAC connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/uac_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Deletes an existing UAC connection." }, { "info": { "name": "Check a UAC Connection Registration Status", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/uac_connections/:id/actions/check_registration_status", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Checks the registration status for a UAC connection (`registration_status`) as well as the timestamp for the last SIP registration event (`registration_status_updated_at`)." } ] } ], "bundled": true }