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.