GET
/
evidences
/
{id}
curl --request GET \
  --url https://lab.trustos.telefonicatech.com/track/v2/evidences/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "message": "Evidence found",
  "data": {
    "hash": "234fc02752e48108af8548b4544c3ab6deb30d091567cff0b5d69a3beda993d6"
  }
}

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:

"asset-test-01"

Query Parameters

timestamp
number
required

Evidence timestamp.

Example:

1695900959848

Response

200
application/json

Successful evidence retrieval.

The response is of type object.