Cyberhaven API
Cyberhaven provides REST APIs for platform configuration and data querying. The APIs enable integration with SIEMs, SOAR, ticketing, and asset management tools.
API Versions
API v2.0 (Recommended)
Modern OpenAPI implementation with comprehensive endpoint coverage.
- Base URL:
https://<tenant-name>.cyberhaven.io/v2/ - Authentication: Bearer token
- Documentation: Available in Console under Administration > API specification
API v1.0 (Legacy)
Legacy API with limited endpoint coverage.
- Base URL:
https://<tenant-name>.cyberhaven.io/api/rest/v1/ - Status: Maintenance mode, use v2.0 for new integrations
Quick Start
- Create API Key: Navigate to Settings > Users & API keys
- Generate Token: Use
/v2/auth/token/accessendpoint - Make Requests: Include Bearer token in Authorization header
- Test APIs: Use the API explorer in the Console
Related Resources
- API v2 Documentation
- Authentication Guide
- Integration Examples (Knowledge Base)
- API Comparison
Support
- API Explorer: Test endpoints in the Console
- OpenAPI Spec: Complete specification available in Console
- Knowledge Base: API Articles
- Support Portal: Access Support