curl --request GET \
--url https://api.siftstack.com/api/v1/rules:viewHumanFriendly \
--header 'Authorization: Bearer <token>'{
"rulesJson": "<string>"
}Retrieve a JSON object containing all of the rules for a given asset.
curl --request GET \
--url https://api.siftstack.com/api/v1/rules:viewHumanFriendly \
--header 'Authorization: Bearer <token>'{
"rulesJson": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?