Genbase
ApiKits

Get kit configuration (kit.yaml contents)

GET
/kit/registry/config/{owner}/{kit_id}/{version}

Authorization

AuthorizationRequiredBearer <token>

JWT Token for authenticated users (obtained via /auth/jwt/login).

In: header

Path Parameters

ownerRequiredstring

Kit owner identifier

kit_idRequiredstring

Kit identifier

versionRequiredstring

Kit version (semantic)

curl -X GET "http://localhost:8000/kit/registry/config/string/string/string" \
  -H "Authorization: Bearer <token>"

Successful Response - Kit Config YAML content as JSON

{}