action docusign_connect_get_connect_configs { label: "Get Connect configuration information." description: "Retrieves all the Docusign Custom Connect definitions for the specified account.\n\n\nTo use this method, you must be an account administrator\nand Connect must be enabled on your account.\n\n" provider: docusign method: GET path: "/v2.1/accounts/{accountId}/connect" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }