Bulk sign packages
Starts a bulk signing session for a user so they can sign multiple pending
packages from a single session URL. The response contains an ActionUrl that
opens the bulk signing session.
Provide either Packages (package identifiers) or Actors (actor
identifiers), but not both. When only EmailAddress is supplied, all
available actors for that user are selected.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
- By actor identifiers
- By package identifiers
Request for creating bulk sign session. When only an EmailAddress is provided, all available actors will be chosen.
Response
OK.
Url to the bulk sign session
"https://example.test"