Report a feedback about a signature request.

A signer can use this operation to report a feedback to the owner of a signature request.

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

Path Params
string
required

Identifier of the signature request.

Body Params

Feedback to report.

string
required

Secret identifier of the signer (provided by email).

string
required

Feedback subject to report to the owner of the signature request.

string
required

Feedback message to report to the owner of the signature request.

Responses
200

Feedback 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!