curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/domains/{domain_id}/available-types \
--header 'Authorization: Bearer <token>'{
"data": [
"<string>"
]
}Lists available attack path types for a domain
curl --request GET \
--url https://bloodhound.specterops.io/openapi.json/api/v2/domains/{domain_id}/available-types \
--header 'Authorization: Bearer <token>'{
"data": [
"<string>"
]
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
Domain ID
Sort by column. The only sortable column is finding.
Sort by column. Can be used multiple times; prepend a hyphen for descending order.
See parameter description for details about which columns are sortable.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' and 'Hygiene' is used.
OK