action telnyx_list_credential_connections { label: "List credential connections" description: "Returns a list of your credential connections." provider: telnyx method: GET path: "/credential_connections" encoding: json output: { type: "object" additionalProperties: true } }