Overview
The Honeycomb API gives you programmatic access to manage resources, automate workflows, and integrate Honeycomb into your systems. Use it to manage datasets, queries, triggers, SLOs, environments, API keys, and more.You can download the Honeycomb OpenAPI spec to use with your own tooling.
Base URLs
Honeycomb stores your data in either a US or EU region, depending on the region you sign up in.
Use the base URL that matches your account region for all requests.
API Versions
Honeycombโs API uses versioned path prefixes. The version appears at the start of every endpoint path.Content Types
The content type you use depends on the API version.
Set the
Content-Type header to match the endpoint you are calling.
Sending the wrong content type returns a 415 Unsupported Media Type error.