Kissaki Docs
API referenceFindings

List Suppressions

GET
/suppressions

Response Body

application/json

curl -X GET "https://example.com/suppressions"
[  {    "matcher": "string",    "reason": "string",    "scope": "string",    "verdict": "string",    "created_at": "2019-08-24T14:15:22Z"  }]