Skip to content

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")

e.g. Header:

Authorization: Basic YWRtaW46Q29tcGxleHBhc3MjMTIz

Make sure that you are sending the requests over HTTPS.

API List

  1. Stream
    1. List
    2. Schema
    3. Setting
  2. Ingestion
    1. Bulk
    2. Json
    3. Multi
  3. Search
  4. Function
  5. User
    1. Create
    2. Delete
    3. List
  6. Metrics