action docusign_connect_get_connect_config { label: "Gets the details about a Connect configuration." description: "Retrieves the information for the specified Docusign Connect configuration.\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/{connectId}" encoding: json input: { type: "object" properties: { accountId: { type: "string" } connectId: { type: "string" } } required: ["accountId", "connectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }