Skip to content

myhealthily/DocuSignAPI.swift

Repository files navigation

Swift5 API client for DocuSignAPI

The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.

Note: the generated methods and classes might not match what DocuSign eSign docs present due to the use of their own private generator and vendor extensions.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: v2.1
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift5ClientCodegen For more information, please visit https://developers.docusign.com/

Installation

Add the following entry in your Package.swift:

.package(path: "./DocuSignAPI")

Documentation for API Endpoints

All URIs are relative to https://www.docusign.net/restapi

Class Method HTTP request Description
AccountBrandsAPI brandDeleteBrand DELETE /v2.1/accounts/{accountId}/brands/{brandId} Deletes a brand.
AccountBrandsAPI brandExportGetBrandExportFile GET /v2.1/accounts/{accountId}/brands/{brandId}/file Exports a brand.
AccountBrandsAPI brandGetBrand GET /v2.1/accounts/{accountId}/brands/{brandId} Gets information about a brand.
AccountBrandsAPI brandLogoDeleteBrandLogo DELETE /v2.1/accounts/{accountId}/brands/{brandId}/logos/{logoType} Deletes a brand logo.
AccountBrandsAPI brandLogoGetBrandLogo GET /v2.1/accounts/{accountId}/brands/{brandId}/logos/{logoType} Gets a brand logo.
AccountBrandsAPI brandLogoPutBrandLogo PUT /v2.1/accounts/{accountId}/brands/{brandId}/logos/{logoType} Updates a brand logo.
AccountBrandsAPI brandPutBrand PUT /v2.1/accounts/{accountId}/brands/{brandId} Updates an existing brand.
AccountBrandsAPI brandResourcesGetBrandResources GET /v2.1/accounts/{accountId}/brands/{brandId}/resources/{resourceContentType} Returns a branding resource file.
AccountBrandsAPI brandResourcesGetBrandResourcesList GET /v2.1/accounts/{accountId}/brands/{brandId}/resources Returns metadata about the branding resources for an account.
AccountBrandsAPI brandResourcesPutBrandResources PUT /v2.1/accounts/{accountId}/brands/{brandId}/resources/{resourceContentType} Updates a branding resource file.
AccountBrandsAPI brandsDeleteBrands DELETE /v2.1/accounts/{accountId}/brands Deletes one or more brand profiles.
AccountBrandsAPI brandsGetBrands GET /v2.1/accounts/{accountId}/brands Gets a list of brands.
AccountBrandsAPI brandsPostBrands POST /v2.1/accounts/{accountId}/brands Creates one or more brand profiles for an account.
AccountConsumerDisclosuresAPI consumerDisclosureGetConsumerDisclosure GET /v2.1/accounts/{accountId}/consumer_disclosure Gets the default Electronic Record and Signature Disclosure for an account.
AccountConsumerDisclosuresAPI consumerDisclosureGetConsumerDisclosureLangCode GET /v2.1/accounts/{accountId}/consumer_disclosure/{langCode} Gets the Electronic Record and Signature Disclosure for an account.
AccountConsumerDisclosuresAPI consumerDisclosurePutConsumerDisclosure PUT /v2.1/accounts/{accountId}/consumer_disclosure/{langCode} Updates the Electronic Record and Signature Disclosure for an account.
AccountCustomFieldsAPI accountCustomFieldsDeleteAccountCustomFields DELETE /v2.1/accounts/{accountId}/custom_fields/{customFieldId} Deletes an account custom field.
AccountCustomFieldsAPI accountCustomFieldsGetAccountCustomFields GET /v2.1/accounts/{accountId}/custom_fields Gets a list of custom fields.
AccountCustomFieldsAPI accountCustomFieldsPostAccountCustomFields POST /v2.1/accounts/{accountId}/custom_fields Creates an account custom field.
AccountCustomFieldsAPI accountCustomFieldsPutAccountCustomFields PUT /v2.1/accounts/{accountId}/custom_fields/{customFieldId} Updates an account custom field.
AccountPasswordRulesAPI accountPasswordRulesGetAccountPasswordRules GET /v2.1/accounts/{accountId}/settings/password_rules Gets the password rules for an account.
AccountPasswordRulesAPI accountPasswordRulesPutAccountPasswordRules PUT /v2.1/accounts/{accountId}/settings/password_rules Updates the password rules for an account.
AccountPasswordRulesAPI passwordRulesGetPasswordRules GET /v2.1/current_user/password_rules Gets membership account password rules.
AccountPermissionProfilesAPI permissionProfilesDeletePermissionProfiles DELETE /v2.1/accounts/{accountId}/permission_profiles/{permissionProfileId} Deletes a permission profile from an account.
AccountPermissionProfilesAPI permissionProfilesGetPermissionProfile GET /v2.1/accounts/{accountId}/permission_profiles/{permissionProfileId} Returns a permission profile for an account.
AccountPermissionProfilesAPI permissionProfilesGetPermissionProfiles GET /v2.1/accounts/{accountId}/permission_profiles Gets a list of permission profiles.
AccountPermissionProfilesAPI permissionProfilesPostPermissionProfiles POST /v2.1/accounts/{accountId}/permission_profiles Creates a new permission profile for an account.
AccountPermissionProfilesAPI permissionProfilesPutPermissionProfiles PUT /v2.1/accounts/{accountId}/permission_profiles/{permissionProfileId} Updates a permission profile.
AccountSealProvidersAPI accountSignatureProvidersGetSealProviders GET /v2.1/accounts/{accountId}/seals
AccountSignatureProvidersAPI accountSignatureProvidersGetSignatureProviders GET /v2.1/accounts/{accountId}/signatureProviders Gets the available signature providers for an account.
AccountSignaturesAPI accountSignaturesDeleteAccountSignature DELETE /v2.1/accounts/{accountId}/signatures/{signatureId}
AccountSignaturesAPI accountSignaturesDeleteAccountSignatureImage DELETE /v2.1/accounts/{accountId}/signatures/{signatureId}/{imageType}
AccountSignaturesAPI accountSignaturesGetAccountSignature GET /v2.1/accounts/{accountId}/signatures/{signatureId}
AccountSignaturesAPI accountSignaturesGetAccountSignatureImage GET /v2.1/accounts/{accountId}/signatures/{signatureId}/{imageType}
AccountSignaturesAPI accountSignaturesGetAccountSignatures GET /v2.1/accounts/{accountId}/signatures
AccountSignaturesAPI accountSignaturesPostAccountSignatures POST /v2.1/accounts/{accountId}/signatures
AccountSignaturesAPI accountSignaturesPutAccountSignature PUT /v2.1/accounts/{accountId}/signatures
AccountSignaturesAPI accountSignaturesPutAccountSignatureById PUT /v2.1/accounts/{accountId}/signatures/{signatureId}
AccountSignaturesAPI accountSignaturesPutAccountSignatureImage PUT /v2.1/accounts/{accountId}/signatures/{signatureId}/{imageType}
AccountTabSettingsAPI tabSettingsGetTabSettings GET /v2.1/accounts/{accountId}/settings/tabs Returns tab settings list for specified account
AccountTabSettingsAPI tabSettingsPutSettings PUT /v2.1/accounts/{accountId}/settings/tabs Modifies tab settings for specified account
AccountWatermarksAPI watermarkGetWatermark GET /v2.1/accounts/{accountId}/watermark Get watermark information.
AccountWatermarksAPI watermarkPreviewPutWatermarkPreview PUT /v2.1/accounts/{accountId}/watermark/preview Get watermark preview.
AccountWatermarksAPI watermarkPutWatermark PUT /v2.1/accounts/{accountId}/watermark Update watermark information.
AccountsAPI accountsDeleteAccount DELETE /v2.1/accounts/{accountId} Deletes the specified account.
AccountsAPI accountsGetAccount GET /v2.1/accounts/{accountId} Retrieves the account information for the specified account.
AccountsAPI accountsGetProvisioning GET /v2.1/accounts/provisioning Retrieves the account provisioning information for the account.
AccountsAPI accountsPostAccounts POST /v2.1/accounts Creates new accounts.
AccountsAPI billingChargesGetAccountBillingCharges GET /v2.1/accounts/{accountId}/billing_charges Gets list of recurring and usage charges for the account.
AccountsAPI captiveRecipientsDeleteCaptiveRecipientsPart DELETE /v2.1/accounts/{accountId}/captive_recipients/{recipientPart} Deletes the signature for one or more captive recipient records.
AccountsAPI envelopePurgeConfigurationGetEnvelopePurgeConfiguration GET /v2.1/accounts/{accountId}/settings/envelope_purge_configuration Gets the envelope purge configuration for an account.
AccountsAPI envelopePurgeConfigurationPutEnvelopePurgeConfiguration PUT /v2.1/accounts/{accountId}/settings/envelope_purge_configuration Sets the envelope purge configuration for an account.
AccountsAPI notificationDefaultsGetNotificationDefaults GET /v2.1/accounts/{accountId}/settings/notification_defaults Gets envelope notification defaults.
AccountsAPI notificationDefaultsPutNotificationDefaults PUT /v2.1/accounts/{accountId}/settings/notification_defaults Updates envelope notification default settings.
AccountsAPI recipientNamesGetRecipientNames GET /v2.1/accounts/{accountId}/recipient_names Gets the recipient names associated with an email address.
AccountsAPI settingsGetSettings GET /v2.1/accounts/{accountId}/settings Gets account settings information.
AccountsAPI settingsPutSettings PUT /v2.1/accounts/{accountId}/settings Updates the account settings for an account.
AccountsAPI sharedAccessGetSharedAccess GET /v2.1/accounts/{accountId}/shared_access Reserved: Gets the shared item status for one or more users.
AccountsAPI sharedAccessPutSharedAccess PUT /v2.1/accounts/{accountId}/shared_access Reserved: Sets the shared access information for users.
AccountsAPI supportedLanguagesGetSupportedLanguages GET /v2.1/accounts/{accountId}/supported_languages Gets the supported languages for envelope recipients.
AccountsAPI unsupportedFileTypesGetUnsupportedFileTypes GET /v2.1/accounts/{accountId}/unsupported_file_types Gets a list of unsupported file types.
BCCEmailArchiveAPI bCCEmailArchiveDeleteBCCEmailArchive DELETE /v2.1/accounts/{accountId}/settings/bcc_email_archives/{bccEmailArchiveId} Deletes a BCC email archive configuration.
BCCEmailArchiveAPI bCCEmailArchiveGetBCCEmailArchiveHistoryList GET /v2.1/accounts/{accountId}/settings/bcc_email_archives/{bccEmailArchiveId} Gets a BCC email archive configuration and its history.
BCCEmailArchiveAPI bCCEmailArchiveGetBCCEmailArchiveList GET /v2.1/accounts/{accountId}/settings/bcc_email_archives Gets the BCC email archive configurations for an account.
BCCEmailArchiveAPI bCCEmailArchivePostBCCEmailArchive POST /v2.1/accounts/{accountId}/settings/bcc_email_archives Creates a BCC email archive configuration.
BillingPlansAPI billingPlanGetBillingPlan GET /v2.1/accounts/{accountId}/billing_plan Get Account Billing Plan
BillingPlansAPI billingPlanGetCreditCardInfo GET /v2.1/accounts/{accountId}/billing_plan/credit_card Get credit card information
BillingPlansAPI billingPlanGetDowngradeRequestBillingInfo GET /v2.1/accounts/{accountId}/billing_plan/downgrade
BillingPlansAPI billingPlanPutBillingPlan PUT /v2.1/accounts/{accountId}/billing_plan Updates an account billing plan.
BillingPlansAPI billingPlanPutDowngradeAccountBillingPlan PUT /v2.1/accounts/{accountId}/billing_plan/downgrade
BillingPlansAPI billingPlansGetBillingPlan GET /v2.1/billing_plans/{billingPlanId} Gets billing plan details.
BillingPlansAPI billingPlansGetBillingPlans GET /v2.1/billing_plans Gets a list of available billing plans.
BillingPlansAPI purchasedEnvelopesPutPurchasedEnvelopes PUT /v2.1/accounts/{accountId}/billing_plan/purchased_envelopes Reserverd: Purchase additional envelopes.
BulkSendAPI bulkSendV2BatchGetBulkSendBatchStatus GET /v2.1/accounts/{accountId}/bulk_send_batch/{bulkSendBatchId}
BulkSendAPI bulkSendV2BatchGetBulkSendBatches GET /v2.1/accounts/{accountId}/bulk_send_batch
BulkSendAPI bulkSendV2CRUDDeleteBulkSendList DELETE /v2.1/accounts/{accountId}/bulk_send_lists/{bulkSendListId} Deletes a bulk send list
BulkSendAPI bulkSendV2CRUDGetBulkSendList GET /v2.1/accounts/{accountId}/bulk_send_lists/{bulkSendListId} Gets a specific bulk send list
BulkSendAPI bulkSendV2CRUDGetBulkSendLists GET /v2.1/accounts/{accountId}/bulk_send_lists Gets bulk send lists
BulkSendAPI bulkSendV2CRUDPostBulkSendList POST /v2.1/accounts/{accountId}/bulk_send_lists Creates a bulk send list
BulkSendAPI bulkSendV2CRUDPutBulkSendList PUT /v2.1/accounts/{accountId}/bulk_send_lists/{bulkSendListId} Updates a bulk send list
BulkSendAPI bulkSendV2SendPostBulkSendRequest POST /v2.1/accounts/{accountId}/bulk_send_lists/{bulkSendListId}/send Creates a bulk send request
BulkSendAPI bulkSendV2TestPostBulkSendTestRequest POST /v2.1/accounts/{accountId}/bulk_send_lists/{bulkSendListId}/test Creates a bulk send test
ChunkedUploadsAPI chunkedUploadsDeleteChunkedUpload DELETE /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId} Deletes a chunked upload.
ChunkedUploadsAPI chunkedUploadsGetChunkedUpload GET /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId} Retrieves metadata about a chunked upload.
ChunkedUploadsAPI chunkedUploadsPostChunkedUploads POST /v2.1/accounts/{accountId}/chunked_uploads Initiate a new chunked upload.
ChunkedUploadsAPI chunkedUploadsPutChunkedUploadPart PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId}/{chunkedUploadPartSeq} Add a chunk to an existing chunked upload.
ChunkedUploadsAPI chunkedUploadsPutChunkedUploads PUT /v2.1/accounts/{accountId}/chunked_uploads/{chunkedUploadId} Commit a chunked upload.
CloudStorageAPI cloudStorageFolderGetCloudStorageFolder GET /v2.1/accounts/{accountId}/users/{userId}/cloud_storage/{serviceId}/folders/{folderId} Gets a list of items from a cloud storage provider.
CloudStorageAPI cloudStorageFolderGetCloudStorageFolderAll GET /v2.1/accounts/{accountId}/users/{userId}/cloud_storage/{serviceId}/folders Retrieves a list of all the items in a specified folder from the specified cloud storage provider.
CloudStorageProvidersAPI cloudStorageDeleteCloudStorage DELETE /v2.1/accounts/{accountId}/users/{userId}/cloud_storage/{serviceId} Deletes the user authentication information for the specified cloud storage provider.
CloudStorageProvidersAPI cloudStorageDeleteCloudStorageProviders DELETE /v2.1/accounts/{accountId}/users/{userId}/cloud_storage Deletes the user authentication information for one or more cloud storage providers.
CloudStorageProvidersAPI cloudStorageGetCloudStorage GET /v2.1/accounts/{accountId}/users/{userId}/cloud_storage/{serviceId} Gets the specified Cloud Storage Provider configuration for the User.
CloudStorageProvidersAPI cloudStorageGetCloudStorageProviders GET /v2.1/accounts/{accountId}/users/{userId}/cloud_storage Get the Cloud Storage Provider configuration for the specified user.
CloudStorageProvidersAPI cloudStoragePostCloudStorage POST /v2.1/accounts/{accountId}/users/{userId}/cloud_storage Configures the redirect URL information for one or more cloud storage providers for the specified user.
CommentsAPI commentsGetCommentsTranscript GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/comments/transcript Gets a PDF transcript of all of the comments in an envelope.
ConnectConfigurationsAPI connectDeleteConnectConfig DELETE /v2.1/accounts/{accountId}/connect/{connectId} Deletes the specified connect configuration.
ConnectConfigurationsAPI connectGetConnectConfig GET /v2.1/accounts/{accountId}/connect/{connectId} Gets the details about a Connect configuration.
ConnectConfigurationsAPI connectGetConnectConfigs GET /v2.1/accounts/{accountId}/connect Get Connect Configuration Information
ConnectConfigurationsAPI connectGetConnectUsers GET /v2.1/accounts/{accountId}/connect/{connectId}/users Returns users from the configured Connect service.
ConnectConfigurationsAPI connectPostConnectConfiguration POST /v2.1/accounts/{accountId}/connect Creates a connect configuration for the specified account.
ConnectConfigurationsAPI connectPutConnectConfiguration PUT /v2.1/accounts/{accountId}/connect Updates a specified Connect configuration.
ConnectEventsAPI connectFailuresDeleteConnectFailureLog DELETE /v2.1/accounts/{accountId}/connect/failures/{failureId} Deletes a Connect failure log entry.
ConnectEventsAPI connectFailuresGetConnectLogs GET /v2.1/accounts/{accountId}/connect/failures Gets the Connect failure log information.
ConnectEventsAPI connectLogDeleteConnectLog DELETE /v2.1/accounts/{accountId}/connect/logs/{logId} Deletes a specified Connect log entry.
ConnectEventsAPI connectLogDeleteConnectLogs DELETE /v2.1/accounts/{accountId}/connect/logs Deletes a list of Connect log entries.
ConnectEventsAPI connectLogGetConnectLog GET /v2.1/accounts/{accountId}/connect/logs/{logId} Gets a Connect log entry.
ConnectEventsAPI connectLogGetConnectLogs GET /v2.1/accounts/{accountId}/connect/logs Gets the Connect log.
ConnectEventsAPI connectPublishPutConnectRetry PUT /v2.1/accounts/{accountId}/connect/envelopes/retry_queue Republishes Connect information for multiple envelopes.
ConnectEventsAPI connectPublishPutConnectRetryByEnvelope PUT /v2.1/accounts/{accountId}/connect/envelopes/{envelopeId}/retry_queue Republishes Connect information for the specified envelope.
ContactsAPI contactsDeleteContactWithId DELETE /v2.1/accounts/{accountId}/contacts/{contactId} Deletes a contact.
ContactsAPI contactsDeleteContacts DELETE /v2.1/accounts/{accountId}/contacts Deletes multiple contacts from an account.
ContactsAPI contactsGetContactById GET /v2.1/accounts/{accountId}/contacts/{contactId} Gets one or more contacts.
ContactsAPI contactsPostContacts POST /v2.1/accounts/{accountId}/contacts Imports new contacts into a contacts list.
ContactsAPI contactsPutContacts PUT /v2.1/accounts/{accountId}/contacts Updates one or more contacts.
CustomTabsAPI tabDeleteCustomTab DELETE /v2.1/accounts/{accountId}/tab_definitions/{customTabId} Deletes custom tab information.
CustomTabsAPI tabGetCustomTab GET /v2.1/accounts/{accountId}/tab_definitions/{customTabId} Gets custom tab information.
CustomTabsAPI tabPutCustomTab PUT /v2.1/accounts/{accountId}/tab_definitions/{customTabId} Updates custom tab information.
CustomTabsAPI tabsGetTabDefinitions GET /v2.1/accounts/{accountId}/tab_definitions Gets a list of all account tabs.
CustomTabsAPI tabsPostTabDefinitions POST /v2.1/accounts/{accountId}/tab_definitions Creates a custom tab.
DocumentResponsiveHtmlPreviewAPI responsiveHtmlPostDocumentResponsiveHtmlPreview POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/responsive_html_preview Creates a preview of the responsive version of a document.
ENoteConfigurationsAPI eNoteConfigurationDeleteENoteConfiguration DELETE /v2.1/accounts/{accountId}/settings/enote_configuration Deletes configuration information for the eNote eOriginal integration.
ENoteConfigurationsAPI eNoteConfigurationGetENoteConfiguration GET /v2.1/accounts/{accountId}/settings/enote_configuration Returns the configuration information for the eNote eOriginal integration.
ENoteConfigurationsAPI eNoteConfigurationPutENoteConfiguration PUT /v2.1/accounts/{accountId}/settings/enote_configuration Updates configuration information for the eNote eOriginal integration.
EnvelopeAttachmentsAPI attachmentsDeleteAttachments DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/attachments Delete one or more attachments from a DRAFT envelope.
EnvelopeAttachmentsAPI attachmentsGetAttachment GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/attachments/{attachmentId} Retrieves an attachment from the envelope.
EnvelopeAttachmentsAPI attachmentsGetAttachments GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/attachments Returns a list of attachments associated with the specified envelope
EnvelopeAttachmentsAPI attachmentsPutAttachment PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/attachments/{attachmentId} Add an attachment to a DRAFT or IN-PROCESS envelope.
EnvelopeAttachmentsAPI attachmentsPutAttachments PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/attachments Add one or more attachments to a draft or in-process envelope.
EnvelopeConsumerDisclosuresAPI consumerDisclosureGetConsumerDisclosureEnvelopeIdRecipientId GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/consumer_disclosure Gets the default Electronic Record and Signature Disclosure for an envelope.
EnvelopeConsumerDisclosuresAPI consumerDisclosureGetConsumerDisclosureEnvelopeIdRecipientIdLangCode GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/consumer_disclosure/{langCode} Gets the Electronic Record and Signature Disclosure for a specific envelope recipient.
EnvelopeCustomFieldsAPI customFieldsDeleteCustomFields DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/custom_fields Deletes envelope custom fields for draft and in-process envelopes.
EnvelopeCustomFieldsAPI customFieldsGetCustomFields GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/custom_fields Gets the custom field information for the specified envelope.
EnvelopeCustomFieldsAPI customFieldsPostCustomFields POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/custom_fields Creates envelope custom fields for an envelope.
EnvelopeCustomFieldsAPI customFieldsPutCustomFields PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/custom_fields Updates envelope custom fields in an envelope.
EnvelopeDocumentFieldsAPI documentFieldsDeleteDocumentFields DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/fields Deletes custom document fields from an existing envelope document.
EnvelopeDocumentFieldsAPI documentFieldsGetDocumentFields GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/fields Gets the custom document fields from an existing envelope document.
EnvelopeDocumentFieldsAPI documentFieldsPostDocumentFields POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/fields Creates custom document fields in an existing envelope document.
EnvelopeDocumentFieldsAPI documentFieldsPutDocumentFields PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/fields Updates existing custom document fields in an existing envelope document.
EnvelopeDocumentHtmlDefinitionsAPI responsiveHtmlGetEnvelopeDocumentHtmlDefinitions GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/html_definitions
EnvelopeDocumentTabsAPI tabsDeleteDocumentTabs DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/tabs
EnvelopeDocumentTabsAPI tabsGetDocumentTabs GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/tabs Returns the tabs on a document.
EnvelopeDocumentTabsAPI tabsGetPageTabs GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber}/tabs Returns tabs on the specified page.
EnvelopeDocumentTabsAPI tabsPostDocumentTabs POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/tabs
EnvelopeDocumentTabsAPI tabsPutDocumentTabs PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/tabs
EnvelopeDocumentVisibilityAPI recipientsGetRecipientDocumentVisibility GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/document_visibility Returns document visibility for a recipient
EnvelopeDocumentVisibilityAPI recipientsPutRecipientDocumentVisibility PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/document_visibility Updates document visibility for a recipient
EnvelopeDocumentVisibilityAPI recipientsPutRecipientsDocumentVisibility PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/document_visibility Updates document visibility for recipients
EnvelopeDocumentsAPI documentsDeleteDocuments DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents Deletes documents from a draft envelope.
EnvelopeDocumentsAPI documentsGetDocument GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId} Gets a document from an envelope.
EnvelopeDocumentsAPI documentsGetDocuments GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents Gets a list of envelope documents.
EnvelopeDocumentsAPI documentsPutDocument PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId} Adds a document to an existing draft envelope.
EnvelopeDocumentsAPI documentsPutDocuments PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents Adds one or more documents to an existing envelope document.
EnvelopeEmailSettingsAPI emailSettingsDeleteEmailSettings DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/email_settings Deletes the email setting overrides for an envelope.
EnvelopeEmailSettingsAPI emailSettingsGetEmailSettings GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/email_settings Gets the email setting overrides for an envelope.
EnvelopeEmailSettingsAPI emailSettingsPostEmailSettings POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/email_settings Adds email setting overrides to an envelope.
EnvelopeEmailSettingsAPI emailSettingsPutEmailSettings PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/email_settings Updates the email setting overrides for an envelope.
EnvelopeFormDataAPI formDataGetFormData GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/form_data Returns envelope form data for an existing envelope.
EnvelopeHtmlDefinitionsAPI responsiveHtmlGetEnvelopeHtmlDefinitions GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/html_definitions
EnvelopeLocksAPI lockDeleteEnvelopeLock DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/lock Deletes an envelope lock.
EnvelopeLocksAPI lockGetEnvelopeLock GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/lock Gets envelope lock information.
EnvelopeLocksAPI lockPostEnvelopeLock POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/lock Locks an envelope.
EnvelopeLocksAPI lockPutEnvelopeLock PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/lock Updates an envelope lock.
EnvelopeRecipientTabsAPI recipientsDeleteRecipientTabs DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs Deletes the tabs associated with a recipient.
EnvelopeRecipientTabsAPI recipientsGetRecipientTabs GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs Gets the tabs information for a signer or sign-in-person recipient in an envelope.
EnvelopeRecipientTabsAPI recipientsPostRecipientTabs POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs Adds tabs for a recipient.
EnvelopeRecipientTabsAPI recipientsPutRecipientTabs PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs Updates the tabs for a recipient.
EnvelopeRecipientsAPI recipientsDeleteRecipient DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId} Deletes a recipient from an envelope.
EnvelopeRecipientsAPI recipientsDeleteRecipients DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients Deletes recipients from an envelope.
EnvelopeRecipientsAPI recipientsGetRecipients GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients Gets the status of recipients for an envelope.
EnvelopeRecipientsAPI recipientsPostRecipientProofFileResourceToken POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/identity_proof_token Creates a resource token for a sender to request ID Evidence data.
EnvelopeRecipientsAPI recipientsPostRecipients POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients Adds one or more recipients to an envelope.
EnvelopeRecipientsAPI recipientsPutRecipients PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients Updates recipients in a draft envelope or corrects recipient information for an in-process envelope.
EnvelopeRecipientsAPI viewsPostEnvelopeRecipientPreview POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient_preview Creates an envelope recipient preview.
EnvelopeTemplatesAPI templatesDeleteDocumentTemplates DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/templates/{templateId} Deletes a template from a document in an existing envelope.
EnvelopeTemplatesAPI templatesGetDocumentTemplates GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/templates Gets the templates associated with a document in an existing envelope.
EnvelopeTemplatesAPI templatesGetEnvelopeTemplates GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/templates Get List of Templates used in an Envelope
EnvelopeTemplatesAPI templatesPostDocumentTemplates POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/templates Adds templates to a document in an envelope.
EnvelopeTemplatesAPI templatesPostEnvelopeTemplates POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/templates Adds templates to an envelope.
EnvelopeTransferRulesAPI envelopeTransferRulesDeleteEnvelopeTransferRules DELETE /v2.1/accounts/{accountId}/envelopes/transfer_rules/{envelopeTransferRuleId} Deletes an envelope transfer rule.
EnvelopeTransferRulesAPI envelopeTransferRulesGetEnvelopeTransferRules GET /v2.1/accounts/{accountId}/envelopes/transfer_rules Gets envelope transfer rules.
EnvelopeTransferRulesAPI envelopeTransferRulesPostEnvelopeTransferRules POST /v2.1/accounts/{accountId}/envelopes/transfer_rules Creates an envelope transfer rule.
EnvelopeTransferRulesAPI envelopeTransferRulesPutEnvelopeTransferRule PUT /v2.1/accounts/{accountId}/envelopes/transfer_rules/{envelopeTransferRuleId} Changes the status of an envelope transfer rule.
EnvelopeTransferRulesAPI envelopeTransferRulesPutEnvelopeTransferRules PUT /v2.1/accounts/{accountId}/envelopes/transfer_rules Changes the status of multiple envelope transfer rules.
EnvelopeViewsAPI viewsDeleteEnvelopeCorrectView DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/correct
EnvelopeViewsAPI viewsPostAccountConsoleView POST /v2.1/accounts/{accountId}/views/console Returns a URL to the authentication view UI.
EnvelopeViewsAPI viewsPostEnvelopeCorrectView POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/correct Returns a URL to the envelope correction UI.
EnvelopeViewsAPI viewsPostEnvelopeEditView POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/edit Returns a URL to the edit view UI.
EnvelopeViewsAPI viewsPostEnvelopeRecipientSharedView POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/shared Returns a URL to the shared recipient view UI for an envelope.
EnvelopeViewsAPI viewsPostEnvelopeRecipientView POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/recipient Returns a URL to the recipient view UI.
EnvelopeViewsAPI viewsPostEnvelopeSenderView POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/views/sender Returns a URL to the sender view UI.
EnvelopeWorkflowDefinitionAPI envelopeWorkflowDefinitionDeleteEnvelopeWorkflowDefinition DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/workflow Deletes an envelope's workflow definition.
EnvelopeWorkflowDefinitionAPI envelopeWorkflowDefinitionDeleteTemplateWorkflowDefinition DELETE /v2.1/accounts/{accountId}/templates/{templateId}/workflow Deletes a template's workflow definition.
EnvelopeWorkflowDefinitionAPI envelopeWorkflowDefinitionGetEnvelopeWorkflowDefinition GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/workflow Gets an envelope's workflow definition.
EnvelopeWorkflowDefinitionAPI envelopeWorkflowDefinitionGetTemplateWorkflowDefinition GET /v2.1/accounts/{accountId}/templates/{templateId}/workflow Gets template's workflow definition.
EnvelopeWorkflowDefinitionAPI envelopeWorkflowDefinitionPutEnvelopeWorkflowDefinition PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/workflow Updates an envelope's workflow definition.
EnvelopeWorkflowDefinitionAPI envelopeWorkflowDefinitionPutTemplateWorkflowDefinition PUT /v2.1/accounts/{accountId}/templates/{templateId}/workflow Update a template's workflow definiton.
EnvelopesAPI auditEventsGetAuditEvents GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/audit_events Gets the envelope audit events for an envelope.
EnvelopesAPI envelopesGetEnvelope GET /v2.1/accounts/{accountId}/envelopes/{envelopeId} Gets the status of a single envelope.
EnvelopesAPI envelopesGetEnvelopes GET /v2.1/accounts/{accountId}/envelopes Gets status changes for one or more envelopes.
EnvelopesAPI envelopesPostEnvelopes POST /v2.1/accounts/{accountId}/envelopes Creates an envelope.
EnvelopesAPI envelopesPutEnvelope PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId} Send, void, or modify a draft envelope. Purge documents from a completed envelope.
EnvelopesAPI envelopesPutStatus PUT /v2.1/accounts/{accountId}/envelopes/status Gets envelope statuses for a set of envelopes.
EnvelopesAPI notificationGetEnvelopesEnvelopeIdNotification GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/notification Gets envelope notification information.
EnvelopesAPI notificationPutEnvelopesEnvelopeIdNotification PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/notification Sets envelope notifications for an existing envelope.
EnvelopesAPI pagesDeletePage DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber} Deletes a page from a document in an envelope.
EnvelopesAPI pagesGetPageImage GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber}/page_image Gets a page image from an envelope for display.
EnvelopesAPI pagesGetPageImages GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages Returns document page image(s) based on input.
EnvelopesAPI pagesPutPageImage PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}/pages/{pageNumber}/page_image Rotates page image from an envelope for display.
EnvelopesAPI recipientsGetRecipientInitialsImage GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/initials_image Gets the initials image for a user.
EnvelopesAPI recipientsGetRecipientSignature GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/signature Gets signature information for a signer or sign-in-person recipient.
EnvelopesAPI recipientsGetRecipientSignatureImage GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/signature_image Retrieve signature image information for a signer/sign-in-person recipient.
EnvelopesAPI recipientsPutRecipientInitialsImage PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/initials_image Sets the initials image for an accountless signer.
EnvelopesAPI recipientsPutRecipientSignatureImage PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/signature_image Sets the signature image for an accountless signer.
FavoriteTemplatesAPI favoriteTemplatesGetFavoriteTemplates GET /v2.1/accounts/{accountId}/favorite_templates
FavoriteTemplatesAPI favoriteTemplatesPutFavoriteTemplate PUT /v2.1/accounts/{accountId}/favorite_templates
FavoriteTemplatesAPI favoriteTemplatesUnFavoriteTemplate DELETE /v2.1/accounts/{accountId}/favorite_templates
FoldersAPI foldersGetFolderItems GET /v2.1/accounts/{accountId}/folders/{folderId} Gets a list of the envelopes in the specified folder.
FoldersAPI foldersGetFolders GET /v2.1/accounts/{accountId}/folders Gets a list of the folders for the account.
FoldersAPI foldersPutFolderById PUT /v2.1/accounts/{accountId}/folders/{folderId} Moves an envelope from its current folder to the specified folder.
FoldersAPI searchFoldersGetSearchFolderContents GET /v2.1/accounts/{accountId}/search_folders/{searchFolderId} Gets a list of envelopes in folders matching the specified criteria.
GroupBrandsAPI brandsDeleteGroupBrands DELETE /v2.1/accounts/{accountId}/groups/{groupId}/brands Deletes brand information from a group.
GroupBrandsAPI brandsGetGroupBrands GET /v2.1/accounts/{accountId}/groups/{groupId}/brands Gets the brand information for a group.
GroupBrandsAPI brandsPutGroupBrands PUT /v2.1/accounts/{accountId}/groups/{groupId}/brands Adds an existing brand to a group.
GroupUsersAPI groupsDeleteGroupUsers DELETE /v2.1/accounts/{accountId}/groups/{groupId}/users Deletes one or more users from a group
GroupUsersAPI groupsGetGroupUsers GET /v2.1/accounts/{accountId}/groups/{groupId}/users Gets a list of users in a group.
GroupUsersAPI groupsPutGroupUsers PUT /v2.1/accounts/{accountId}/groups/{groupId}/users Adds one or more users to an existing group.
GroupsAPI groupsDeleteGroups DELETE /v2.1/accounts/{accountId}/groups Deletes an existing user group.
GroupsAPI groupsGetGroups GET /v2.1/accounts/{accountId}/groups Gets information about groups associated with the account.
GroupsAPI groupsPostGroups POST /v2.1/accounts/{accountId}/groups Creates one or more groups for the account.
GroupsAPI groupsPutGroups PUT /v2.1/accounts/{accountId}/groups Updates the group information for a group.
IdentityVerificationsAPI accountIdentityVerificationGetAccountIdentityVerification GET /v2.1/accounts/{accountId}/identity_verification Retrieves the Identity Verification workflows available to an account.
InvoicesAPI billingInvoicesGetBillingInvoice GET /v2.1/accounts/{accountId}/billing_invoices/{invoiceId} Retrieves a billing invoice.
InvoicesAPI billingInvoicesGetBillingInvoices GET /v2.1/accounts/{accountId}/billing_invoices Get a List of Billing Invoices
InvoicesAPI billingInvoicesGetBillingInvoicesPastDue GET /v2.1/accounts/{accountId}/billing_invoices_past_due Get a list of past due invoices.
NotaryAPI notaryGetNotary GET /v2.1/current_user/notary Gets settings for a notary user.
NotaryAPI notaryPostNotary POST /v2.1/current_user/notary Registers the current user as a notary.
NotaryAPI notaryPutNotary PUT /v2.1/current_user/notary Updates notary information for the current user.
NotaryJournalsAPI notaryJournalsGetNotaryJournals GET /v2.1/current_user/notary/journals
NotaryJurisdictionAPI notaryJurisdictionsDeleteNotaryJurisdiction DELETE /v2.1/current_user/notary/jurisdictions/{jurisdictionId} Deletes the specified jurisdiction.
NotaryJurisdictionAPI notaryJurisdictionsGetNotaryJurisdiction GET /v2.1/current_user/notary/jurisdictions/{jurisdictionId} Gets a jurisdiction object for the current user. The user must be a notary.
NotaryJurisdictionAPI notaryJurisdictionsGetNotaryJurisdictions GET /v2.1/current_user/notary/jurisdictions Returns a list of jurisdictions that the notary is registered in.
NotaryJurisdictionAPI notaryJurisdictionsPostNotaryJurisdictions POST /v2.1/current_user/notary/jurisdictions Creates a jurisdiction object.
NotaryJurisdictionAPI notaryJurisdictionsPutNotaryJurisdiction PUT /v2.1/current_user/notary/jurisdictions/{jurisdictionId} Updates the jurisdiction information about a notary.
PaymentGatewayAccountsAPI paymentGatewayAccountsGetAllPaymentGatewayAccounts GET /v2.1/accounts/{accountId}/payment_gateway_accounts List payment gateway accounts
PaymentsAPI billingPaymentsGetPayment GET /v2.1/accounts/{accountId}/billing_payments/{paymentId} Gets billing payment information for a specific payment.
PaymentsAPI billingPaymentsGetPaymentList GET /v2.1/accounts/{accountId}/billing_payments Gets payment information for one or more payments.
PaymentsAPI billingPaymentsPostPayment POST /v2.1/accounts/{accountId}/billing_payments Posts a payment to a past due invoice.
PowerFormDataAPI powerFormsGetPowerFormFormData GET /v2.1/accounts/{accountId}/powerforms/{powerFormId}/form_data Returns the data that users entered in a PowerForm.
PowerFormsAPI powerFormsDeletePowerForm DELETE /v2.1/accounts/{accountId}/powerforms/{powerFormId} Deletes a PowerForm.
PowerFormsAPI powerFormsDeletePowerFormsList DELETE /v2.1/accounts/{accountId}/powerforms Deletes one or more PowerForms.
PowerFormsAPI powerFormsGetPowerForm GET /v2.1/accounts/{accountId}/powerforms/{powerFormId} Returns a single PowerForm.
PowerFormsAPI powerFormsGetPowerFormsList GET /v2.1/accounts/{accountId}/powerforms Returns a list of PowerForms.
PowerFormsAPI powerFormsGetPowerFormsSenders GET /v2.1/accounts/{accountId}/powerforms/senders Gets PowerForm senders.
PowerFormsAPI powerFormsPostPowerForm POST /v2.1/accounts/{accountId}/powerforms Creates a new PowerForm
PowerFormsAPI powerFormsPutPowerForm PUT /v2.1/accounts/{accountId}/powerforms/{powerFormId} Updates an existing PowerForm.
ReportsAPI reportsInProductDeleteReportInProduct DELETE /v2.1/accounts/{accountId}/reports/{id}
ReportsAPI reportsInProductGetReportInProduct GET /v2.1/accounts/{accountId}/reports/{id}
ReportsAPI reportsInProductGetReportInProductList GET /v2.1/accounts/{accountId}/reports
ReportsAPI reportsInProductPostReportInProductCreate POST /v2.1/accounts/{accountId}/reports
ReportsAPI reportsInProductPutReportInProductRunResults PUT /v2.1/accounts/{accountId}/reports/report_results
ReportsAPI reportsInProductPutReportInProductSave PUT /v2.1/accounts/{accountId}/reports/{id}
ReportsAPI reportsInProductPutReportResultsCsv PUT /v2.1/accounts/{accountId}/reports/report_results_csv
RequestLogsAPI aPIRequestLogDeleteRequestLogs DELETE /v2.1/diagnostics/request_logs Deletes the request log files.
RequestLogsAPI aPIRequestLogGetRequestLog GET /v2.1/diagnostics/request_logs/{requestLogId} Gets a request logging log file.
RequestLogsAPI aPIRequestLogGetRequestLogSettings GET /v2.1/diagnostics/settings Gets the API request logging settings.
RequestLogsAPI aPIRequestLogGetRequestLogs GET /v2.1/diagnostics/request_logs Gets the API request logging log files.
RequestLogsAPI aPIRequestLogPutRequestLogSettings PUT /v2.1/diagnostics/settings Enables or disables API request logging for troubleshooting.
ResourcesAPI serviceInformationGetResourceInformation GET /v2.1 Lists resources for REST version specified
ResponsiveHtmlPreviewAPI responsiveHtmlPostResponsiveHtmlPreview POST /v2.1/accounts/{accountId}/envelopes/{envelopeId}/responsive_html_preview Creates a preview of the responsive versions of all of the documents in an envelope.
ServicesAPI serviceInformationGetServiceInformation GET /service_information Retrieves the available REST API versions.
SigningGroupUsersAPI signingGroupsDeleteSigningGroupUsers DELETE /v2.1/accounts/{accountId}/signing_groups/{signingGroupId}/users Deletes one or more members from a signing group.
SigningGroupUsersAPI signingGroupsGetSigningGroupUsers GET /v2.1/accounts/{accountId}/signing_groups/{signingGroupId}/users Gets a list of members in a Signing Group.
SigningGroupUsersAPI signingGroupsPutSigningGroupUsers PUT /v2.1/accounts/{accountId}/signing_groups/{signingGroupId}/users Adds members to a signing group.
SigningGroupsAPI signingGroupsDeleteSigningGroups DELETE /v2.1/accounts/{accountId}/signing_groups Deletes one or more signing groups.
SigningGroupsAPI signingGroupsGetSigningGroup GET /v2.1/accounts/{accountId}/signing_groups/{signingGroupId} Gets information about a signing group.
SigningGroupsAPI signingGroupsGetSigningGroups GET /v2.1/accounts/{accountId}/signing_groups Gets a list of the Signing Groups in an account.
SigningGroupsAPI signingGroupsPostSigningGroups POST /v2.1/accounts/{accountId}/signing_groups Creates a signing group.
SigningGroupsAPI signingGroupsPutSigningGroup PUT /v2.1/accounts/{accountId}/signing_groups/{signingGroupId} Updates a signing group.
SigningGroupsAPI signingGroupsPutSigningGroups PUT /v2.1/accounts/{accountId}/signing_groups Updates signing group names.
TabsBlobAPI tabsBlobGetTabsBlob GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/tabs_blob
TabsBlobAPI tabsBlobPutTabsBlob PUT /v2.1/accounts/{accountId}/envelopes/{envelopeId}/tabs_blob
TemplateBulkRecipientsAPI recipientsDeleteTemplateBulkRecipientsFile DELETE /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/bulk_recipients Deletes the bulk recipient list on a template.
TemplateBulkRecipientsAPI recipientsGetTemplateBulkRecipients GET /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/bulk_recipients Gets the bulk recipient file from a template.
TemplateBulkRecipientsAPI recipientsPutTemplateBulkRecipients PUT /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/bulk_recipients Adds or replaces the bulk recipients list in a template.
TemplateCustomFieldsAPI customFieldsDeleteTemplateCustomFields DELETE /v2.1/accounts/{accountId}/templates/{templateId}/custom_fields Deletes envelope custom fields in a template.
TemplateCustomFieldsAPI customFieldsGetTemplateCustomFields GET /v2.1/accounts/{accountId}/templates/{templateId}/custom_fields Gets the custom document fields from a template.
TemplateCustomFieldsAPI customFieldsPostTemplateCustomFields POST /v2.1/accounts/{accountId}/templates/{templateId}/custom_fields Creates custom document fields in an existing template document.
TemplateCustomFieldsAPI customFieldsPutTemplateCustomFields PUT /v2.1/accounts/{accountId}/templates/{templateId}/custom_fields Updates envelope custom fields in a template.
TemplateDocumentFieldsAPI documentFieldsDeleteTemplateDocumentFields DELETE /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/fields Deletes custom document fields from an existing template document.
TemplateDocumentFieldsAPI documentFieldsGetTemplateDocumentFields GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/fields Gets the custom document fields for a an existing template document.
TemplateDocumentFieldsAPI documentFieldsPostTemplateDocumentFields POST /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/fields Creates custom document fields in an existing template document.
TemplateDocumentFieldsAPI documentFieldsPutTemplateDocumentFields PUT /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/fields Updates existing custom document fields in an existing template document.
TemplateDocumentHtmlDefinitionsAPI responsiveHtmlGetTemplateDocumentHtmlDefinitions GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/html_definitions
TemplateDocumentResponsiveHtmlPreviewAPI responsiveHtmlPostTemplateDocumentResponsiveHtmlPreview POST /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/responsive_html_preview Creates a preview of the responsive version of a template document.
TemplateDocumentTabsAPI tabsDeleteTemplateDocumentTabs DELETE /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs
TemplateDocumentTabsAPI tabsGetTemplateDocumentTabs GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs Returns tabs on the document.
TemplateDocumentTabsAPI tabsGetTemplatePageTabs GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages/{pageNumber}/tabs Returns tabs on the specified page.
TemplateDocumentTabsAPI tabsPostTemplateDocumentTabs POST /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs Create Template Document Tabs
TemplateDocumentTabsAPI tabsPutTemplateDocumentTabs PUT /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/tabs
TemplateDocumentVisibilityAPI recipientsGetTemplateRecipientDocumentVisibility GET /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/document_visibility Returns document visibility for a template recipient
TemplateDocumentVisibilityAPI recipientsPutTemplateRecipientDocumentVisibility PUT /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/document_visibility Updates document visibility for a template recipient
TemplateDocumentVisibilityAPI recipientsPutTemplateRecipientsDocumentVisibility PUT /v2.1/accounts/{accountId}/templates/{templateId}/recipients/document_visibility Updates document visibility for template recipients
TemplateDocumentsAPI documentsDeleteTemplateDocuments DELETE /v2.1/accounts/{accountId}/templates/{templateId}/documents Deletes documents from a template.
TemplateDocumentsAPI documentsGetTemplateDocument GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId} Gets PDF documents from a template.
TemplateDocumentsAPI documentsGetTemplateDocuments GET /v2.1/accounts/{accountId}/templates/{templateId}/documents Gets a list of documents associated with a template.
TemplateDocumentsAPI documentsPutTemplateDocument PUT /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId} Updates a template document.
TemplateDocumentsAPI documentsPutTemplateDocuments PUT /v2.1/accounts/{accountId}/templates/{templateId}/documents Adds documents to a template document.
TemplateHtmlDefinitionsAPI responsiveHtmlGetTemplateHtmlDefinitions GET /v2.1/accounts/{accountId}/templates/{templateId}/html_definitions
TemplateLocksAPI lockDeleteTemplateLock DELETE /v2.1/accounts/{accountId}/templates/{templateId}/lock Deletes a template lock.
TemplateLocksAPI lockGetTemplateLock GET /v2.1/accounts/{accountId}/templates/{templateId}/lock Gets template lock information.
TemplateLocksAPI lockPostTemplateLock POST /v2.1/accounts/{accountId}/templates/{templateId}/lock Locks a template.
TemplateLocksAPI lockPutTemplateLock PUT /v2.1/accounts/{accountId}/templates/{templateId}/lock Updates a template lock.
TemplateRecipientTabsAPI recipientsDeleteTemplateRecipientTabs DELETE /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/tabs Deletes the tabs associated with a recipient in a template.
TemplateRecipientTabsAPI recipientsGetTemplateRecipientTabs GET /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/tabs Gets the tabs information for a signer or sign-in-person recipient in a template.
TemplateRecipientTabsAPI recipientsPostTemplateRecipientTabs POST /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/tabs Adds tabs for a recipient.
TemplateRecipientTabsAPI recipientsPutTemplateRecipientTabs PUT /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/tabs Updates the tabs for a recipient.
TemplateRecipientsAPI recipientsDeleteTemplateRecipient DELETE /v2.1/accounts/{accountId}/templates/{templateId}/recipients/{recipientId} Deletes the specified recipient file from a template.
TemplateRecipientsAPI recipientsDeleteTemplateRecipients DELETE /v2.1/accounts/{accountId}/templates/{templateId}/recipients Deletes recipients from a template.
TemplateRecipientsAPI recipientsGetTemplateRecipients GET /v2.1/accounts/{accountId}/templates/{templateId}/recipients Gets recipient information from a template.
TemplateRecipientsAPI recipientsPostTemplateRecipients POST /v2.1/accounts/{accountId}/templates/{templateId}/recipients Adds tabs for a recipient.
TemplateRecipientsAPI recipientsPutTemplateRecipients PUT /v2.1/accounts/{accountId}/templates/{templateId}/recipients Updates recipients in a template.
TemplateRecipientsAPI viewsPostTemplateRecipientPreview POST /v2.1/accounts/{accountId}/templates/{templateId}/views/recipient_preview Creates a template recipient preview.
TemplateResponsiveHtmlPreviewAPI responsiveHtmlPostTemplateResponsiveHtmlPreview POST /v2.1/accounts/{accountId}/templates/{templateId}/responsive_html_preview Creates a preview of the responsive versions of all of the documents associated with a template.
TemplateViewsAPI viewsPostTemplateEditView POST /v2.1/accounts/{accountId}/templates/{templateId}/views/edit Gets a URL for a template edit view.
TemplatesAPI notificationGetTemplatesTemplateIdNotification GET /v2.1/accounts/{accountId}/templates/{templateId}/notification Gets template notification information.
TemplatesAPI notificationPutTemplatesTemplateIdNotification PUT /v2.1/accounts/{accountId}/templates/{templateId}/notification Updates the notification structure for an existing template.
TemplatesAPI pagesDeleteTemplatePage DELETE /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages/{pageNumber} Deletes a page from a document in an template.
TemplatesAPI pagesGetTemplatePageImage GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages/{pageNumber}/page_image Gets a page image from a template for display.
TemplatesAPI pagesGetTemplatePageImages GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages Returns document page image(s) based on input.
TemplatesAPI pagesPutTemplatePageImage PUT /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}/pages/{pageNumber}/page_image Rotates page image from a template for display.
TemplatesAPI templatesDeleteTemplatePart DELETE /v2.1/accounts/{accountId}/templates/{templateId}/{templatePart} Removes a member group's sharing permissions for a template.
TemplatesAPI templatesGetTemplate GET /v2.1/accounts/{accountId}/templates/{templateId} Gets a specific template associated with a specified account.
TemplatesAPI templatesGetTemplates GET /v2.1/accounts/{accountId}/templates Gets template definitions.
TemplatesAPI templatesPostTemplates POST /v2.1/accounts/{accountId}/templates Creates one or more templates.
TemplatesAPI templatesPutTemplate PUT /v2.1/accounts/{accountId}/templates/{templateId} Updates an existing template.
TemplatesAPI templatesPutTemplatePart PUT /v2.1/accounts/{accountId}/templates/{templateId}/{templatePart} Shares a template with a group.
UserCustomSettingsAPI userCustomSettingsDeleteCustomSettings DELETE /v2.1/accounts/{accountId}/users/{userId}/custom_settings Deletes custom user settings for a specified user.
UserCustomSettingsAPI userCustomSettingsGetCustomSettings GET /v2.1/accounts/{accountId}/users/{userId}/custom_settings Retrieves the custom user settings for a specified user.
UserCustomSettingsAPI userCustomSettingsPutCustomSettings PUT /v2.1/accounts/{accountId}/users/{userId}/custom_settings Adds or updates custom user settings for the specified user.
UserProfilesAPI userProfileGetProfile GET /v2.1/accounts/{accountId}/users/{userId}/profile Retrieves the user profile for a specified user.
UserProfilesAPI userProfilePutProfile PUT /v2.1/accounts/{accountId}/users/{userId}/profile Updates the user profile information for the specified user.
UserSignaturesAPI userSignaturesDeleteUserSignature DELETE /v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId} Removes removes signature information for the specified user.
UserSignaturesAPI userSignaturesDeleteUserSignatureImage DELETE /v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId}/{imageType} Deletes the user initials image or the user signature image for the specified user.
UserSignaturesAPI userSignaturesGetUserSignature GET /v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId} Gets the user signature information for the specified user.
UserSignaturesAPI userSignaturesGetUserSignatureImage GET /v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId}/{imageType} Retrieves the user initials image or the user signature image for the specified user.
UserSignaturesAPI userSignaturesGetUserSignatures GET /v2.1/accounts/{accountId}/users/{userId}/signatures Retrieves a list of signature definitions for a user.
UserSignaturesAPI userSignaturesPostUserSignatures POST /v2.1/accounts/{accountId}/users/{userId}/signatures Adds user Signature and initials images to a Signature.
UserSignaturesAPI userSignaturesPutUserSignature PUT /v2.1/accounts/{accountId}/users/{userId}/signatures Adds/updates a user signature.
UserSignaturesAPI userSignaturesPutUserSignatureById PUT /v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId} Updates the user signature for a specified user.
UserSignaturesAPI userSignaturesPutUserSignatureImage PUT /v2.1/accounts/{accountId}/users/{userId}/signatures/{signatureId}/{imageType} Updates the user signature image or user initials image for the specified user.
UsersAPI userGetUser GET /v2.1/accounts/{accountId}/users/{userId} Gets the user information for a specified user.
UsersAPI userProfileImageDeleteUserProfileImage DELETE /v2.1/accounts/{accountId}/users/{userId}/profile/image Deletes the user profile image for the specified user.
UsersAPI userProfileImageGetUserProfileImage GET /v2.1/accounts/{accountId}/users/{userId}/profile/image Retrieves the user profile image for the specified user.
UsersAPI userProfileImagePutUserProfileImage PUT /v2.1/accounts/{accountId}/users/{userId}/profile/image Updates the user profile image for a specified user.
UsersAPI userPutUser PUT /v2.1/accounts/{accountId}/users/{userId} Updates user information for the specified user.
UsersAPI userSettingsGetUserSettings GET /v2.1/accounts/{accountId}/users/{userId}/settings Gets the user account settings for a specified user.
UsersAPI userSettingsPutUserSettings PUT /v2.1/accounts/{accountId}/users/{userId}/settings Updates the user account settings for a specified user.
UsersAPI usersDeleteUsers DELETE /v2.1/accounts/{accountId}/users Removes users account privileges.
UsersAPI usersGetUsers GET /v2.1/accounts/{accountId}/users Retrieves the list of users for the specified account.
UsersAPI usersPostUsers POST /v2.1/accounts/{accountId}/users Adds new users to the specified account.
UsersAPI usersPutUsers PUT /v2.1/accounts/{accountId}/users Changes one or more users in the specified account.
WorkspaceItemsAPI workspaceFileGetWorkspaceFile GET /v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files/{fileId} Gets a workspace file
WorkspaceItemsAPI workspaceFilePagesGetWorkspaceFilePages GET /v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files/{fileId}/pages List File Pages
WorkspaceItemsAPI workspaceFilePostWorkspaceFiles POST /v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files Creates a workspace file.
WorkspaceItemsAPI workspaceFilePutWorkspaceFile PUT /v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId}/files/{fileId} Update workspace file or folder metadata
WorkspaceItemsAPI workspaceFolderDeleteWorkspaceItems DELETE /v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId} Deletes files or sub-folders from a workspace.
WorkspaceItemsAPI workspaceFolderGetWorkspaceFolder GET /v2.1/accounts/{accountId}/workspaces/{workspaceId}/folders/{folderId} List workspace folder contents
WorkspacesAPI workspaceDeleteWorkspace DELETE /v2.1/accounts/{accountId}/workspaces/{workspaceId} Delete Workspace
WorkspacesAPI workspaceGetWorkspace GET /v2.1/accounts/{accountId}/workspaces/{workspaceId} Get Workspace
WorkspacesAPI workspaceGetWorkspaces GET /v2.1/accounts/{accountId}/workspaces List Workspaces
WorkspacesAPI workspacePostWorkspace POST /v2.1/accounts/{accountId}/workspaces Create a Workspace
WorkspacesAPI workspacePutWorkspace PUT /v2.1/accounts/{accountId}/workspaces/{workspaceId} Update Workspace

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author

devcenter@docusign.com