New API code examples

14 new API code examples for a variety of basic DocuSign workflows have been published to GitHub. They use the well-known curl program to directly call the DocuSign API.

The code examples have been tested on Windows via the git-bash application included with git for Windows. They also work on Macintosh and Linux platforms.

The examples demonstrate the following workflows:

  1. Embedded Signing Ceremony.
  2. Send an envelope with a remote (email) signer and cc recipient. 
  3. List envelopes in the user's account.
  4. Get an envelope's basic information.
  5. List an envelope's recipients.
  6. List an envelope's documents.
  7. Download an envelope's documents.
  8. Programmatically create a template.
  9. Send an envelope using a template.
  10. Send an envelope and upload its documents with multipart binary transfer.
  11. Embedded sending. 
  12. Embedded DocuSign web tool (NDSE).
  13. Embedded Signing Ceremony from a template with an added document. 
  14. Payments example: an order form, with online payment by credit card.

In addition to these examples, we also have code examples in a variety of SDK languages. Check out the Authorization Code Grant example launchersquickstart code examples, and JWT Grant authentication examples.

Many more code examples are on the way, so stay tuned to learn more. Do you have an idea for a code example or larger sample application? Let me know via developers@docusign.com

Larry Kluger
Author
Larry Kluger
DocuSign Lead Product Manager for Partner Platforms
Published
Related Topics