API Index Compatible Elasticsearch
These APIs can be used to programatically interact with ZincSearch.
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 userId:password")
e.g. Header:
Authorization: Basic YWRtaW46Q29tcGxleHBhc3MjMTIz
Make sure that you are sending the requests over HTTPS.