Kissaki Docs
API referenceAssets

Asset Github Permissions

GET
/assets/{asset_id}/github-permissions

Path Parameters

asset_id*Asset Id

Response Body

application/json

application/json

curl -X GET "https://example.com/assets/string/github-permissions"
{  "applicable": true,  "ok": true,  "missing": {    "property1": "string",    "property2": "string"  },  "resolve_url": "string"}