Kissaki Docs
API referenceAssets

Create Asset Auth Profile

POST
/assets/{asset_id}/auth-profiles

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/auth-profiles" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "auth_type": "string",    "config": {}  }'
{  "id": "string",  "name": "string",  "auth_type": "string",  "roles": [    "string"  ],  "verified": true,  "updated_at": "string"}