Storage
Creates a new file storage object in database and generates the necessary authorizations for the subsequent file content upload request.
HTTP Request storage
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 |
The above command returns a JSON structured as follows:
PreviousNotarize without storage(complete registration)NextNotarize with storage (request registration)
Last updated