Kissaki Docs
API referenceAssets

Asset Attestations

GET
/assets/{asset_id}/attestations

Path Parameters

asset_id*Asset Id

Response Body

application/json

application/json

curl -X GET "https://example.com/assets/string/attestations"
{  "items": [    {      "id": "string",      "asset_id": "string",      "actor_subject": "string",      "actor_email": "string",      "attested_at": "string",      "terms_version": "string",      "target": "string",      "scope_hosts": [        "string"      ],      "destructive_allowed": true,      "source": "string",      "current": true    }  ],  "attested": true,  "current": true,  "terms_version": "string",  "destructive_authorised": true,  "destructive_refusal": "string"}