Skip to main content
The ROOTKey API is a standard REST API accessible from any language or HTTP client. Any environment capable of sending HTTPS requests and parsing JSON can integrate with ROOTKey without an SDK.

REST API - No SDK Required

All ROOTKey functionality is available directly through the REST API using standard HTTP libraries. Authentication requires only an x-api-key header. See the API Reference for full endpoint documentation.

Code Examples

The API Reference includes interactive examples and code snippets for every endpoint. Examples are available for:
  • Shell (cURL)
  • JavaScript / Node.js
  • Python
Access examples directly in the API Reference or use the interactive API playground in the documentation.

Community and Integrations

ROOTKey integrates with a range of enterprise platforms through our partner network and custom-built connectors. See Native Integrations for the integration model.

SDK Roadmap

Official SDK packages for common languages are on the ROOTKey roadmap. If SDK support for a specific language is important to your integration, let us know - contact [email protected] with your use case and language preference.

API Reference

Full endpoint documentation with interactive examples.

Quickstart

Make your first API call in under 5 minutes.