action telnyx_list_fax_applications { label: "List all Fax Applications" description: "This endpoint returns a list of your Fax Applications inside the 'data' attribute of the response. You can adjust which applications are listed by using filters. Fax Applications are used to configure how you send and receive faxes using the Programmable Fax API with Telnyx." provider: telnyx method: GET path: "/fax_applications" encoding: json output: { type: "object" additionalProperties: true } }