Report an event on a signature request.

A signer can use this operation to report an event on a signature request.

Events reported are included in the audit trail of the signature request.

This is a publicly accessible endpoint: authentication is not required to report an event
(authentication of the signer rely on the knowledge of his secret identifier).

Path Params
string
required

Identifier of the signature request.

Body Params

Event to report.

string
required

Secret identifier of the signer (provided by email).

string
enum
required

Type of the event to report:

  • DATA_VERIFIED: the signer verified the integrity (ie. hash) of the data to sign
  • DATA_REVIEWED: the signer reviewed and acceted the data to sign
  • TCU_ACCEPTED: the signer reviewed and accepted the TCU
  • TCU_REFUSED: the signer refused the TCU
  • SIGN_ACCEPTED: the signer accepted to sign the data
  • SIGN_REFUSED: the signer refused to sign the data
Allowed:
string

Comment related to the event to report.

Responses
200

Event succesfully reported.

400

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

401

Unauthorized. The signer is not an authorized signer (secret signer identifier not found).

404

Signature request not found.

Language
Response
Click Try It! to start a request and see the response here!