1. Documentation
  2. All
  3. Secure Endpoint API
Search docsBETA
Secure Endpoint API
  • Secure Endpoint API v3
    • Introduction
      • Secure Endpoint API
      • Secure Endpoint
      • What can the Secure Endpoint API be used for?
      • Top Use Cases
      • Response Format
    • Authentication
    • Getting Started
    • Guides
      • Errors
      • JSON Envelope Format
    • API Reference
      • Device Control
      • Devices
      • Exclusions
      • Host Firewall
      • Indicators of Compromise
      • MSSP
      • Organizations
      • Policies
      • Computers
      • Vulnerabilities
  • Secure Endpoint API v0 / v1
    • Overview
    • v0 API Reference
      • Computer
      • Computer Activity
      • Event
      • Event Type
      • Group
    • v1 API Reference
      • AuditLog
      • Computer
      • Computer Activity
      • Compromises
      • Endpoint Isolation
      • Event
      • Event Type
      • EventStream
      • File List
      • File List Item
      • ForensicSnapshot
      • Group
      • Indicator
      • InstallPackage
      • MSSP
      • Policy
      • Vulnerabilities
  • What's New
  • Community & Support
    • Developer Support
    • Glossary
    • Blogs
    • Data Sheet
    • Community
    • Demos

Secure Endpoint API

A RESTful API to programmatically manage Secure Endpoint.

Secure Endpoint

Secure Endpoint offers cloud-delivered, advanced endpoint detection and response across multidomain control points to rapidly detect, contain, and remediate advanced threats.

What can the Secure Endpoint API be used for?

  • Generate a list of organizations a user has access to
  • Generate a list of policies for a specified organization
  • Generate specific information about a specified policy such as:
    • General policy data
    • Associated network control lists
    • Associated computers
    • Associated groups
    • Proxy settings
    • Policy XML
  • Generate all policy types and operating systems available for a specified organization

Top Use Cases

  • Generating reports on policy settings across an organization
  • Inspecting a particular policy's settings
  • Querying to find policies matching certain criteria in order to detect which policies should be edited

Response Format

All data returned by the API will be in the following format:

  • Data
  • Meta
  • Errors

For more information, refer to the JSON Envelope Format in the Guides section.

Next