Check Point Management API

REST API for Check Point Security Management Server that automates configuration of security policies, rulebases, network and service objects, gateways, VPN communities, and access roles. Authentication uses administrator credentials or an API key to obtain a session ID (sid) returned by /web_api/login.

API entry from apis.yml

apis.yml Raw ↑
aid: check-point:management-api
name: Check Point Management API
description: REST API for Check Point Security Management Server that automates configuration of security
  policies, rulebases, network and service objects, gateways, VPN communities, and access roles. Authentication
  uses administrator credentials or an API key to obtain a session ID (sid) returned by /web_api/login.
humanURL: https://sc1.checkpoint.com/documents/latest/APIs/index.html
baseURL: https://{management_server}/web_api
tags:
- Security Management
- Policies
- Rulebases
- Network Objects
- Gateways
- VPN
- Session Auth
properties:
- type: Documentation
  url: https://sc1.checkpoint.com/documents/latest/APIs/index.html
- type: API Reference
  url: https://sc1.checkpoint.com/documents/latest/api_reference/index.html
- type: Python SDK
  url: https://github.com/CheckPointSW/cp_mgmt_api_python_sdk