DocuSign.Api.AccountSignatureProviders (DocuSign v3.1.1)
View SourceAPI calls for all endpoints tagged AccountSignatureProviders.
Summary
Functions
Gets the available signature providers for an account. Returns a list of signature providers that the specified account can use.
Functions
@spec account_signature_providers_get_signature_providers( DocuSign.Connection.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.AccountSignatureProviders.t()} | {:error, Req.Response.t()}
Gets the available signature providers for an account. Returns a list of signature providers that the specified account can use.
Parameters
connection(DocuSign.Connection): Connection to serveraccount_id(String.t): The external account number (int) or account ID GUID.opts(keyword): Optional parameters
Returns
{:ok, DocuSign.Model.AccountSignatureProviders.t}on success{:error, Req.Response.t}on failure