Download OpenAPI specification:Download
Discover and monitor application APIs to protect your services against cybersecurity attacks and prevent sensitive data exposure.
Retrieves a list of requests processed by your endpoints.
Array of events containing the request and response data
Bad request in case of invalid query parameters
Unauthorized access
{- "events": [
- {
- "publish_time": "string",
- "uri": "string",
- "request": { },
- "response": { }
}
]
}
Retrieves all endpoint URIs with their occurrences in the descending order.
Array of endpoints
Bad request in case of invalid query parameters
Unauthorized access
[- {
- "occurrences": 0,
- "uri": "string"
}
]