ReferenceApi
API Index
These APIs can be used to programmatically interact with OpenObserve.
All APIs must have an authorization header. Authorization header can be created using base64 encoded values of user id and password. For the sake of simplicity it is HTTP basic authentication mechanism.
Header creation mechanism:
Authorization: Basic base64("username:password")For example:
Authorization: Basic YWRtaW46Q29tcGxleHBhc3MjMTIzMake sure that you are sending the requests over HTTPS.
API List
Next steps
- Quickstart: get OpenObserve running and grab your credentials.
- Ingestion: start sending logs, metrics, and traces.
- OpenTelemetry / OTLP: the recommended modern ingestion path.
Need some help?
- Join our Community Slack
- Or Contact support
Was this page helpful?
Last updated on
Bring Your Own Bucket
Bring Your Own Bucket lets OpenObserve Cloud write telemetry straight to your own S3, Azure Blob, or Google Cloud Storage, keeping data in your account.
Streams
Manage OpenObserve streams through the Stream API to list streams, view stream schema, update stream settings, and delete streams and their stored data.