For the complete documentation index, see llms.txt. This page is also available as Markdown.

Audit Logs API

Retrieves paginated audit logs for a given API key, excluding sensitive query content. Logs include metadata such as IP address, HTTP method, query type, and timestamp, enabling traceability and usage analysis for security and debugging purposes.


Endpoint

POST https://api.whiteintel.io/get_audit_logs.php

Request Body (JSON)

Field
Type
Required
Description

apikey

string

✅ Yes

Your API key

page

int

❌ No

Pagination (default: 1)


Example Request

POST /get_audit_logs.php
Content-Type: application/json

{
  "apikey": "your api key",
  "page": 1

}

Example Response


Error Responses

Invalid Page


Curl Example


Last updated