signInBatch

Sign multiple documents via API

Overview

Parameters:

Return:

  • String - In case of success

  • Exception - In case of failure

To sign in batch we will need:

  • set your apiToken;

  • set the user token;

  • set the signers tokens;

  • call the method;

How to use:

Save your apiToken:

const apiToken: string = "YOUR TOKEN";

Set the user token, (where to find it)

Set your signers tokens

Create an instance of SignInBatch:

Finally, call the signInBatch method to get an string with the response's success message or an error message:

Example:

Last updated

Was this helpful?