Check Point Events API

The Events API from Check Point — 1 operation(s) for events.

OpenAPI Specification

checkpoint-events-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Check Point CloudGuard Access Rules Events API
  description: REST API for Check Point CloudGuard Native cloud security posture management. Manages cloud accounts, assets, security policies, and risk findings across AWS, Azure, and GCP environments.
  version: '1.0'
  contact:
    name: Check Point CloudGuard Support
    url: https://docs.cgn.portal.checkpoint.com/
servers:
- url: https://api.dome9.com/v2
  description: CloudGuard Production
security:
- basicAuth: []
tags:
- name: Events
paths:
  /events:
    get:
      operationId: listEvents
      summary: List Harmony Email security events
      tags:
      - Events
      parameters:
      - name: startDate
        in: query
        schema:
          type: string
          format: date-time
      - name: endDate
        in: query
        schema:
          type: string
          format: date-time
      responses:
        '200':
          description: Events list
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic