Skip to main content
POST
/
api
/
Sites
/
blocklist
cURL
curl --request POST \
  --url https://api.example.com/api/Sites/blocklist \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "siteId": "<string>",
  "blockListJson": "<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

siteId
string | null
blockListJson
string | null

Response

200

OK

Last modified on May 9, 2026