Skip to main content
GET
Get an asset by id.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Identifier of the asset.

Example:

"did:trustos:trackid:<id>"

Response

Successful asset retrieval.

statusCode
number

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"Asset found"

data
object