Sign a notarization

With this API call you can sign a notarization.

HTTP Request signature

POST https://app.dedit.io/api/v2/user/signatures

Headers

NameValueDescription

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

NameTypeDescription

hash

string

Hash of the document to sign

id

string

assigned id session

Example of a valid request body:

{
"hash":"905d4f33b218427e8371341674a913db02402f648fef6cdf47c16f65d2dd3001",
"id": "CG999YY"
}

The above command returns a JSON structured as follows:

{ }

Last updated