Kissaki Docs
API referenceAssets

Verify Asset

POST
/assets/{asset_id}/verify

Path Parameters

asset_id*Asset Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/assets/string/verify" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "verified": true,  "verification_method": "string",  "onboarding": {}}