Report feedback about a signature request.

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

This operation is only available when the email of the signer is set: since the secret identifier is sent by email to the signer, he/she can provide it back to authenticate.

This is a publicly accessible endpoint: authentication is not required to report feedback
(authentication of the signers, when required, rely on their knowledge of their secret identifier).

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

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here!