This section provides a comprehensive guide to the API calls available through the Security Center SDK. These APIs allow developers to integrate security functionalities into their applications seamlessly.

API List

  • Authentication: Verify user identity and manage session tokens.
  • Monitoring: Track and monitor system events and logs.
  • Alerts: Generate and manage security alerts.
  • Incidents: Manage and resolve security incidents.
  • Data Protection: Secure sensitive data with encryption and access controls.

Authentication API

The Authentication API provides methods to authenticate users and manage session tokens. Here's an overview:

  • Login: Authenticate a user and create a session token.
  • Logout: End a user's session and invalidate the token.
  • Refresh Token: Extend the validity of an existing session token.

Monitoring API

The Monitoring API allows you to track and monitor system events and logs. Key features include:

  • Event Logs: Retrieve and filter system event logs.
  • Real-time Monitoring: Monitor system events in real-time.
  • Alert Rules: Define and manage alert rules for specific events.

Alerts API

The Alerts API helps generate and manage security alerts. It includes the following functionalities:

  • Create Alert: Generate a new security alert.
  • Update Alert: Modify an existing alert.
  • Delete Alert: Remove an alert from the system.

Incidents API

The Incidents API is used to manage and resolve security incidents. Key features include:

  • List Incidents: Retrieve a list of all incidents.
  • View Incident Details: Access detailed information about an incident.
  • Resolve Incident: Mark an incident as resolved.

Data Protection API

The Data Protection API ensures sensitive data is secure with encryption and access controls. Here are the main functions:

  • Encrypt Data: Encrypt sensitive data before storing it.
  • Manage Keys: Generate, store, and manage encryption keys.
  • Access Controls: Set access controls to protect sensitive data.

For more information on how to use these APIs, refer to the Security Center SDK Documentation.

API Documentation