Overview

Get list of senders

This endpoint returns a list of your company's registered senders. It can be used to locate a senderId, which is a required parameter when creating a sign request.

Get list of teams

This endpoint returns list of teams. It can be used to locate a teamId, which can then be used to filter other API requests (e.g., Get template or Get sign request).

Get list of templates

This endpoint returns a list of templates.

Get template

This endpoint returns information for a specified template.

Get list of sign requests

This endpoint returns a list of sign requests. It can be used to locate the signrequestId for a given sign request, which can then be used in other API requests (e.g., Get sign request, Complete sign request, Download sign request, Cancel sign request, or [Download audit trail.

Get sign request

This endpoint returns information for a specified sign request.

Create sign request

This endpoint creates a new sign request using a specified template. Only active templates can be used to create a sign request.

Complete sign request

This endpoint is used to complete a sign request for a specified participant.

Download sign request

This endpoint returns documents as Base64 encoded strings for a specified sign request.

Cancel sign request

This endpoint reverts a sign request back to the Draft status, deletes any associated FieldData records, and invalidates any associated participant links. Only sign requests in the Sent state can be canceled.

Embed sign request

This endpoint returns an embeddable code snippet for a specified participant.

Download audit trail

This endpoint returns a PDF audit trail as a Base64 encoded string for a specified sign request.