API ReferenceLogs
Get log statistics
Get aggregated request log statistics.
AuthorizationBearer <token>
Authenticate using an Authorization Bearer API Key.
In: header
Query Parameters
start_timestamp?integer
Start time, as a Unix timestamp in seconds.
end_timestamp?integer
End time, as a Unix timestamp in seconds.
Response Body
application/json
curl -X GET "https://example.com/api/log/stat"{
"success": true,
"message": "string",
"data": null
}