Kissaki Docs
API referenceAssets

Connect Asset

POST
/assets/{asset_id}/connect

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/connect" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "status": "string",  "credentials_stored": true}