Dedit
  • Welcome to Dedit API Documentation
  • Introduction
    • Authentication and login with API Key
  • Notarization
    • Retrieve Notarizations
    • Notarize without storage (request registration)
    • Notarize without storage(complete registration)
    • Storage
    • Notarize with storage (request registration)
    • Notarize with storage (complete registration)
    • File metadata upload
    • File content upload
    • Download of file content
    • Notarizations count
    • Notarization receipt
  • Signature
    • Sign a notarization
    • Multisig Invitation
  • Payment
    • Retrieve specific Subscription
    • Retrieve active Subscription
    • Active wallets
  • Errors
Powered by GitBook
On this page
  1. Signature

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

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:

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

The above command returns a JSON structured as follows:

{ }

PreviousSignatureNextMultisig Invitation

Last updated 1 year ago