Links
Sign
POST
Sign
Generate a secure link to allow a signer to sign a package without requiring authentication.
If multi-factor authentication is enabled for the signer, they will be prompted to complete the second factor after accessing the link.
Request
Request
Parameters
string
required
The unique identifier of the package you want to generate a sign link for.
string
required
The unique identifier of the signer you want to generate a sign link for.
Response
string
Unique identifier of the package the link was generated for.
string
Display name for of the package the link was generated for.
string
URL that grants access to the package.
string
default:"package_sign"
Type of link returned.
string
Token generated to provide access to the package.
string
Timestamp when the link expires (ISO 8601 format).
Examples
Response (200)
Sign