action docusign_favorite_templates_get_favorite_templates { label: "Retrieves the list of favorite templates for the account." description: "Retrieves the list of favorite templates for the account." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/favorite_templates" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }