Retrieves a list of monitor entries
GET
/api/v1/pepsanction/monitor/list
v1-pepsanction
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kompany.com//api/v1/pepsanction/monitor/list'
Response Response Example
200 - Example 1
[
{
"active": true,
"caseId": "string",
"created": {},
"identifier": "string",
"structured": "string",
"updated": "string",
"webhook": "string"
}
]
Request
None