Skip to main content
POST

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request for creating bulk sign session. When only an EmailAddress is provided, all available actors will be chosen.

EmailAddress
string<email>
required
Example:

"hello@world.test"

Language
string<languageCode>

A country's 2 letter ISO code (ISO 639-1)

Example:

"en"

Actors
string<guid>[] | null

Identifiers of actors to create a bulk sign session for.

A globally unique identifier

Response

OK.

ActionUrl
string<url>

Url to the bulk sign session

Example:

"https://example.test"