Skip to main content

HelloID

Access audit log data via REST API

Step 1: Generate an API key
  1. Go to Security > Report > API Key.

  2. Click Generate Secret.

    2022-08-22_15-36-36.jpg
  3. The API Username, Secret, and endpoint URL are generated.

    2022-08-22_15-37-35.jpg
Step 2: Access the API

The HelloID endpoint URL is a direct proxy to the Elastic API. See below for quick start instructions. For detailed information, see the Elastic REST API documentation.

Authentication

Every request must contain an HTTP Basic Auth header, as per the Elastic authentication requirements. Use the HelloID-provided username and secret for the Basic Auth username and password, respectively.

Requests

All Elastic Search API requests are supported.

The best place to begin experimenting with the API is with the standard Search call:

2021-06-09_12-11-02.png