Kissaki Docs
API referenceAssets

Attest Asset

POST
/assets/{asset_id}/attestation

Path Parameters

asset_id*Asset Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Body of POST /assets/{asset_id}/attestation.

Adds nothing to AttestationRequest: it exists so the endpoint's body has a name of its own and can grow asset-specific fields without touching the shared terms model.

Response Body

application/json

application/json

curl -X POST "https://example.com/assets/string/attestation" \  -H "Content-Type: application/json" \  -d '{}'
{  "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}