Zluri APIs use API Key–based authentication to secure all requests. You must include your API key in every request to successfully access Zluri endpoints.
Obtaining an API Key
To generate your API key:
- Request a secure API key from Zluri Support.
- This key will be used in the header of all future requests.
Using the API Key
Your API key must be added to the request header as follows:
curl -H "api-key: YOUR_API_KEY" https://api-ext.zluri.com/ext/v2/audit/listRequired Headers
api-key: YOUR_API_KEY
Content-Type: application/jsonAll requests must be made over HTTPS. HTTP connections are not supported.
