action docusign_account_signature_providers_get_signature_providers { label: "Gets the available signature providers for an account." description: "Returns a list of signature providers that the specified account can use." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/signatureProviders" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }