Notarize with storage (request registration)

This API call allows you to request the notarization of a document on the Algorand blockchain including its storage within S3.

HTTP Request notarization with storage

POST https://app.dedit.io/api/v2/registration/?subscription=true

Headers

Request body

Example of a valid request body:

{
    "blockchainType": "ALGORAND",
    "custody": "true",
    "description": "TEST_2 10/05/2023",
    "hash":"905d4f33b218427e8371341674a913db02402f648fef6cdf47c16f65d2dd3002",
    "signed": "false",
    "status": "not_registered"
}

The above command returns a JSON structured as follows:

{
    "sessionId":"cs_live_xxxxxRHIuf3doTcIR3AD8W1zb4BdwGwh9qjUtZbQaztFjpHohj5zC1",
    "id":"sub_1KeRbLGkNaxxxxx7KjvhTH",
    "userId":1098,
    "planId":"price_1KeRVxxxxxEmNJUHlWqB2La",
    "planNickname":"Dedit Milleallanno",
    "status":"active",
    "created":1647555323,
    "currentPeriodStart":1647555323,
    "currentPeriodEnd":1679091323,
    "canceledAt":0,
    "customer":"cus_LF6zkMxxxxeZBm",
    "defaultPaymentMethod":null,
    "latestInvoice":"in_1KexxxxxGkNaUEmNJUDfjoxzZk"
}

Last updated