Kissaki Docs
API referenceWorkspace

Compliance Summary

GET
/compliance

Response Body

application/json

curl -X GET "https://example.com/compliance"
{  "total_findings": 0,  "proven_findings": 0,  "findings_with_evidence": 0,  "findings_with_taxonomy": 0,  "evidence_ratio": 0,  "taxonomy_ratio": 0,  "by_cwe": {    "property1": 0,    "property2": 0  },  "by_owasp_api_2023": {    "property1": 0,    "property2": 0  },  "by_owasp_web_2021": {    "property1": 0,    "property2": 0  },  "by_category": {    "property1": 0,    "property2": 0  },  "by_status": {    "property1": 0,    "property2": 0  }}