Check Point

Check Point Software Technologies is a global cybersecurity vendor providing network, cloud, endpoint, mobile, and email security through its Quantum, CloudGuard, and Harmony product families. Check Point exposes a wide range of REST APIs for security automation, including the Smart-1 Management API, Gaia OS API, CloudGuard cloud security posture API, Identity Awareness API, Spark and Zero Touch device management APIs, Harmony Email and Collaboration API, Threat Hunting (TH) API, and CloudGuard WAF API.

9 APIs 0 Features
Cloud SecurityCybersecurityEndpoint SecurityFirewallIdentity AwarenessMobile SecurityNetwork SecuritySecurityThreat PreventionWAF

APIs

Check Point Management API

REST API for the Smart-1 Security Management Server. Automates policy and object management including host/network/service objects, access and NAT rulebases, and publish/install...

Check Point Gaia API

REST API for the Check Point Gaia operating system. Manages gateway interfaces, routing, system info, and configuration.

Check Point CloudGuard API

REST API for CloudGuard Native cloud security posture management, cloud account onboarding, compliance findings, and rulesets across AWS, Azure, and GCP.

Check Point Identity Awareness API

REST API for posting and revoking user-to-IP identity associations on Check Point gateways, enabling identity-aware policy enforcement.

Check Point Spark Management API

REST API for centrally managing Check Point Quantum Spark SMB appliances including configuration and policy.

Check Point Zero Touch API

REST API for the Zero Touch deployment service that streamlines bring-up of new Check Point appliances.

Check Point Harmony Email API

REST API for Harmony Email and Collaboration (formerly Avanan) surfacing email security events, quarantined items, and admin actions.

Check Point Threat Hunting API

REST API for the Check Point Threat Hunting (TH) platform exposing threat intelligence, indicators, and hunting queries.

Check Point CloudGuard WAF API

Management API for the CloudGuard WAF cloud-native web application and API protection product.

Collections

Pricing Plans

Checkpoint Plans Pricing

1 plans

PLANS

Rate Limits

Checkpoint Rate Limits

2 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Checkpoint Context

0 classes · 6 properties

JSON-LD

JSON Structure

Checkpoint Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💬
Support
Support
🔗
Login
Login
📰
Blog
Blog
👥
GitHub
GitHub
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Spectral
Spectral
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Check Point Management API
  version: '2.0'
request:
  auth:
    type: apikey
    key: X-chkp-sid
    value: '{{X-chkp-sid}}'
    placement: header
items:
- info:
    name: Login
    type: folder
  items:
  - info:
      name: Authenticate and obtain a session ID
      type: http
    http:
      method: POST
      url: https://{server}/web_api/login
      body:
        type: json
        data: '{}'
    docs: Authenticate and obtain a session ID
  - info:
      name: Logout the current session
      type: http
    http:
      method: POST
      url: https://{server}/web_api/logout
    docs: Logout the current session
- info:
    name: Sessions
    type: folder
  items:
  - info:
      name: Publish session changes
      type: http
    http:
      method: POST
      url: https://{server}/web_api/publish
    docs: Publish session changes
  - info:
      name: Install policy package on selected gateways
      type: http
    http:
      method: POST
      url: https://{server}/web_api/install-policy
      body:
        type: json
        data: '{}'
    docs: Install policy package on selected gateways
- info:
    name: Hosts
    type: folder
  items:
  - info:
      name: Show host objects
      type: http
    http:
      method: POST
      url: https://{server}/web_api/show-hosts
    docs: Show host objects
  - info:
      name: Add a host object
      type: http
    http:
      method: POST
      url: https://{server}/web_api/add-host
      body:
        type: json
        data: '{}'
    docs: Add a host object
- info:
    name: Networks
    type: folder
  items:
  - info:
      name: Show network objects
      type: http
    http:
      method: POST
      url: https://{server}/web_api/show-networks
    docs: Show network objects
- info:
    name: Services
    type: folder
  items:
  - info:
      name: Show TCP service objects
      type: http
    http:
      method: POST
      url: https://{server}/web_api/show-services-tcp
    docs: Show TCP service objects
- info:
    name: Access Rules
    type: folder
  items:
  - info:
      name: Show access rulebase
      type: http
    http:
      method: POST
      url: https://{server}/web_api/show-access-rulebase
      body:
        type: json
        data: '{}'
    docs: Show access rulebase
  - info:
      name: Add an access rule
      type: http
    http:
      method: POST
      url: https://{server}/web_api/add-access-rule
      body:
        type: json
        data: '{}'
    docs: Add an access rule
- info:
    name: NAT Rules
    type: folder
  items:
  - info:
      name: Show NAT rulebase
      type: http
    http:
      method: POST
      url: https://{server}/web_api/show-nat-rulebase
      body:
        type: json
        data: '{}'
    docs: Show NAT rulebase
bundled: true