POST
/
signature-request-invite

Authorizations

Authorization
string
headerrequired

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
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.

subject
object
required

The subject this invite is linked to.

certificate
object

The certificate this invite was signed with.

signature
any

The signature from the certificate as a hexadecimal string.

ocspResponse
any

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

witness
object

Witness that attest the signature using a merkle proof

status
enum<string>
required

The status of the signature request invite.

Available options:
PENDING,
SIGNED,
WITNESSED,
REJECTED
rejectedAt
any

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

signedAt
any

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

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.

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.