curl --request POST \
--url https://bloodhound.specterops.io/openapi.json/api/v2/asset-group-tags/preview-selectors \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"seeds": [
{
"value": "<string>"
}
]
}
'{
"data": {
"member": {
"id": 123,
"object_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {}
}
}
}Sample preview of members selected by provided selector seeds.
curl --request POST \
--url https://bloodhound.specterops.io/openapi.json/api/v2/asset-group-tags/preview-selectors \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"seeds": [
{
"value": "<string>"
}
]
}
'{
"data": {
"member": {
"id": 123,
"object_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {}
}
}
}Documentation Index
Fetch the complete documentation index at: https://specterops-bp-2211-og-specific-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
^wait=[0-9]+$The request body of seeds for previewing what a selector will select.
Show child attributes
Determine which expansion approach to use for member seeds. 0 - No expansion, 1 - Expand all, 2 - Expand containing members, 3 - Expand containing members and members containing the seed. Default fallback will be 1 - Expand all
0, 1, 2, 3 OK
Show child attributes