Skip to main content
POST
/
api
/
Analytics
/
getSummaryTimeline
cURL
curl --request POST \
  --url https://api.example.com/api/Analytics/getSummaryTimeline \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "gte": "<string>",
  "lte": "<string>",
  "urls": [
    "<string>"
  ]
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication header

Body

gte
string | null
lte
string | null
urls
string[] | null

Response

OK

The response is of type string.

Last modified on May 9, 2026