Skip to main content

Cyberhaven API

Cyberhaven provides REST APIs for platform configuration and data querying. The APIs enable integration with SIEMs, SOAR, ticketing, and asset management tools.

The platform API has been versioned over time to support new capabilities and ensure existing functionality is not broken while working on new elements. The v2 API has been created to support new functionality and has taken the place of the v1 API. The v1 API will be deprecated as soon as all functionality has been replicated and sufficient time has been given to allow users to migrate away. A support notification and information included in the release notes will be included when this occurs, if you have questions please contact support on the support portal support.cyberhaven.com or via email support<at>cyberhaven.com

API Versions

Modern OpenAPI implementation with comprehensive endpoint coverage.

  • Base URL: https://<tenant-name>.cyberhaven.io/v2/
  • Authentication: Bearer token
  • Documentation: Integrated platform documentation is available in Console under Administration > API specification

API v1.0 (Legacy)

Legacy API with limited endpoint coverage. The v1 API has been superceeded by the v2 API and should be retired from use.

  • Base URL: https://<tenant-name>.cyberhaven.io/api/rest/v1/
  • Status: Maintenance mode, use v2.0 for new integrations

Quick Start

  1. Create API Key: Navigate to Settings > Users & API keys
  2. Generate Token: Use /v2/auth/token/access endpoint
  3. Make Requests: Include Bearer token in Authorization header
  4. Test APIs: Use the API explorer in the Console

Support

  • API Explorer: Test endpoints in the Console
  • OpenAPI Spec: Complete specification available in Console
  • Knowledge Base: API Articles
  • Support Portal: Access Support