These docs are for v1.5.3. Click to read the latest docs for v1.15.1.

Sign a signature request.

Use this operation to register a signature for a signature request.

The signature is automatically anchored (on behalf of the owner of the signature request). The signature anchor created is added to the list of signature anchors of the signature request.
This is a publicly accessible endpoint: authentication is not required to register a signature.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of the signature request.

Body Params

Signature to register.

string

Signature of the hashToSign property of the signature request using the public key stored in the pubKey property.

string

Public key of the signee.

string

Web hook to use to verify the signee's identity.

Responses

400

Invalid request. More details are returned in the response body as a JSON object.

402

Insufficient credits. The owner of the signature request run out of anchoring credit.

403

Forbidden. The signature request is suspended, the deadline or the maximum number of signatures has been reached, or the signee is not an authorized signee.

404

Signature request not found.

409

Conflict. The signee has already signed.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json