Skip to main content
POST
Create an asset.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

networkId
number
required

Network identifier where the evidence will be registered.

Example:

10004

Body

application/json

Data needed for the creation of an asset.

assetId
string
required

Identifier of the asset.

Example:

"asset-test-01"

data
object
required

Immutable data of the asset.

Example:
metadata
object
required

Metadata related to the asset.

Example:

Response

Successful asset creation.

statusCode
number

Request status code.

Example:

201

message
string

Message returned by the request.

Example:

"Asset created"

data
object