curl --request POST \
--url https://api.example.com/api/PIE/runCheck \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"url": "<string>",
"gte": "<string>",
"lte": "<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.
Was this page helpful?
curl --request POST \
--url https://api.example.com/api/PIE/runCheck \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"url": "<string>",
"gte": "<string>",
"lte": "<string>"
}
'