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