Sign a notarization
With this API call you can sign a notarization.
HTTP Request signature
Headers
Name | Value | Description |
---|---|---|
Content-Type | application/json | The content type of the request body |
Authorization | Bearer $TOKEN | authentication token that is used to authorize access to an API |
Request body
Name | Type | Description |
---|---|---|
hash | string | Hash of the document to sign |
id | string | assigned id session |
Example of a valid request body:
The above command returns a JSON structured as follows:
Last updated