POST
/
signature-request-invite

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

input
object
required

Input to create a signature request invite.

Body

application/json
input
object
required

Input to create a signature request invite.

Response

200 - application/json

A signature request invite is an invite to sign a signature request. It links a signature request to a subject and it stores its corresponding signature and the link to the certificate that the signature belongs to.

createdAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.

id
any
required

A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c

signatureRequest
object
required

The signature request this invite is linked to.

status
enum<string>
required

The status of the signature request invite.

Available options:
PENDING,
SIGNED,
WITNESSED,
REJECTED
subject
object
required

The subject this invite is linked to.

updatedAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.

certificate
object

The certificate this invite was signed with.

ocspResponse
any

The OCSP response from checking the certificate against the CA. ASN1 encoded as a hexadecimal string.

rejectedAt
any

Date at which the signature request invite was rejected. Only present if rejected.

signature
any

The signature from the certificate as a hexadecimal string.

signedAt
any

Date at which the signature request invite was signed. Only present if signed.

witness
object

Witness that attest the signature using a merkle proof